@needle-tools/gltf-build-pipeline 3.0.0 → 3.0.1-44cdeba

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.
Files changed (2) hide show
  1. package/dist/cli/index.js +1 -1
  2. package/package.json +20 -20
package/dist/cli/index.js CHANGED
@@ -1194,7 +1194,7 @@ function registerExtensions(node) {
1194
1194
  import { createTransform } from "@gltf-transform/functions";
1195
1195
 
1196
1196
  // src/utils/version.gen.ts
1197
- var version = "3.0.0";
1197
+ var version = "3.0.1-44cdeba";
1198
1198
 
1199
1199
  // src/utils/version.ts
1200
1200
  function getVersion(_marklocal = !0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@needle-tools/gltf-build-pipeline",
3
- "version": "3.0.0",
3
+ "version": "3.0.1-44cdeba",
4
4
  "description": "Pipeline and tools for optimizing gltf files using gltf-transform and compression settings within glTF extensions",
5
5
  "type": "module",
6
6
  "exports": {
@@ -49,32 +49,32 @@
49
49
  "vitest": "^3.1.1"
50
50
  },
51
51
  "optionalDependencies": {
52
- "@img/sharp-darwin-arm64": "^0.34.5",
53
- "@img/sharp-darwin-x64": "^0.34.5",
54
- "@img/sharp-linux-arm": "^0.34.5",
55
- "@img/sharp-win32-x64": "^0.34.5"
52
+ "@img/sharp-darwin-arm64": "0.34.5",
53
+ "@img/sharp-darwin-x64": "0.34.5",
54
+ "@img/sharp-linux-arm": "0.34.5",
55
+ "@img/sharp-win32-x64": "0.34.5"
56
56
  },
57
57
  "dependencies": {
58
- "@donmccurdy/caporal": "~0.0.10",
58
+ "@donmccurdy/caporal": "0.0.10",
59
59
  "@gltf-transform/core": "4.2.1",
60
60
  "@gltf-transform/extensions": "4.2.1",
61
61
  "@gltf-transform/functions": "npm:@needle-tools/gltf-transform-functions@4.3.0-alpha.1",
62
- "command-exists": "^1.2.9",
63
- "command-line-args": "^5.2.1",
64
- "draco3dgltf": "^1.5.3",
65
- "glob": "^7.2.0",
66
- "jose": "^6.2.3",
62
+ "command-exists": "1.2.9",
63
+ "command-line-args": "5.2.1",
64
+ "draco3dgltf": "1.5.7",
65
+ "glob": "7.2.3",
66
+ "jose": "6.2.3",
67
67
  "meshoptimizer": "0.25.0",
68
- "micromatch": "^4.0.5",
69
- "ndarray": "^1.0.19",
70
- "ndarray-lanczos": "^0.3.0",
71
- "ndarray-pixels": "^5.0.1",
68
+ "micromatch": "4.0.5",
69
+ "ndarray": "1.0.19",
70
+ "ndarray-lanczos": "0.3.0",
71
+ "ndarray-pixels": "5.0.1",
72
72
  "p-limit": "3.1.0",
73
- "semver": "^7.3.7",
74
- "sharp": "^0.34.5",
75
- "tmp": "^0.2.1",
76
- "uuid": "^9.0.1",
77
- "xxhash-wasm": "^1.1.0"
73
+ "semver": "7.7.4",
74
+ "sharp": "0.34.5",
75
+ "tmp": "0.2.3",
76
+ "uuid": "9.0.1",
77
+ "xxhash-wasm": "1.1.0"
78
78
  },
79
79
  "watch": {
80
80
  "compile": {