Version Packages (alpha) (#1513)

Co-authored-by: github-actions[bot] <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 5bb69155c5
commit ccd81e7914
17 changed files with 87 additions and 22 deletions

View File

@@ -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

View File

@@ -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"
}
}