Skip to content

Commit

Permalink
v4.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Sep 28, 2024
1 parent 13d83a7 commit 30e623a
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 37 deletions.
3 changes: 2 additions & 1 deletion benchmarks/results/apple-m1-pro.csv
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ v4.0.4,11.7087,31.8374,9.5598,0.4813,19.3532,95.0073,73.1497,364.7338
v4.0.5,12.415,32.8697,9.6256,0.4934,18.9091,96.2481,70.3749,354.646
v4.0.6,12.1584,31.5368,9.5556,0.4598,19.4351,96.2734,69.3757,344.8655
v4.0.7,12.2474,31.6123,9.3566,0.4994,18.2556,93.2856,69.8443,424.0822
v4.0.8,12.2151,34.3063,10.3714,0.4745,19.278,94.8912,80.1642,346.7352
v4.0.8,12.2151,34.3063,10.3714,0.4745,19.278,94.8912,80.1642,346.7352
v4.0.9,11.6376,31.0928,9.4095,0.4837,18.2683,92.6743,74.8708,342.8251
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.8",
"version": "4.0.9",
"npmClient": "yarn",
"packages": ["packages/*"]
}
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gltf-transform/cli",
"version": "4.0.8",
"version": "4.0.9",
"repository": "github:donmccurdy/glTF-Transform",
"homepage": "https://gltf-transform.dev/cli.html",
"description": "CLI interface to glTF Transform",
Expand Down Expand Up @@ -29,9 +29,9 @@
},
"dependencies": {
"@donmccurdy/caporal": "~0.0.10",
"@gltf-transform/core": "^4.0.8",
"@gltf-transform/extensions": "^4.0.8",
"@gltf-transform/functions": "^4.0.8",
"@gltf-transform/core": "^4.0.9",
"@gltf-transform/extensions": "^4.0.9",
"@gltf-transform/functions": "^4.0.9",
"@types/language-tags": "~1.0.4",
"@types/micromatch": "~4.0.9",
"@types/node-fetch": "~2.6.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gltf-transform/core",
"version": "4.0.8",
"version": "4.0.9",
"repository": "github:donmccurdy/glTF-Transform",
"homepage": "https://gltf-transform.dev/",
"description": "glTF 2.0 SDK for JavaScript and TypeScript, on Web and Node.js.",
Expand Down
8 changes: 4 additions & 4 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gltf-transform/docs",
"version": "4.0.8",
"version": "4.0.9",
"private": true,
"scripts": {
"watch": "vite dev",
Expand All @@ -12,9 +12,9 @@
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@gltf-transform/core": "^4.0.8",
"@gltf-transform/extensions": "^4.0.8",
"@gltf-transform/functions": "^4.0.8",
"@gltf-transform/core": "^4.0.9",
"@gltf-transform/extensions": "^4.0.9",
"@gltf-transform/functions": "^4.0.9",
"@greendoc/parse": "^0.4.1",
"@greendoc/svelte": "^0.4.1",
"@sveltejs/adapter-static": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/lib/pages/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Full command list:

<!-- begin:cli_help -->
```plaintext
gltf-transform 4.0.8 — Command-line interface (CLI) for the glTF Transform SDK.
gltf-transform 4.0.9 — Command-line interface (CLI) for the glTF Transform SDK.
USAGE
Expand Down
4 changes: 2 additions & 2 deletions packages/extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gltf-transform/extensions",
"version": "4.0.8",
"version": "4.0.9",
"repository": "github:donmccurdy/glTF-Transform",
"homepage": "https://gltf-transform.dev/extensions.html",
"description": "Adds extension support to @gltf-transform/core",
Expand Down Expand Up @@ -35,7 +35,7 @@
"threejs"
],
"dependencies": {
"@gltf-transform/core": "^4.0.8",
"@gltf-transform/core": "^4.0.9",
"ktx-parse": "^0.7.1"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gltf-transform/functions",
"version": "4.0.8",
"version": "4.0.9",
"repository": "github:donmccurdy/glTF-Transform",
"homepage": "https://gltf-transform.dev/functions.html",
"description": "Functions for common glTF modifications, written using the core API",
Expand Down Expand Up @@ -35,8 +35,8 @@
"threejs"
],
"dependencies": {
"@gltf-transform/core": "^4.0.8",
"@gltf-transform/extensions": "^4.0.8",
"@gltf-transform/core": "^4.0.9",
"@gltf-transform/extensions": "^4.0.9",
"ktx-parse": "^0.7.1",
"ndarray": "^1.0.19",
"ndarray-lanczos": "^0.3.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@gltf-transform/test-utils",
"version": "4.0.8",
"version": "4.0.9",
"type": "module",
"sideEffects": false,
"source": "./src/index.ts",
Expand All @@ -15,8 +15,8 @@
"watch": "microbundle watch --format modern --no-compress"
},
"dependencies": {
"@gltf-transform/core": "^4.0.8",
"@gltf-transform/extensions": "^4.0.8",
"@gltf-transform/functions": "^4.0.8"
"@gltf-transform/core": "^4.0.9",
"@gltf-transform/extensions": "^4.0.9",
"@gltf-transform/functions": "^4.0.9"
}
}
2 changes: 1 addition & 1 deletion packages/view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gltf-transform/view",
"version": "4.0.8",
"version": "4.0.9",
"repository": "github:donmccurdy/glTF-Transform-View",
"homepage": "https://gltf-transform.dev/",
"description": "Syncs a glTF-Transform Document with a three.js scene graph",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1936,9 +1936,9 @@ __metadata:
resolution: "@gltf-transform/cli@workspace:packages/cli"
dependencies:
"@donmccurdy/caporal": "npm:~0.0.10"
"@gltf-transform/core": "npm:^4.0.8"
"@gltf-transform/extensions": "npm:^4.0.8"
"@gltf-transform/functions": "npm:^4.0.8"
"@gltf-transform/core": "npm:^4.0.9"
"@gltf-transform/extensions": "npm:^4.0.9"
"@gltf-transform/functions": "npm:^4.0.9"
"@types/language-tags": "npm:~1.0.4"
"@types/micromatch": "npm:~4.0.9"
"@types/node-fetch": "npm:~2.6.11"
Expand Down Expand Up @@ -1972,7 +1972,7 @@ __metadata:
languageName: unknown
linkType: soft

"@gltf-transform/core@npm:^4.0.8, @gltf-transform/core@workspace:packages/core":
"@gltf-transform/core@npm:^4.0.9, @gltf-transform/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@gltf-transform/core@workspace:packages/core"
dependencies:
Expand All @@ -1984,9 +1984,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@gltf-transform/docs@workspace:packages/docs"
dependencies:
"@gltf-transform/core": "npm:^4.0.8"
"@gltf-transform/extensions": "npm:^4.0.8"
"@gltf-transform/functions": "npm:^4.0.8"
"@gltf-transform/core": "npm:^4.0.9"
"@gltf-transform/extensions": "npm:^4.0.9"
"@gltf-transform/functions": "npm:^4.0.9"
"@greendoc/parse": "npm:^0.4.1"
"@greendoc/svelte": "npm:^0.4.1"
"@sveltejs/adapter-static": "npm:^3.0.2"
Expand All @@ -2004,21 +2004,21 @@ __metadata:
languageName: unknown
linkType: soft

"@gltf-transform/extensions@npm:^4.0.8, @gltf-transform/extensions@workspace:packages/extensions":
"@gltf-transform/extensions@npm:^4.0.9, @gltf-transform/extensions@workspace:packages/extensions":
version: 0.0.0-use.local
resolution: "@gltf-transform/extensions@workspace:packages/extensions"
dependencies:
"@gltf-transform/core": "npm:^4.0.8"
"@gltf-transform/core": "npm:^4.0.9"
ktx-parse: "npm:^0.7.1"
languageName: unknown
linkType: soft

"@gltf-transform/functions@npm:^4.0.8, @gltf-transform/functions@workspace:packages/functions":
"@gltf-transform/functions@npm:^4.0.9, @gltf-transform/functions@workspace:packages/functions":
version: 0.0.0-use.local
resolution: "@gltf-transform/functions@workspace:packages/functions"
dependencies:
"@gltf-transform/core": "npm:^4.0.8"
"@gltf-transform/extensions": "npm:^4.0.8"
"@gltf-transform/core": "npm:^4.0.9"
"@gltf-transform/extensions": "npm:^4.0.9"
ktx-parse: "npm:^0.7.1"
ndarray: "npm:^1.0.19"
ndarray-lanczos: "npm:^0.3.0"
Expand All @@ -2030,9 +2030,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@gltf-transform/test-utils@workspace:packages/test-utils"
dependencies:
"@gltf-transform/core": "npm:^4.0.8"
"@gltf-transform/extensions": "npm:^4.0.8"
"@gltf-transform/functions": "npm:^4.0.8"
"@gltf-transform/core": "npm:^4.0.9"
"@gltf-transform/extensions": "npm:^4.0.9"
"@gltf-transform/functions": "npm:^4.0.9"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 30e623a

Please sign in to comment.