Version Packages (alpha) (#1216)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-06-30 10:54:51 +02:00
committed by GitHub
parent a01a12ef67
commit 46df5cd988
17 changed files with 114 additions and 23 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "rrdom-nodejs",
"version": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"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.8",
"rrweb-snapshot": "^2.0.0-alpha.8"
"rrdom": "^2.0.0-alpha.9",
"rrweb-snapshot": "^2.0.0-alpha.9"
},
"browserslist": [
"supports es6-class"