Version Packages (alpha) (#1554)

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 8d634cba97
commit f993bb5c88
39 changed files with 230 additions and 59 deletions

View File

@@ -1,5 +1,15 @@
# rrdom-nodejs
## 2.0.0-alpha.18
### Patch Changes
- [#1593](https://github.com/rrweb-io/rrweb/pull/1593) [`5a78938`](https://github.com/rrweb-io/rrweb/commit/5a789385a341311ba327a768fe0e2f0f2f5002ee) Thanks [@daibhin](https://github.com/daibhin)! - `NodeType` enum was moved from rrweb-snapshot to @rrweb/types
The following types where moved from rrweb-snapshot to @rrweb/types: `documentNode`, `documentTypeNode`, `legacyAttributes`, `textNode`, `cdataNode`, `commentNode`, `elementNode`, `serializedNode`, `serializedNodeWithId`, `serializedElementNodeWithId`, `serializedTextNodeWithId`, `IMirror`, `INode`, `mediaAttributes`, `attributes` and `DataURLOptions`
- Updated dependencies [[`8e55c45`](https://github.com/rrweb-io/rrweb/commit/8e55c455ff2987a3b5f367f23f48c1f2de74ce45), [`5a78938`](https://github.com/rrweb-io/rrweb/commit/5a789385a341311ba327a768fe0e2f0f2f5002ee)]:
- rrdom@2.0.0-alpha.18
- @rrweb/types@2.0.0-alpha.18
## 2.0.0-alpha.17
### Patch Changes

View File

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