Version Packages (alpha) (#1526)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-08-02 13:30:46 +02:00
committed by GitHub
parent be6bf52c24
commit 8837fe39aa
39 changed files with 270 additions and 60 deletions

View File

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