Version Packages (alpha) (#1780)

Co-authored-by: github-actions[bot] <41898282+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 e75ba06572
commit 3d05380752
39 changed files with 199 additions and 61 deletions

View File

@@ -53,6 +53,7 @@
"efficiently-splitCssText-1603", "efficiently-splitCssText-1603",
"efficiently-splitCssText-1640", "efficiently-splitCssText-1640",
"eight-terms-hunt", "eight-terms-hunt",
"eight-years-hope",
"eighty-teachers-smash", "eighty-teachers-smash",
"eleven-bobcats-peel", "eleven-bobcats-peel",
"eleven-toys-vanish", "eleven-toys-vanish",
@@ -189,6 +190,7 @@
"unlucky-mirrors-invite", "unlucky-mirrors-invite",
"violet-melons-itch", "violet-melons-itch",
"violet-zebras-cry", "violet-zebras-cry",
"wet-bottles-flash",
"wicked-dolphins-tie", "wicked-dolphins-tie",
"wicked-lions-return", "wicked-lions-return",
"wise-spiders-jog", "wise-spiders-jog",

View File

@@ -1,5 +1,14 @@
# @rrweb/all # @rrweb/all
## 2.0.0-alpha.20
### Patch Changes
- Updated dependencies [[`6388fb5`](https://github.com/rrweb-io/rrweb/commit/6388fb5a468e1a860ab8bb5c6826c811dcc3100c)]:
- rrweb@2.0.0-alpha.20
- @rrweb/types@2.0.0-alpha.20
- @rrweb/packer@2.0.0-alpha.20
## 2.0.0-alpha.19 ## 2.0.0-alpha.19
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@rrweb/all", "name": "@rrweb/all",
"version": "2.0.0-alpha.19", "version": "2.0.0-alpha.20",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
@@ -56,9 +56,9 @@
"typescript": "^5.4.5" "typescript": "^5.4.5"
}, },
"dependencies": { "dependencies": {
"@rrweb/types": "^2.0.0-alpha.19", "@rrweb/types": "^2.0.0-alpha.20",
"@rrweb/packer": "^2.0.0-alpha.19", "@rrweb/packer": "^2.0.0-alpha.20",
"rrweb": "^2.0.0-alpha.19" "rrweb": "^2.0.0-alpha.20"
}, },
"browserslist": [ "browserslist": [
"supports es6-class" "supports es6-class"

View File

@@ -1,5 +1,12 @@
# @rrweb/packer # @rrweb/packer
## 2.0.0-alpha.20
### Patch Changes
- Updated dependencies []:
- @rrweb/types@2.0.0-alpha.20
## 2.0.0-alpha.19 ## 2.0.0-alpha.19
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@rrweb/packer", "name": "@rrweb/packer",
"version": "2.0.0-alpha.19", "version": "2.0.0-alpha.20",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
@@ -78,7 +78,7 @@
}, },
"dependencies": { "dependencies": {
"fflate": "^0.4.4", "fflate": "^0.4.4",
"@rrweb/types": "^2.0.0-alpha.19" "@rrweb/types": "^2.0.0-alpha.20"
}, },
"browserslist": [ "browserslist": [
"supports es6-class" "supports es6-class"

View File

@@ -1,5 +1,12 @@
# @rrweb/rrweb-plugin-canvas-webrtc-record # @rrweb/rrweb-plugin-canvas-webrtc-record
## 2.0.0-alpha.20
### Patch Changes
- Updated dependencies [[`6388fb5`](https://github.com/rrweb-io/rrweb/commit/6388fb5a468e1a860ab8bb5c6826c811dcc3100c)]:
- rrweb@2.0.0-alpha.20
## 2.0.0-alpha.19 ## 2.0.0-alpha.19
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@rrweb/rrweb-plugin-canvas-webrtc-record", "name": "@rrweb/rrweb-plugin-canvas-webrtc-record",
"version": "2.0.0-alpha.19", "version": "2.0.0-alpha.20",
"description": "", "description": "",
"type": "module", "type": "module",
"main": "./dist/rrweb-plugin-canvas-webrtc-record.umd.cjs", "main": "./dist/rrweb-plugin-canvas-webrtc-record.umd.cjs",
@@ -43,12 +43,12 @@
}, },
"homepage": "https://github.com/rrweb-io/rrweb#readme", "homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": { "devDependencies": {
"rrweb": "^2.0.0-alpha.19", "rrweb": "^2.0.0-alpha.20",
"typescript": "^5.4.5", "typescript": "^5.4.5",
"vite": "^5.3.1", "vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1" "vite-plugin-dts": "^3.9.1"
}, },
"peerDependencies": { "peerDependencies": {
"rrweb": "^2.0.0-alpha.19" "rrweb": "^2.0.0-alpha.20"
} }
} }

View File

@@ -1,5 +1,12 @@
# @rrweb/rrweb-plugin-canvas-webrtc-replay # @rrweb/rrweb-plugin-canvas-webrtc-replay
## 2.0.0-alpha.20
### Patch Changes
- Updated dependencies [[`6388fb5`](https://github.com/rrweb-io/rrweb/commit/6388fb5a468e1a860ab8bb5c6826c811dcc3100c)]:
- rrweb@2.0.0-alpha.20
## 2.0.0-alpha.19 ## 2.0.0-alpha.19
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@rrweb/rrweb-plugin-canvas-webrtc-replay", "name": "@rrweb/rrweb-plugin-canvas-webrtc-replay",
"version": "2.0.0-alpha.19", "version": "2.0.0-alpha.20",
"description": "", "description": "",
"type": "module", "type": "module",
"main": "./dist/rrweb-plugin-canvas-webrtc-replay.umd.cjs", "main": "./dist/rrweb-plugin-canvas-webrtc-replay.umd.cjs",
@@ -43,12 +43,12 @@
}, },
"homepage": "https://github.com/rrweb-io/rrweb#readme", "homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": { "devDependencies": {
"rrweb": "^2.0.0-alpha.19", "rrweb": "^2.0.0-alpha.20",
"typescript": "^5.4.5", "typescript": "^5.4.5",
"vite": "^5.3.1", "vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1" "vite-plugin-dts": "^3.9.1"
}, },
"peerDependencies": { "peerDependencies": {
"rrweb": "^2.0.0-alpha.19" "rrweb": "^2.0.0-alpha.20"
} }
} }

