Version Packages (alpha) (#1526)

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 d4c1440389
commit f8b3f4f8a2
39 changed files with 270 additions and 60 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "rrdom",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/rrdom#readme",
"license": "MIT",
"type": "module",
@@ -41,7 +41,7 @@
"url": "https://github.com/rrweb-io/rrweb/issues"
},
"devDependencies": {
"@rrweb/types": "^2.0.0-alpha.16",
"@rrweb/types": "^2.0.0-alpha.17",
"@types/puppeteer": "^5.4.4",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
@@ -53,6 +53,6 @@
"vite-plugin-dts": "^3.9.1"
},
"dependencies": {
"rrweb-snapshot": "^2.0.0-alpha.16"
"rrweb-snapshot": "^2.0.0-alpha.17"
}
}