Version Packages (alpha) (#1175)

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 78935ea820
commit fbdf82729c
17 changed files with 122 additions and 24 deletions

View File

@@ -0,0 +1,10 @@
# rrvideo
## 2.0.0-alpha.7
### Patch Changes
- [#1181](https://github.com/rrweb-io/rrweb/pull/1181) [`f1f5865`](https://github.com/rrweb-io/rrweb/commit/f1f5865dcf19db5637bbb12b220eb2aa0c0219ad) Thanks [@YunFeng0817](https://github.com/YunFeng0817)! - Refactor: Move rrvideo to rrweb's monorepo
- Updated dependencies []:
- rrweb-player@2.0.0-alpha.7

View File

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