View File

@@ -1,5 +1,13 @@
# @rrweb/rrweb-plugin-console-record # @rrweb/rrweb-plugin-console-record
## 2.0.0-alpha.20
### Patch Changes
- Updated dependencies [[`6388fb5`](https://github.com/rrweb-io/rrweb/commit/6388fb5a468e1a860ab8bb5c6826c811dcc3100c)]:
- rrweb@2.0.0-alpha.20
- @rrweb/utils@2.0.0-alpha.20
## 2.0.0-alpha.19 ## 2.0.0-alpha.19
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@rrweb/rrweb-plugin-console-record", "name": "@rrweb/rrweb-plugin-console-record",
"version": "2.0.0-alpha.19", "version": "2.0.0-alpha.20",
"description": "", "description": "",
"type": "module", "type": "module",
"main": "./dist/rrweb-plugin-console-record.umd.cjs", "main": "./dist/rrweb-plugin-console-record.umd.cjs",
@@ -45,7 +45,7 @@
}, },
"homepage": "https://github.com/rrweb-io/rrweb#readme", "homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": { "devDependencies": {
"rrweb": "^2.0.0-alpha.19", "rrweb": "^2.0.0-alpha.20",
"typescript": "^5.4.5", "typescript": "^5.4.5",
"vite": "^5.3.1", "vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1", "vite-plugin-dts": "^3.9.1",
@@ -53,7 +53,7 @@
"puppeteer": "^20.9.0" "puppeteer": "^20.9.0"
}, },
"peerDependencies": { "peerDependencies": {
"rrweb": "^2.0.0-alpha.19", "rrweb": "^2.0.0-alpha.20",
"@rrweb/utils": "^2.0.0-alpha.19" "@rrweb/utils": "^2.0.0-alpha.20"
} }
} }

