File tree Expand file tree Collapse file tree 8 files changed +18
-18
lines changed
Expand file tree Collapse file tree 8 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 11{
2- "version" : " 3.4.8 " ,
2+ "version" : " 3.5.0 " ,
33 "npmClient" : " yarn" ,
44 "packages" : [" packages/*" ]
55}
Original file line number Diff line number Diff line change 11{
22 "name" : " @gltf-transform/cli" ,
3- "version" : " 3.4.8 " ,
3+ "version" : " 3.5.0 " ,
44 "repository" : " github:donmccurdy/glTF-Transform" ,
55 "homepage" : " https://gltf-transform.dev/cli.html" ,
66 "description" : " CLI interface to glTF Transform" ,
2626 },
2727 "dependencies" : {
2828 "@caporal/core" : " ^2.0.2" ,
29- "@gltf-transform/core" : " ^3.4.8 " ,
30- "@gltf-transform/extensions" : " ^3.4.8 " ,
31- "@gltf-transform/functions" : " ^3.4.8 " ,
29+ "@gltf-transform/core" : " ^3.5.0 " ,
30+ "@gltf-transform/extensions" : " ^3.5.0 " ,
31+ "@gltf-transform/functions" : " ^3.5.0 " ,
3232 "@types/inquirer" : " ^9.0.3" ,
3333 "@types/language-tags" : " ^1.0.1" ,
3434 "@types/micromatch" : " ^4.0.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @gltf-transform/core" ,
3- "version" : " 3.4.8 " ,
3+ "version" : " 3.5.0 " ,
44 "repository" : " github:donmccurdy/glTF-Transform" ,
55 "homepage" : " https://gltf-transform.dev/" ,
66 "description" : " glTF 2.0 SDK for JavaScript and TypeScript, on Web and Node.js." ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @gltf-transform/docs" ,
3- "version" : " 3.4.8 " ,
3+ "version" : " 3.5.0 " ,
44 "private" : true ,
55 "scripts" : {
66 "watch" : " vite dev" ,
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Full command list:
5454
5555<!-- begin:cli_help -->
5656``` plaintext
57- gltf-transform 3.4.8 — Command-line interface (CLI) for the glTF Transform SDK.
57+ gltf-transform 3.5.0 — Command-line interface (CLI) for the glTF Transform SDK.
5858
5959 USAGE
6060
@@ -88,7 +88,7 @@ Full command list:
8888 join ✨ Join meshes and reduce draw calls
8989
9090
91- 🫖 GEOMETRY ─────────────────────────────────────────
91+ 🫖 GEOMETRY ─────────────────────────────────────────
9292 draco Compress geometry with Draco
9393 meshopt Compress geometry and animation with Meshopt
9494 quantize Quantize geometry, reducing precision and memory
Original file line number Diff line number Diff line change 11{
22 "name" : " @gltf-transform/extensions" ,
3- "version" : " 3.4.8 " ,
3+ "version" : " 3.5.0 " ,
44 "repository" : " github:donmccurdy/glTF-Transform" ,
55 "homepage" : " https://gltf-transform.dev/extensions.html" ,
66 "description" : " Adds extension support to @gltf-transform/core" ,
3535 " threejs"
3636 ],
3737 "dependencies" : {
38- "@gltf-transform/core" : " ^3.4.8 " ,
38+ "@gltf-transform/core" : " ^3.5.0 " ,
3939 "ktx-parse" : " ^0.6.0"
4040 },
4141 "files" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @gltf-transform/functions" ,
3- "version" : " 3.4.8 " ,
3+ "version" : " 3.5.0 " ,
44 "repository" : " github:donmccurdy/glTF-Transform" ,
55 "homepage" : " https://gltf-transform.dev/functions.html" ,
66 "description" : " Functions for common glTF modifications, written using the core API" ,
3535 " threejs"
3636 ],
3737 "dependencies" : {
38- "@gltf-transform/core" : " ^3.4.8 " ,
39- "@gltf-transform/extensions" : " ^3.4.8 " ,
38+ "@gltf-transform/core" : " ^3.5.0 " ,
39+ "@gltf-transform/extensions" : " ^3.5.0 " ,
4040 "ktx-parse" : " ^0.6.0" ,
4141 "ndarray" : " ^1.0.19" ,
4242 "ndarray-lanczos" : " ^0.3.0" ,
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " @gltf-transform/test-utils" ,
4- "version" : " 3.4.8 " ,
4+ "version" : " 3.5.0 " ,
55 "type" : " module" ,
66 "sideEffects" : false ,
77 "exports" : " ./dist/test-utils.modern.js" ,
1212 "watch" : " microbundle watch --format modern --no-compress"
1313 },
1414 "dependencies" : {
15- "@gltf-transform/core" : " ^3.4.8 " ,
16- "@gltf-transform/extensions" : " ^3.4.8 " ,
17- "@gltf-transform/functions" : " ^3.4.8 "
15+ "@gltf-transform/core" : " ^3.5.0 " ,
16+ "@gltf-transform/extensions" : " ^3.5.0 " ,
17+ "@gltf-transform/functions" : " ^3.5.0 "
1818 }
1919}
You can’t perform that action at this time.
0 commit comments