Version Packages (alpha) (#1780)

Co-authored-by: github-actions[bot] <41898282+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 e75ba06572
commit 3d05380752
39 changed files with 199 additions and 61 deletions

View File

@@ -1,5 +1,13 @@
# rrdom-nodejs
## 2.0.0-alpha.20
### Patch Changes
- Updated dependencies []:
- rrdom@2.0.0-alpha.20
- @rrweb/types@2.0.0-alpha.20
## 2.0.0-alpha.19
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "rrdom-nodejs",
"version": "2.0.0-alpha.19",
"version": "2.0.0-alpha.20",
"scripts": {
"dev": "vite build --watch",
"build": "yarn turbo run prepublish",
@@ -55,7 +55,7 @@
"cssom": "^0.5.0",
"cssstyle": "^2.3.0",
"nwsapi": "2.2.0",
"rrdom": "^2.0.0-alpha.19",
"@rrweb/types": "^2.0.0-alpha.19"
"rrdom": "^2.0.0-alpha.20",
"@rrweb/types": "^2.0.0-alpha.20"
}
}