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
2022-11-16 13:12:31 +08:00
parent 2a80949948
commit 7bb68625e3
6 changed files with 16 additions and 16 deletions

View File

@@ -1,10 +1,10 @@
{
"name": "rrweb-player",
"version": "1.0.0-alpha.3",
"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.3",
"@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.3"
"rrweb": "^2.0.0-alpha.4"
},
"scripts": {
"build": "rollup -c",