Version Packages (alpha) (#1436)

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 e117803eae
commit a736f72e0f
17 changed files with 112 additions and 23 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "rrvideo",
"version": "2.0.0-alpha.12",
"version": "2.0.0-alpha.13",
"description": "transform rrweb session into video",
"main": "build/index.js",
"bin": {
@@ -26,13 +26,13 @@
"@types/node": "^18.15.11",
"jest": "^27.5.1",
"ts-jest": "^27.1.3",
"@rrweb/types": "^2.0.0-alpha.12"
"@rrweb/types": "^2.0.0-alpha.13"
},
"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.12"
"rrweb-player": "^2.0.0-alpha.13"
}
}