* chore: update types * small typing change * fix typing issue * typed node * add extra lint skip * add changeset --------- Co-authored-by: Eoghan Murray <eoghan@getthere.ie> Co-authored-by: Justin Halsall <Juice10@users.noreply.github.com>
12 lines
571 B
Markdown
12 lines
571 B
Markdown
---
|
|
"@rrweb/all": patch
|
|
"rrdom-nodejs": patch
|
|
"rrdom": patch
|
|
"rrweb-snapshot": major
|
|
"rrweb": patch
|
|
"@rrweb/rrweb-plugin-canvas-webrtc-record": patch
|
|
---
|
|
|
|
`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`
|