View File

@@ -1,5 +1,12 @@
# @rrweb/rrweb-plugin-console-replay # @rrweb/rrweb-plugin-console-replay
## 2.0.0-alpha.20
### Patch Changes
- Updated dependencies [[`6388fb5`](https://github.com/rrweb-io/rrweb/commit/6388fb5a468e1a860ab8bb5c6826c811dcc3100c)]:
- rrweb@2.0.0-alpha.20
## 2.0.0-alpha.19 ## 2.0.0-alpha.19
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@rrweb/rrweb-plugin-console-replay", "name": "@rrweb/rrweb-plugin-console-replay",
"version": "2.0.0-alpha.19", "version": "2.0.0-alpha.20",
"description": "", "description": "",
"type": "module", "type": "module",
"main": "./dist/rrweb-plugin-console-replay.umd.cjs", "main": "./dist/rrweb-plugin-console-replay.umd.cjs",
@@ -43,13 +43,13 @@
}, },
"homepage": "https://github.com/rrweb-io/rrweb#readme", "homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": { "devDependencies": {
"@rrweb/rrweb-plugin-console-record": "^2.0.0-alpha.19", "@rrweb/rrweb-plugin-console-record": "^2.0.0-alpha.20",
"rrweb": "^2.0.0-alpha.19", "rrweb": "^2.0.0-alpha.20",
"typescript": "^5.4.5", "typescript": "^5.4.5",
"vite": "^5.3.1", "vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1" "vite-plugin-dts": "^3.9.1"
}, },
"peerDependencies": { "peerDependencies": {
"rrweb": "^2.0.0-alpha.19" "rrweb": "^2.0.0-alpha.20"
} }
} }

View File

@@ -1,5 +1,12 @@
# @rrweb/rrweb-plugin-sequential-id-record # @rrweb/rrweb-plugin-sequential-id-record
## 2.0.0-alpha.20
### Patch Changes
- Updated dependencies [[`6388fb5`](https://github.com/rrweb-io/rrweb/commit/6388fb5a468e1a860ab8bb5c6826c811dcc3100c)]:
- rrweb@2.0.0-alpha.20
## 2.0.0-alpha.19 ## 2.0.0-alpha.19
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@rrweb/rrweb-plugin-sequential-id-record", "name": "@rrweb/rrweb-plugin-sequential-id-record",
"version": "2.0.0-alpha.19", "version": "2.0.0-alpha.20",
"description": "", "description": "",
"type": "module", "type": "module",
"main": "./dist/rrweb-plugin-sequential-id-record.umd.cjs", "main": "./dist/rrweb-plugin-sequential-id-record.umd.cjs",
@@ -43,12 +43,12 @@
}, },
"homepage": "https://github.com/rrweb-io/rrweb#readme", "homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": { "devDependencies": {
"rrweb": "^2.0.0-alpha.19", "rrweb": "^2.0.0-alpha.20",
"typescript": "^5.4.5", "typescript": "^5.4.5",
"vite": "^5.3.1", "vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1" "vite-plugin-dts": "^3.9.1"
}, },
"peerDependencies": { "peerDependencies": {
"rrweb": "^2.0.0-alpha.19" "rrweb": "^2.0.0-alpha.20"
} }
} }

View File

