some minor changes for releasing the extension and revert failed publish PR #1123 (#1132)

* improve extension bundle

* Revert "Version Packages (alpha) (#1123)"

This reverts commit 39f8c24f1d.
This commit is contained in:
Yun Feng
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 6c9ff8183a
commit 617e63c483
20 changed files with 56 additions and 199 deletions

View File

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