@splinetool/runtime 1.9.34 → 1.9.36

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": "@splinetool/runtime",
3
- "version": "1.9.34",
3
+ "version": "1.9.36",
4
4
  "description": "Spline is a collaborative design platform for creating production-ready interactive experiences in multiple dimensions. © 2024 Spline, Inc.",
5
5
  "keywords": [
6
6
  "spline",
@@ -59,7 +59,7 @@
59
59
  "spe2d": "0.0.0",
60
60
  "three": "patch:three@npm:0.149.0#./packages/editor/patches/three.patch",
61
61
  "typescript": "^4.1.3",
62
- "vite": "^4.4.7"
62
+ "vite": "^5.4.10"
63
63
  },
64
64
  "browserslist": {
65
65
  "development": [
package/runtime.d.ts CHANGED
@@ -73,7 +73,8 @@ declare module '@splinetool/runtime' {
73
73
  */
74
74
  load(
75
75
  path: string,
76
- variables?: Record<string, string | number | boolean>
76
+ variables?: Record<string, string | number | boolean>,
77
+ fetchOptions?: RequestInit
77
78
  ): Promise<void>;
78
79
  /**
79
80
  * Initializes the application starting from a binary encoded .splinecode file