@@ -1,5 +1,12 @@
# @rrweb/rrweb-plugin-sequential-id-replay # @rrweb/rrweb-plugin-sequential-id-replay
## 2.0.0-alpha.20
### Patch Changes
- Updated dependencies [[`6388fb5`](https://github.com/rrweb-io/rrweb/commit/6388fb5a468e1a860ab8bb5c6826c811dcc3100c)]:
- rrweb@2.0.0-alpha.20
## 2.0.0-alpha.19 ## 2.0.0-alpha.19
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@rrweb/rrweb-plugin-sequential-id-replay", "name": "@rrweb/rrweb-plugin-sequential-id-replay",
"version": "2.0.0-alpha.19", "version": "2.0.0-alpha.20",
"description": "", "description": "",
"type": "module", "type": "module",
"main": "./dist/rrweb-plugin-sequential-id-replay.umd.cjs", "main": "./dist/rrweb-plugin-sequential-id-replay.umd.cjs",
@@ -43,13 +43,13 @@
}, },
"homepage": "https://github.com/rrweb-io/rrweb#readme", "homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": { "devDependencies": {
"@rrweb/rrweb-plugin-sequential-id-record": "^2.0.0-alpha.19", "@rrweb/rrweb-plugin-sequential-id-record": "^2.0.0-alpha.20",
"rrweb": "^2.0.0-alpha.19", "rrweb": "^2.0.0-alpha.20",
"typescript": "^5.4.5", "typescript": "^5.4.5",
"vite": "^5.3.1", "vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1" "vite-plugin-dts": "^3.9.1"
}, },
"peerDependencies": { "peerDependencies": {
"rrweb": "^2.0.0-alpha.19" "rrweb": "^2.0.0-alpha.20"
} }
} }

View File

@@ -1,5 +1,14 @@
# @rrweb/record # @rrweb/record
## 2.0.0-alpha.20
### Patch Changes
- Updated dependencies [[`6388fb5`](https://github.com/rrweb-io/rrweb/commit/6388fb5a468e1a860ab8bb5c6826c811dcc3100c)]:
- rrweb@2.0.0-alpha.20
- @rrweb/utils@2.0.0-alpha.20
- @rrweb/types@2.0.0-alpha.20
## 2.0.0-alpha.19 ## 2.0.0-alpha.19
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@rrweb/record", "name": "@rrweb/record",
"version": "2.0.0-alpha.19", "version": "2.0.0-alpha.20",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
@@ -55,9 +55,9 @@
"typescript": "^5.4.5" "typescript": "^5.4.5"
}, },
"dependencies": { "dependencies": {
"@rrweb/types": "^2.0.0-alpha.19", "@rrweb/types": "^2.0.0-alpha.20",
"rrweb": "^2.0.0-alpha.19", "rrweb": "^2.0.0-alpha.20",
"@rrweb/utils": "^2.0.0-alpha.19" "@rrweb/utils": "^2.0.0-alpha.20"
}, },
"browserslist": [ "browserslist": [
"supports es6-class" "supports es6-class"

View File

@@ -1,5 +1,13 @@
# @rrweb/replay # @rrweb/replay
## 2.0.0-alpha.20
### Patch Changes
- Updated dependencies [[`6388fb5`](https://github.com/rrweb-io/rrweb/commit/6388fb5a468e1a860ab8bb5c6826c811dcc3100c)]:
- rrweb@2.0.0-alpha.20
- @rrweb/types@2.0.0-alpha.20
## 2.0.0-alpha.19 ## 2.0.0-alpha.19
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@rrweb/replay", "name": "@rrweb/replay",
"version": "2.0.0-alpha.19", "version": "2.0.0-alpha.20",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
@@ -56,8 +56,8 @@
"typescript": "^5.4.5" "typescript": "^5.4.5"
}, },
"dependencies": { "dependencies": {
"@rrweb/types": "^2.0.0-alpha.19", "@rrweb/types": "^2.0.0-alpha.20",
"rrweb": "^2.0.0-alpha.19" "rrweb": "^2.0.0-alpha.20"
}, },
"browserslist": [ "browserslist": [
"supports es6-class" "supports es6-class"

View File

@@ -1,5 +1,13 @@
# rrdom-nodejs # rrdom-nodejs
## 2.0.0-alpha.20
### Patch Changes
- Updated dependencies []:
- rrdom@2.0.0-alpha.20
- @rrweb/types@2.0.0-alpha.20
## 2.0.0-alpha.19 ## 2.0.0-alpha.19
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "rrdom-nodejs", "name": "rrdom-nodejs",
"version": "2.0.0-alpha.19", "version": "2.0.0-alpha.20",
"scripts": { "scripts": {
"dev": "vite build --watch", "dev": "vite build --watch",
"build": "yarn turbo run prepublish", "build": "yarn turbo run prepublish",
@@ -55,7 +55,7 @@
"cssom": "^0.5.0", "cssom": "^0.5.0",
"cssstyle": "^2.3.0", "cssstyle": "^2.3.0",
"nwsapi": "2.2.0", "nwsapi": "2.2.0",
"rrdom": "^2.0.0-alpha.19", "rrdom": "^2.0.0-alpha.20",
"@rrweb/types": "^2.0.0-alpha.19" "@rrweb/types": "^2.0.0-alpha.20"
} }
} }

View File

@@ -1,5 +1,12 @@
# rrdom # rrdom
## 2.0.0-alpha.20
### Patch Changes
- Updated dependencies []:
- rrweb-snapshot@2.0.0-alpha.20
## 2.0.0-alpha.19 ## 2.0.0-alpha.19
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "rrdom", "name": "rrdom",
"version": "2.0.0-alpha.19", "version": "2.0.0-alpha.20",
"homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/rrdom#readme", "homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/rrdom#readme",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
@@ -41,7 +41,7 @@
"url": "https://github.com/rrweb-io/rrweb/issues" "url": "https://github.com/rrweb-io/rrweb/issues"
}, },
"devDependencies": { "devDependencies": {
"@rrweb/types": "^2.0.0-alpha.19", "@rrweb/types": "^2.0.0-alpha.20",
"@types/puppeteer": "^5.4.4", "@types/puppeteer": "^5.4.4",
"@typescript-eslint/eslint-plugin": "^5.23.0", "@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0", "@typescript-eslint/parser": "^5.23.0",
@@ -52,6 +52,6 @@
"vite-plugin-dts": "^3.9.1" "vite-plugin-dts": "^3.9.1"
}, },
"dependencies": { "dependencies": {
"rrweb-snapshot": "^2.0.0-alpha.19" "rrweb-snapshot": "^2.0.0-alpha.20"
} }
} }

