Version Packages (alpha) (#1199)

This commit is contained in:
github-actions[bot]
2026-04-01 12:00:00 +08:00
committed by GitHub
parent aa4c7f9820
commit dddf1de4da
17 changed files with 109 additions and 23 deletions

View File

@@ -1,5 +1,12 @@
# rrvideo
## 2.0.0-alpha.8
### Patch Changes
- Updated dependencies [[`b5e30cf`](https://github.com/rrweb-io/rrweb/commit/b5e30cf6cc7f5335d674ef1917a92bdf2895fe9e)]:
- rrweb-player@2.0.0-alpha.8
## 2.0.0-alpha.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "rrvideo",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "transform rrweb session into video",
"main": "build/index.js",
"bin": {
@@ -18,11 +18,11 @@
"license": "MIT",
"devDependencies": {
"@types/minimist": "^1.2.1",
"@rrweb/types": "^2.0.0-alpha.7"
"@rrweb/types": "^2.0.0-alpha.8"
},
"dependencies": {
"minimist": "^1.2.5",
"puppeteer": "^19.7.2",
"rrweb-player": "^2.0.0-alpha.7"
"rrweb-player": "^2.0.0-alpha.8"
}
}