chore(release): publish new version
- rrdom@0.1.1 - rrweb@1.1.2 - rrweb-player@0.7.13 - rrweb-snapshot@1.1.13
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rrdom",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"scripts": {
|
||||
"dev": "rollup -c -w",
|
||||
"bundle": "rollup --config",
|
||||
@@ -33,7 +33,7 @@
|
||||
"rollup": "^2.56.3",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"rollup-plugin-typescript2": "^0.30.0",
|
||||
"rrweb-snapshot": "^1.1.12",
|
||||
"rrweb-snapshot": "^1.1.13",
|
||||
"ts-jest": "^27.0.5",
|
||||
"typescript": "^3.9.5"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rrweb-player",
|
||||
"version": "0.7.12",
|
||||
"version": "0.7.13",
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^11.0.0",
|
||||
"@rollup/plugin-node-resolve": "^7.0.0",
|
||||
@@ -25,7 +25,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@tsconfig/svelte": "^1.0.0",
|
||||
"rrweb": "^1.1.1"
|
||||
"rrweb": "^1.1.2"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rrweb-snapshot",
|
||||
"version": "1.1.12",
|
||||
"version": "1.1.13",
|
||||
"description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",
|
||||
"scripts": {
|
||||
"prepare": "npm run prepack",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rrweb",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "record and replay the web",
|
||||
"scripts": {
|
||||
"prepare": "npm run prepack",
|
||||
@@ -79,6 +79,6 @@
|
||||
"base64-arraybuffer": "^1.0.1",
|
||||
"fflate": "^0.4.4",
|
||||
"mitt": "^1.1.3",
|
||||
"rrweb-snapshot": "^1.1.12"
|
||||
"rrweb-snapshot": "^1.1.13"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user