@splinetool/loader 1.12.29 → 1.12.33

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/loader",
3
- "version": "1.12.29",
3
+ "version": "1.12.33",
4
4
  "description": "Spline is a collaborative design platform for creating production-ready interactive experiences in multiple dimensions. © 2025 Spline, Inc.",
5
5
  "keywords": [
6
6
  "spline",
@@ -32,31 +32,34 @@
32
32
  "lint": "eslint src/ --max-warnings=0 --cache",
33
33
  "format": "prettier src/ --write",
34
34
  "typecheck": "tsc",
35
- "analyze": "cross-env GENERATE_SOURCEMAP=true yarn build && cross-env NODE_OPTIONS=--no-experimental-fetch source-map-explorer 'build/SplineLoader.js' --no-border-checks",
36
- "example": "cross-env VITE_IS_PROD=true yarn build && vite"
35
+ "analyze": "cross-env GENERATE_SOURCEMAP=true npm run build && cross-env NODE_OPTIONS=--no-experimental-fetch source-map-explorer 'build/SplineLoader.js' --no-border-checks",
36
+ "example": "cross-env VITE_IS_PROD=true npm run build && vite"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "three": ">=0.133.0"
40
40
  },
41
+ "dependencies": {
42
+ "semver-compare": "1.0.0"
43
+ },
41
44
  "devDependencies": {
42
- "@types/semver-compare": "^1.0.1",
43
- "browserslist": "^4.16.7",
44
- "browserslist-to-esbuild": "^1.1.1",
45
- "cross-env": "^7.0.3",
46
- "esbuild": "^0.15.16",
47
- "esbuild-plugin-glslify": "^1.0.1",
48
- "eslint": "^8.46.0",
49
- "glslify-import": "^3.1.0",
50
- "jest": "26.6.0",
51
- "lodash-es": "^4.17.21",
52
- "prettier": "^2.6.2",
53
- "raw-loader": "^4.0.2",
54
- "source-map-explorer": "^2.5.2",
55
- "spe": "workspace:*",
56
- "three": "patch:three@npm:0.149.0#./packages/editor/patches/three.patch",
45
+ "@types/semver-compare": "1.0.1",
46
+ "browserslist": "4.16.7",
47
+ "browserslist-to-esbuild": "1.1.1",
48
+ "cross-env": "7.0.3",
49
+ "dpdm": "3.9.0",
50
+ "esbuild": "0.15.16",
51
+ "esbuild-plugin-glslify": "1.0.1",
52
+ "eslint": "8.46.0",
53
+ "glslify-import": "3.1.0",
54
+ "jest": "30.2.0",
55
+ "lodash-es": "4.17.21",
56
+ "prettier": "2.6.2",
57
+ "source-map-explorer": "2.5.2",
58
+ "spe": "*",
59
+ "three": "0.149.0",
57
60
  "typescript": "^5.2.2",
58
- "vite": "^5.4.10",
59
- "vite-plugin-static-copy": "^0.13.0"
61
+ "vite": "5.4.10",
62
+ "vite-plugin-static-copy": "0.13.0"
60
63
  },
61
64
  "browserslist": {
62
65
  "development": [
@@ -72,8 +75,5 @@
72
75
  "Safari >= 13.0",
73
76
  "not Android <= 4.4"
74
77
  ]
75
- },
76
- "dependencies": {
77
- "semver-compare": "^1.0.0"
78
78
  }
79
79
  }