Version Packages (alpha) (#1513)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5bb69155c5
commit
ccd81e7914
@@ -1,5 +1,13 @@
|
||||
# rrdom-nodejs
|
||||
|
||||
## 2.0.0-alpha.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`a2c8a1a`](https://github.com/rrweb-io/rrweb/commit/a2c8a1a37bfcf8389b280af792262c8263a979a3), [`d08624c`](https://github.com/rrweb-io/rrweb/commit/d08624cb28add386c3618a0e6607424c3f1884d8)]:
|
||||
- rrweb-snapshot@2.0.0-alpha.16
|
||||
- rrdom@2.0.0-alpha.16
|
||||
|
||||
## 2.0.0-alpha.15
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rrdom-nodejs",
|
||||
"version": "2.0.0-alpha.15",
|
||||
"version": "2.0.0-alpha.16",
|
||||
"scripts": {
|
||||
"dev": "vite build --watch",
|
||||
"build": "yarn turbo run prepublish",
|
||||
@@ -55,7 +55,7 @@
|
||||
"cssom": "^0.5.0",
|
||||
"cssstyle": "^2.3.0",
|
||||
"nwsapi": "^2.2.0",
|
||||
"rrdom": "^2.0.0-alpha.15",
|
||||
"rrweb-snapshot": "^2.0.0-alpha.15"
|
||||
"rrdom": "^2.0.0-alpha.16",
|
||||
"rrweb-snapshot": "^2.0.0-alpha.16"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# rrdom
|
||||
|
||||
## 2.0.0-alpha.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`a2c8a1a`](https://github.com/rrweb-io/rrweb/commit/a2c8a1a37bfcf8389b280af792262c8263a979a3), [`d08624c`](https://github.com/rrweb-io/rrweb/commit/d08624cb28add386c3618a0e6607424c3f1884d8)]:
|
||||
- rrweb-snapshot@2.0.0-alpha.16
|
||||
|
||||
## 2.0.0-alpha.15
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rrdom",
|
||||
"version": "2.0.0-alpha.15",
|
||||
"version": "2.0.0-alpha.16",
|
||||
"homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/rrdom#readme",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
@@ -41,7 +41,7 @@
|
||||
"url": "https://github.com/rrweb-io/rrweb/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rrweb/types": "^2.0.0-alpha.15",
|
||||
"@rrweb/types": "^2.0.0-alpha.16",
|
||||
"@types/puppeteer": "^5.4.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
||||
"@typescript-eslint/parser": "^5.23.0",
|
||||
@@ -52,6 +52,6 @@
|
||||
"vite-plugin-dts": "^3.9.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"rrweb-snapshot": "^2.0.0-alpha.15"
|
||||
"rrweb-snapshot": "^2.0.0-alpha.16"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# rrvideo
|
||||
|
||||
## 2.0.0-alpha.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- rrweb-player@2.0.0-alpha.16
|
||||
|
||||
## 2.0.0-alpha.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rrvideo",
|
||||
"version": "2.0.0-alpha.15",
|
||||
"version": "2.0.0-alpha.16",
|
||||
"description": "transform rrweb session into video",
|
||||
"main": "build/index.js",
|
||||
"bin": {
|
||||
@@ -27,13 +27,13 @@
|
||||
"@types/node": "^18.15.11",
|
||||
"jest": "^27.5.1",
|
||||
"ts-jest": "^27.1.3",
|
||||
"@rrweb/types": "^2.0.0-alpha.15"
|
||||
"@rrweb/types": "^2.0.0-alpha.16"
|
||||
},
|
||||
"dependencies": {
|
||||
"@open-tech-world/cli-progress-bar": "^2.0.2",
|
||||
"fs-extra": "^11.1.1",
|
||||
"minimist": "^1.2.5",
|
||||
"playwright": "^1.32.1",
|
||||
"rrweb-player": "^2.0.0-alpha.15"
|
||||
"rrweb-player": "^2.0.0-alpha.16"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# rrweb-player
|
||||
|
||||
## 2.0.0-alpha.16
|
||||
|
||||
## 2.0.0-alpha.15
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "rrweb-player",
|
||||
"version": "2.0.0-alpha.15",
|
||||
"version": "2.0.0-alpha.16",
|
||||
"devDependencies": {
|
||||
"@rrweb/types": "^2.0.0-alpha.15",
|
||||
"@rrweb/types": "^2.0.0-alpha.16",
|
||||
"@sveltejs/adapter-auto": "^3.0.0",
|
||||
"@sveltejs/kit": "^2.0.0",
|
||||
"@sveltejs/package": "^2.0.0",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# rrweb-snapshot
|
||||
|
||||
## 2.0.0-alpha.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1386](https://github.com/rrweb-io/rrweb/pull/1386) [`a2c8a1a`](https://github.com/rrweb-io/rrweb/commit/a2c8a1a37bfcf8389b280af792262c8263a979a3) Thanks [@ababik](https://github.com/ababik)! - Fix that the optional `maskInputFn` was being accidentally ignored during the creation of the full snapshot
|
||||
|
||||
- [#1512](https://github.com/rrweb-io/rrweb/pull/1512) [`d08624c`](https://github.com/rrweb-io/rrweb/commit/d08624cb28add386c3618a0e6607424c3f1884d8) Thanks [@eoghanmurray](https://github.com/eoghanmurray)! - optimisation: skip mask check on leaf elements
|
||||
|
||||
## 2.0.0-alpha.15
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rrweb-snapshot",
|
||||
"version": "2.0.0-alpha.15",
|
||||
"version": "2.0.0-alpha.16",
|
||||
"description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",
|
||||
"scripts": {
|
||||
"prepare": "npm run prepack",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# rrweb
|
||||
|
||||
## 2.0.0-alpha.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1386](https://github.com/rrweb-io/rrweb/pull/1386) [`a2c8a1a`](https://github.com/rrweb-io/rrweb/commit/a2c8a1a37bfcf8389b280af792262c8263a979a3) Thanks [@ababik](https://github.com/ababik)! - Fix that the optional `maskInputFn` was being accidentally ignored during the creation of the full snapshot
|
||||
|
||||
- [#1512](https://github.com/rrweb-io/rrweb/pull/1512) [`d08624c`](https://github.com/rrweb-io/rrweb/commit/d08624cb28add386c3618a0e6607424c3f1884d8) Thanks [@eoghanmurray](https://github.com/eoghanmurray)! - optimisation: skip mask check on leaf elements
|
||||
|
||||
- Updated dependencies [[`a2c8a1a`](https://github.com/rrweb-io/rrweb/commit/a2c8a1a37bfcf8389b280af792262c8263a979a3), [`d08624c`](https://github.com/rrweb-io/rrweb/commit/d08624cb28add386c3618a0e6607424c3f1884d8)]:
|
||||
- rrweb-snapshot@2.0.0-alpha.16
|
||||
- rrdom@2.0.0-alpha.16
|
||||
- @rrweb/types@2.0.0-alpha.16
|
||||
|
||||
## 2.0.0-alpha.15
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rrweb",
|
||||
"version": "2.0.0-alpha.15",
|
||||
"version": "2.0.0-alpha.16",
|
||||
"description": "record and replay the web",
|
||||
"scripts": {
|
||||
"prepare": "npm run prepack",
|
||||
@@ -79,12 +79,12 @@
|
||||
"vite-plugin-dts": "^3.9.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@rrweb/types": "^2.0.0-alpha.15",
|
||||
"@rrweb/types": "^2.0.0-alpha.16",
|
||||
"@types/css-font-loading-module": "0.0.7",
|
||||
"@xstate/fsm": "^1.4.0",
|
||||
"base64-arraybuffer": "^1.0.1",
|
||||
"mitt": "^3.0.0",
|
||||
"rrdom": "^2.0.0-alpha.15",
|
||||
"rrweb-snapshot": "^2.0.0-alpha.15"
|
||||
"rrdom": "^2.0.0-alpha.16",
|
||||
"rrweb-snapshot": "^2.0.0-alpha.16"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @rrweb/types
|
||||
|
||||
## 2.0.0-alpha.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`a2c8a1a`](https://github.com/rrweb-io/rrweb/commit/a2c8a1a37bfcf8389b280af792262c8263a979a3), [`d08624c`](https://github.com/rrweb-io/rrweb/commit/d08624cb28add386c3618a0e6607424c3f1884d8)]:
|
||||
- rrweb-snapshot@2.0.0-alpha.16
|
||||
|
||||
## 2.0.0-alpha.15
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@rrweb/types",
|
||||
"version": "2.0.0-alpha.15",
|
||||
"version": "2.0.0-alpha.16",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
@@ -50,7 +50,7 @@
|
||||
"vite-plugin-dts": "^3.9.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"rrweb-snapshot": "^2.0.0-alpha.15"
|
||||
"rrweb-snapshot": "^2.0.0-alpha.16"
|
||||
},
|
||||
"browserslist": [
|
||||
"supports es6-class"
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @rrweb/web-extension
|
||||
|
||||
## 2.0.0-alpha.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`a2c8a1a`](https://github.com/rrweb-io/rrweb/commit/a2c8a1a37bfcf8389b280af792262c8263a979a3), [`d08624c`](https://github.com/rrweb-io/rrweb/commit/d08624cb28add386c3618a0e6607424c3f1884d8)]:
|
||||
- rrweb@2.0.0-alpha.16
|
||||
- rrweb-player@2.0.0-alpha.16
|
||||
|
||||
## 2.0.0-alpha.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@rrweb/web-extension",
|
||||
"private": true,
|
||||
"version": "2.0.0-alpha.15",
|
||||
"version": "2.0.0-alpha.16",
|
||||
"description": "The web extension of rrweb which helps to run rrweb on any website out of box",
|
||||
"author": "rrweb-io",
|
||||
"license": "MIT",
|
||||
@@ -18,7 +18,7 @@
|
||||
"prepublish": "yarn build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rrweb/types": "^2.0.0-alpha.15",
|
||||
"@rrweb/types": "^2.0.0-alpha.16",
|
||||
"@types/react-dom": "^18.0.6",
|
||||
"@types/webextension-polyfill": "^0.9.1",
|
||||
"@vitejs/plugin-react": "^4.2.1",
|
||||
@@ -41,7 +41,7 @@
|
||||
"react-dom": "^18.2.0",
|
||||
"react-icons": "^4.4.0",
|
||||
"react-router-dom": "^6.4.1",
|
||||
"rrweb": "^2.0.0-alpha.15",
|
||||
"rrweb-player": "^2.0.0-alpha.15"
|
||||
"rrweb": "^2.0.0-alpha.16",
|
||||
"rrweb-player": "^2.0.0-alpha.16"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user