Version Packages (alpha) (#1436)

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 e117803eae
commit a736f72e0f
17 changed files with 112 additions and 23 deletions

View File

@@ -1,5 +1,16 @@
# @rrweb/types
## 2.0.0-alpha.13
### Patch Changes
- [#1432](https://github.com/rrweb-io/rrweb/pull/1432) [`123a81e`](https://github.com/rrweb-io/rrweb/commit/123a81e12d072cd95d701231176d7eb2d03b3961) Thanks [@Juice10](https://github.com/Juice10)! - Add `loop` to `mediaInteractionParam`
- [#1369](https://github.com/rrweb-io/rrweb/pull/1369) [`c278d06`](https://github.com/rrweb-io/rrweb/commit/c278d068a0e2f1175cce7cc63920ac1fbf4783cf) Thanks [@stefansundin](https://github.com/stefansundin)! - Fix type error when using `"moduleResolution": "NodeNext"`.
- Updated dependencies [[`123a81e`](https://github.com/rrweb-io/rrweb/commit/123a81e12d072cd95d701231176d7eb2d03b3961), [`f7c6973`](https://github.com/rrweb-io/rrweb/commit/f7c6973ae9c21b9ea014bdef7101f976f04d9356)]:
- rrweb-snapshot@2.0.0-alpha.13
## 2.0.0-alpha.12
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@rrweb/types",
"version": "2.0.0-alpha.12",
"version": "2.0.0-alpha.13",
"publishConfig": {
"access": "public"
},
@@ -44,7 +44,7 @@
"vite-plugin-dts": "^1.7.3"
},
"dependencies": {
"rrweb-snapshot": "^2.0.0-alpha.12"
"rrweb-snapshot": "^2.0.0-alpha.13"
},
"browserslist": [
"supports es6-class"