Version Packages (alpha) (#1135)

This commit is contained in:
github-actions[bot]
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 617e63c483
commit f0240ff80c
15 changed files with 177 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "rrdom",
"version": "0.1.7",
"version": "2.0.0-alpha.5",
"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.4",
"@rrweb/types": "^2.0.0-alpha.5",
"@types/jest": "^27.4.1",
"@types/puppeteer": "^5.4.4",
"@typescript-eslint/eslint-plugin": "^5.23.0",
@@ -48,6 +48,6 @@
"typescript": "^4.7.3"
},
"dependencies": {
"rrweb-snapshot": "^2.0.0-alpha.4"
"rrweb-snapshot": "^2.0.0-alpha.5"
}
}