Version Packages (alpha) (#1554)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-12-06 15:05:09 +01:00
committed by GitHub
parent 5a789385a3
commit 1db7a99ff3
39 changed files with 230 additions and 59 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "rrweb",
"version": "2.0.0-alpha.17",
"version": "2.0.0-alpha.18",
"description": "record and replay the web",
"scripts": {
"prepare": "npm run prepack",
@@ -80,13 +80,13 @@
"vite-plugin-dts": "^3.9.1"
},
"dependencies": {
"@rrweb/types": "^2.0.0-alpha.17",
"@rrweb/utils": "^2.0.0-alpha.17",
"@rrweb/types": "^2.0.0-alpha.18",
"@rrweb/utils": "^2.0.0-alpha.18",
"@types/css-font-loading-module": "0.0.7",
"@xstate/fsm": "^1.4.0",
"base64-arraybuffer": "^1.0.1",
"mitt": "^3.0.0",
"rrdom": "^2.0.0-alpha.17",
"rrweb-snapshot": "^2.0.0-alpha.17"
"rrdom": "^2.0.0-alpha.18",
"rrweb-snapshot": "^2.0.0-alpha.18"
}
}