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]
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 7d1a278688
commit d5057c6268
17 changed files with 112 additions and 23 deletions

View File

@@ -1,5 +1,12 @@
# rrdom
## 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
## 2.0.0-alpha.9
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "rrdom",
"version": "2.0.0-alpha.9",
"version": "2.0.0-alpha.10",
"homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/rrdom#readme",
"license": "MIT",
"main": "lib/rrdom.cjs",
@@ -32,7 +32,7 @@
},
"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
"@rrweb/types": "^2.0.0-alpha.9",
"@rrweb/types": "^2.0.0-alpha.10",
"@types/jest": "^27.4.1",
"@types/puppeteer": "^5.4.4",
"@typescript-eslint/eslint-plugin": "^5.23.0",
@@ -47,6 +47,6 @@
"ts-jest": "^27.1.3"
},
"dependencies": {
"rrweb-snapshot": "^2.0.0-alpha.9"
"rrweb-snapshot": "^2.0.0-alpha.10"
}
}