chore(release): publish new version

- rrweb@1.1.1
 - rrweb-player@0.7.12
This commit is contained in:
Yanzhen Yu
2022-01-24 23:44:16 +08:00
parent 661c746b14
commit ca5ecba4eb
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "rrweb-player", "name": "rrweb-player",
"version": "0.7.11", "version": "0.7.12",
"devDependencies": { "devDependencies": {
"@rollup/plugin-commonjs": "^11.0.0", "@rollup/plugin-commonjs": "^11.0.0",
"@rollup/plugin-node-resolve": "^7.0.0", "@rollup/plugin-node-resolve": "^7.0.0",
@@ -25,7 +25,7 @@
}, },
"dependencies": { "dependencies": {
"@tsconfig/svelte": "^1.0.0", "@tsconfig/svelte": "^1.0.0",
"rrweb": "^1.1.0" "rrweb": "^1.1.1"
}, },
"scripts": { "scripts": {
"build": "rollup -c", "build": "rollup -c",

View File

@@ -1,6 +1,6 @@
{ {
"name": "rrweb", "name": "rrweb",
"version": "1.1.0", "version": "1.1.1",
"description": "record and replay the web", "description": "record and replay the web",
"scripts": { "scripts": {
"prepare": "npm run prepack", "prepare": "npm run prepack",