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]
2026-04-01 12:00:00 +08:00
committed by GitHub
parent d4c1440389
commit f8b3f4f8a2
39 changed files with 270 additions and 60 deletions

View File

@@ -1,5 +1,13 @@
# rrweb-player
## 2.0.0-alpha.17
### Patch Changes
- Updated dependencies [[`db20184`](https://github.com/rrweb-io/rrweb/commit/db201841accd2b5df3cd7c88779aa62ab158501c)]:
- @rrweb/packer@2.0.0-alpha.17
- @rrweb/replay@2.0.0-alpha.17
## 2.0.0-alpha.16
## 2.0.0-alpha.15

View File

@@ -1,8 +1,8 @@
{
"name": "rrweb-player",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"devDependencies": {
"@rrweb/types": "^2.0.0-alpha.16",
"@rrweb/types": "^2.0.0-alpha.17",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/package": "^2.0.0",
@@ -20,8 +20,8 @@
},
"dependencies": {
"@tsconfig/svelte": "^1.0.0",
"@rrweb/replay": "^2.0.0-alpha.16",
"@rrweb/packer": "^2.0.0-alpha.16"
"@rrweb/replay": "^2.0.0-alpha.17",
"@rrweb/packer": "^2.0.0-alpha.17"
},
"scripts": {
"dev": "vite build --watch",