Version Packages (alpha) (#1216)

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 2e03e4da2a
commit 7d91a1ad0c
17 changed files with 114 additions and 23 deletions

View File

@@ -1,5 +1,14 @@
# rrvideo
## 2.0.0-alpha.9
### Patch Changes
- [#1197](https://github.com/rrweb-io/rrweb/pull/1197) [`23d0138`](https://github.com/rrweb-io/rrweb/commit/23d01387f439db68d2874879242b6ade3e103f75) Thanks [@YunFeng0817](https://github.com/YunFeng0817)! - Refactor: Improve the video quality and add a progress bar for the CLI tool
- Updated dependencies [[`a01a12e`](https://github.com/rrweb-io/rrweb/commit/a01a12ef6769f26aa922ccd6ac76499f0837f0c2)]:
- rrweb-player@2.0.0-alpha.9
## 2.0.0-alpha.8
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "rrvideo",
"version": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"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.8"
"@rrweb/types": "^2.0.0-alpha.9"
},
"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.8"
"rrweb-player": "^2.0.0-alpha.9"
}
}