Version Packages (alpha) (#1199)

This commit is contained in:
github-actions[bot]
2026-04-01 12:00:00 +08:00
committed by GitHub
parent aa4c7f9820
commit dddf1de4da
17 changed files with 109 additions and 23 deletions

View File

@@ -1,5 +1,13 @@
# rrdom-nodejs
## 2.0.0-alpha.8
### Patch Changes
- Updated dependencies [[`bc84246`](https://github.com/rrweb-io/rrweb/commit/bc84246f78849a80dbb8fe9b4e76117afcc5c3f7), [`d0fdc0f`](https://github.com/rrweb-io/rrweb/commit/d0fdc0f273bb156a1faab4782b40fbec8dccf915)]:
- rrweb-snapshot@2.0.0-alpha.8
- rrdom@2.0.0-alpha.8
## 2.0.0-alpha.7
### Patch Changes

View File

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