@needle-tools/gltf-build-pipeline 3.0.1-44cdeba → 3.0.1
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/dist/cli/index.js +1 -1
- package/package.json +1 -1
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.1
|
|
1197
|
+
var version = "3.0.1";
|
|
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.1
|
|
3
|
+
"version": "3.0.1",
|
|
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": {
|