chore(release): publish new version

- rrdom-nodejs@0.1.7
 - rrdom@0.1.7
 - rrweb-player@1.0.0-alpha.4
 - rrweb-snapshot@2.0.0-alpha.4
 - rrweb@2.0.0-alpha.4
 - @rrweb/types@2.0.0-alpha.4
This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 2cd3d2afe9
commit 7d64123261
6 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "rrweb",
"version": "2.0.0-alpha.3",
"version": "2.0.0-alpha.4",
"description": "record and replay the web",
"scripts": {
"prepare": "npm run prepack",
@@ -80,13 +80,13 @@
"typescript": "^4.7.3"
},
"dependencies": {
"@rrweb/types": "^2.0.0-alpha.3",
"@rrweb/types": "^2.0.0-alpha.4",
"@types/css-font-loading-module": "0.0.7",
"@xstate/fsm": "^1.4.0",
"base64-arraybuffer": "^1.0.1",
"fflate": "^0.4.4",
"mitt": "^3.0.0",
"rrdom": "^0.1.6",
"rrweb-snapshot": "^2.0.0-alpha.3"
"rrdom": "^0.1.7",
"rrweb-snapshot": "^2.0.0-alpha.4"
}
}