View File

@@ -1,5 +1,12 @@
# rrvideo # rrvideo
## 2.0.0-alpha.20
### Patch Changes
- Updated dependencies []:
- rrweb-player@2.0.0-alpha.20
## 2.0.0-alpha.19 ## 2.0.0-alpha.19
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "rrvideo", "name": "rrvideo",
"version": "2.0.0-alpha.19", "version": "2.0.0-alpha.20",
"description": "transform rrweb session into video", "description": "transform rrweb session into video",
"main": "build/index.js", "main": "build/index.js",
"bin": { "bin": {
@@ -27,13 +27,13 @@
"@types/node": "^18.15.11", "@types/node": "^18.15.11",
"jest": "^27.5.1", "jest": "^27.5.1",
"ts-jest": "^27.1.3", "ts-jest": "^27.1.3",
"@rrweb/types": "^2.0.0-alpha.19" "@rrweb/types": "^2.0.0-alpha.20"
}, },
"dependencies": { "dependencies": {
"@open-tech-world/cli-progress-bar": "^2.0.2", "@open-tech-world/cli-progress-bar": "^2.0.2",
"fs-extra": "^11.1.1", "fs-extra": "^11.1.1",
"minimist": "^1.2.5", "minimist": "^1.2.5",
"playwright": "^1.56.1", "playwright": "^1.56.1",
"rrweb-player": "^2.0.0-alpha.19" "rrweb-player": "^2.0.0-alpha.20"
} }
} }

View File

@@ -1,5 +1,13 @@
# rrweb-player # rrweb-player
## 2.0.0-alpha.20
### Patch Changes
- Updated dependencies []:
- @rrweb/replay@2.0.0-alpha.20
- @rrweb/packer@2.0.0-alpha.20
## 2.0.0-alpha.19 ## 2.0.0-alpha.19
### Patch Changes ### Patch Changes

