Version Packages (alpha) (#1252)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-08-07 10:21:52 +02:00
committed by GitHub
parent a3de582e9c
commit 8a48e42378
17 changed files with 112 additions and 23 deletions

View File

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