Version Packages (alpha) (#1199)

This commit is contained in:
github-actions[bot]
2026-04-01 12:00:00 +08:00
committed by GitHub
parent aa4c7f9820
commit dddf1de4da
17 changed files with 109 additions and 23 deletions

View File

@@ -1,10 +1,10 @@
{
"name": "rrweb-player",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"@rrweb/types": "^2.0.0-alpha.7",
"@rrweb/types": "^2.0.0-alpha.8",
"@types/offscreencanvas": "^2019.6.4",
"eslint-config-google": "^0.14.0",
"eslint-plugin-svelte3": "^4.0.0",
@@ -24,7 +24,7 @@
},
"dependencies": {
"@tsconfig/svelte": "^1.0.0",
"rrweb": "^2.0.0-alpha.7"
"rrweb": "^2.0.0-alpha.8"
},
"scripts": {
"build": "rollup -c",