Version Packages (alpha) (#1436)

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 e117803eae
commit a736f72e0f
17 changed files with 112 additions and 23 deletions

View File

@@ -1,10 +1,10 @@
{
"name": "rrweb-player",
"version": "2.0.0-alpha.12",
"version": "2.0.0-alpha.13",
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"@rrweb/types": "^2.0.0-alpha.12",
"@rrweb/types": "^2.0.0-alpha.13",
"@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.12"
"rrweb": "^2.0.0-alpha.13"
},
"scripts": {
"build": "rollup -c",