@uptimizr/replay 0.2.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uptimizr/replay",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Framework-agnostic session-replay core + Babylon driver. Re-drives a captured session in the user's own scene.",
5
5
  "keywords": [
6
6
  "uptimizr",
@@ -78,15 +78,15 @@
78
78
  },
79
79
  "dependencies": {
80
80
  "zod": "^4.1.5",
81
- "@uptimizr/schema": "0.2.0",
82
- "@uptimizr/sdk-core": "0.1.2"
81
+ "@uptimizr/schema": "0.4.0",
82
+ "@uptimizr/sdk-core": "0.3.0"
83
83
  },
84
84
  "devDependencies": {
85
- "@babylonjs/core": "^9.13.0",
86
- "@babylonjs/lite": "^1.2.0",
85
+ "@babylonjs/core": "^9.14.0",
86
+ "@babylonjs/lite": "^1.6.0",
87
87
  "esbuild": "^0.25.0",
88
- "playcanvas": "2.19.7",
89
- "three": "^0.184.0",
88
+ "playcanvas": "2.20.0",
89
+ "three": "^0.185.0",
90
90
  "vitest": "^4.1.9"
91
91
  },
92
92
  "scripts": {