Version Packages (alpha) (#1252)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-08-07 10:21:52 +02:00
committed by GitHub
parent a3de582e9c
commit 8a48e42378
17 changed files with 112 additions and 23 deletions

View File

@@ -1,5 +1,13 @@
# rrdom-nodejs
## 2.0.0-alpha.10
### Patch Changes
- Updated dependencies [[`c6600e7`](https://github.com/rrweb-io/rrweb/commit/c6600e742b8ec0b6295816bb5de9edcd624d975e)]:
- rrweb-snapshot@2.0.0-alpha.10
- rrdom@2.0.0-alpha.10
## 2.0.0-alpha.9
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "rrdom-nodejs",
"version": "2.0.0-alpha.9",
"version": "2.0.0-alpha.10",
"scripts": {
"dev": "rollup -c -w",
"bundle": "rollup --config",
@@ -48,8 +48,8 @@
"cssom": "^0.5.0",
"cssstyle": "^2.3.0",
"nwsapi": "^2.2.0",
"rrdom": "^2.0.0-alpha.9",
"rrweb-snapshot": "^2.0.0-alpha.9"
"rrdom": "^2.0.0-alpha.10",
"rrweb-snapshot": "^2.0.0-alpha.10"
},
"browserslist": [
"supports es6-class"