🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@gltf-transform/cli

Package Overview
Dependencies
Maintainers
1
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gltf-transform/cli - npm Package Compare versions

Comparing version
4.0.0-alpha.13
to
4.0.0-alpha.14
+10
-10
package.json
{
"name": "@gltf-transform/cli",
"version": "4.0.0-alpha.13",
"version": "4.0.0-alpha.14",
"repository": "github:donmccurdy/glTF-Transform",

@@ -29,5 +29,5 @@ "homepage": "https://gltf-transform.dev/cli.html",

"@donmccurdy/caporal": "~0.0.10",
"@gltf-transform/core": "^4.0.0-alpha.13",
"@gltf-transform/extensions": "^4.0.0-alpha.13",
"@gltf-transform/functions": "^4.0.0-alpha.13",
"@gltf-transform/core": "^4.0.0-alpha.14",
"@gltf-transform/extensions": "^4.0.0-alpha.14",
"@gltf-transform/functions": "^4.0.0-alpha.14",
"@types/inquirer": "~9.0.3",

@@ -41,10 +41,10 @@ "@types/language-tags": "~1.0.1",

"command-exists": "~1.2.9",
"csv-stringify": "~6.2.4",
"csv-stringify": "~6.4.6",
"draco3dgltf": "~1.5.6",
"gltf-validator": "~2.0.0-dev.3.9",
"inquirer": "~9.1.4",
"inquirer": "~9.2.17",
"keyframe-resample": "~0.1.0",
"ktx-parse": "~0.7.0",
"language-tags": "~1.0.9",
"listr2": "~8.0.0",
"listr2": "~8.2.1",
"meshoptimizer": "~0.20.0",

@@ -56,5 +56,5 @@ "micromatch": "~4.0.5",

"p-limit": "~5.0.0",
"semver": "~7.5.4",
"semver": "~7.6.0",
"sharp": "~0.32.6",
"spdx-correct": "~3.1.1",
"spdx-correct": "~3.2.0",
"strip-ansi": "~7.1.0",

@@ -72,3 +72,3 @@ "tmp": "~0.2.1"

],
"gitHead": "e1040fa15cba3d6c753047e0a974ed3b4176e4d5"
"gitHead": "c1cb498efc512eb2737f27d135225f125012e31f"
}

@@ -70,3 +70,3 @@ import { Document, NodeIO, FileUtils, Transform, Format, Verbosity } from '@gltf-transform/core';

// renderers have different capability to display errors and warnings.
await new Listr(tasks, { renderer: 'default', registerSignalListeners: true }).run();
await new Listr(tasks, { renderer: 'default', registerSignalListeners: false }).run();
console.log('');

@@ -73,0 +73,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display