View File

@@ -1,8 +1,8 @@
{ {
"name": "rrweb-player", "name": "rrweb-player",
"version": "2.0.0-alpha.19", "version": "2.0.0-alpha.20",
"devDependencies": { "devDependencies": {
"@rrweb/types": "^2.0.0-alpha.19", "@rrweb/types": "^2.0.0-alpha.20",
"@sveltejs/adapter-auto": "^3.0.0", "@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0", "@sveltejs/kit": "^2.0.0",
"@sveltejs/package": "^2.0.0", "@sveltejs/package": "^2.0.0",
@@ -20,8 +20,8 @@
}, },
"dependencies": { "dependencies": {
"@tsconfig/svelte": "^1.0.0", "@tsconfig/svelte": "^1.0.0",
"@rrweb/replay": "^2.0.0-alpha.19", "@rrweb/replay": "^2.0.0-alpha.20",
"@rrweb/packer": "^2.0.0-alpha.19" "@rrweb/packer": "^2.0.0-alpha.20"
}, },
"scripts": { "scripts": {
"dev": "vite build --watch", "dev": "vite build --watch",

View File

@@ -1,5 +1,7 @@
# rrweb-snapshot # rrweb-snapshot
## 2.0.0-alpha.20
## 2.0.0-alpha.19 ## 2.0.0-alpha.19
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "rrweb-snapshot", "name": "rrweb-snapshot",
"version": "2.0.0-alpha.19", "version": "2.0.0-alpha.20",
"description": "rrweb's component to take a snapshot of DOM, aka DOM serializer", "description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",
"scripts": { "scripts": {
"prepare": "npm run prepack", "prepare": "npm run prepack",
@@ -54,8 +54,8 @@
}, },
"homepage": "https://github.com/rrweb-io/rrweb/tree/master/packages/rrweb-snapshot#readme", "homepage": "https://github.com/rrweb-io/rrweb/tree/master/packages/rrweb-snapshot#readme",
"devDependencies": { "devDependencies": {
"@rrweb/types": "^2.0.0-alpha.19", "@rrweb/types": "^2.0.0-alpha.20",
"@rrweb/utils": "^2.0.0-alpha.19", "@rrweb/utils": "^2.0.0-alpha.20",
"@types/jsdom": "^20.0.0", "@types/jsdom": "^20.0.0",
"@types/node": "^18.15.11", "@types/node": "^18.15.11",
"@types/puppeteer": "^5.4.4", "@types/puppeteer": "^5.4.4",

View File

@@ -1,5 +1,17 @@
# rrweb # rrweb
## 2.0.0-alpha.20
### Patch Changes
- [#1763](https://github.com/rrweb-io/rrweb/pull/1763) [`6388fb5`](https://github.com/rrweb-io/rrweb/commit/6388fb5a468e1a860ab8bb5c6826c811dcc3100c) Thanks [@wfk007](https://github.com/wfk007)! - fix: wujie monkeypatches ownerDocument
- Updated dependencies [[`6388fb5`](https://github.com/rrweb-io/rrweb/commit/6388fb5a468e1a860ab8bb5c6826c811dcc3100c)]:
- @rrweb/utils@2.0.0-alpha.20
- rrweb-snapshot@2.0.0-alpha.20
- rrdom@2.0.0-alpha.20
- @rrweb/types@2.0.0-alpha.20
## 2.0.0-alpha.19 ## 2.0.0-alpha.19
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "rrweb", "name": "rrweb",
"version": "2.0.0-alpha.19", "version": "2.0.0-alpha.20",
"description": "record and replay the web", "description": "record and replay the web",
"scripts": { "scripts": {
"prepare": "npm run prepack", "prepare": "npm run prepack",
@@ -80,13 +80,13 @@
"vite-plugin-dts": "^3.9.1" "vite-plugin-dts": "^3.9.1"
}, },
"dependencies": { "dependencies": {
"@rrweb/types": "^2.0.0-alpha.19", "@rrweb/types": "^2.0.0-alpha.20",
"@rrweb/utils": "^2.0.0-alpha.19", "@rrweb/utils": "^2.0.0-alpha.20",
"@types/css-font-loading-module": "0.0.7", "@types/css-font-loading-module": "0.0.7",
"@xstate/fsm": "^1.4.0", "@xstate/fsm": "^1.4.0",
"base64-arraybuffer": "^1.0.1", "base64-arraybuffer": "^1.0.1",
"mitt": "^3.0.0", "mitt": "^3.0.0",
"rrdom": "^2.0.0-alpha.19", "rrdom": "^2.0.0-alpha.20",
"rrweb-snapshot": "^2.0.0-alpha.19" "rrweb-snapshot": "^2.0.0-alpha.20"
} }
} }

View File

@@ -1,5 +1,7 @@
# @rrweb/types # @rrweb/types
## 2.0.0-alpha.20
## 2.0.0-alpha.19 ## 2.0.0-alpha.19
## 2.0.0-alpha.18 ## 2.0.0-alpha.18

View File

@@ -1,6 +1,6 @@
{ {
"name": "@rrweb/types", "name": "@rrweb/types",
"version": "2.0.0-alpha.19", "version": "2.0.0-alpha.20",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },

View File

@@ -1,5 +1,11 @@
# @rrweb/utils # @rrweb/utils
## 2.0.0-alpha.20
### Patch Changes
- [#1763](https://github.com/rrweb-io/rrweb/pull/1763) [`6388fb5`](https://github.com/rrweb-io/rrweb/commit/6388fb5a468e1a860ab8bb5c6826c811dcc3100c) Thanks [@wfk007](https://github.com/wfk007)! - fix: wujie monkeypatches ownerDocument
## 2.0.0-alpha.19 ## 2.0.0-alpha.19
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@rrweb/utils", "name": "@rrweb/utils",
"version": "2.0.0-alpha.19", "version": "2.0.0-alpha.20",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },

View File

@@ -1,5 +1,13 @@
# @rrweb/web-extension # @rrweb/web-extension
## 2.0.0-alpha.20
### Patch Changes
- Updated dependencies [[`6388fb5`](https://github.com/rrweb-io/rrweb/commit/6388fb5a468e1a860ab8bb5c6826c811dcc3100c)]:
- rrweb@2.0.0-alpha.20
- rrweb-player@2.0.0-alpha.20
## 2.0.0-alpha.19 ## 2.0.0-alpha.19
### Patch Changes ### Patch Changes

View File

@@ -1,7 +1,7 @@
{ {
"name": "@rrweb/web-extension", "name": "@rrweb/web-extension",
"private": true, "private": true,
"version": "2.0.0-alpha.19", "version": "2.0.0-alpha.20",
"description": "The web extension of rrweb which helps to run rrweb on any website out of box", "description": "The web extension of rrweb which helps to run rrweb on any website out of box",
"author": "rrweb-io", "author": "rrweb-io",
"license": "MIT", "license": "MIT",
@@ -18,7 +18,7 @@
"prepublish": "yarn build" "prepublish": "yarn build"
}, },
"devDependencies": { "devDependencies": {
"@rrweb/types": "^2.0.0-alpha.19", "@rrweb/types": "^2.0.0-alpha.20",
"@types/chrome": "^0.0.287", "@types/chrome": "^0.0.287",
"@types/react-dom": "^18.0.6", "@types/react-dom": "^18.0.6",
"@types/semver": "^7.5.8", "@types/semver": "^7.5.8",
@@ -44,7 +44,7 @@
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-icons": "^4.4.0", "react-icons": "^4.4.0",
"react-router-dom": "^6.4.1", "react-router-dom": "^6.4.1",
"rrweb": "^2.0.0-alpha.19", "rrweb": "^2.0.0-alpha.20",
"rrweb-player": "^2.0.0-alpha.19" "rrweb-player": "^2.0.0-alpha.20"
} }
} }