gltf-pipeline
Advanced tools
Comparing version 2.1.4 to 2.1.5
@@ -171,2 +171,3 @@ #!/usr/bin/env node | ||
stats: argv.stats, | ||
keepUnusedElements: argv.keepUnusedElements, | ||
name: outputName, | ||
@@ -173,0 +174,0 @@ dracoOptions: dracoOptions |
Change Log | ||
========== | ||
### 2.1.5 - 2020-02-04 | ||
* Added removal of unused textures, samplers, and images. [#516](https://github.com/AnalyticalGraphicsInc/gltf-pipeline/pull/516) | ||
### 2.1.4 - 2019-10-04 | ||
@@ -5,0 +9,0 @@ |
{ | ||
"name": "gltf-pipeline", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "Content pipeline tools for optimizing glTF assets.", | ||
@@ -29,24 +29,23 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"bluebird": "^3.5.5", | ||
"cesium": "^1.58.1", | ||
"bluebird": "^3.7.2", | ||
"cesium": "^1.66.0", | ||
"draco3d": "^1.3.4", | ||
"fs-extra": "^8.0.1", | ||
"fs-extra": "^8.1.0", | ||
"mime": "^2.4.4", | ||
"object-hash": "^1.3.1", | ||
"uuid": "^3.3.2", | ||
"yargs": "^13.2.4" | ||
"object-hash": "^2.0.1", | ||
"uuid": "^3.4.0", | ||
"yargs": "^15.1.0" | ||
}, | ||
"devDependencies": { | ||
"cloc": "^2.5.0", | ||
"coveralls": "^3.0.4", | ||
"dependency-tree": "^7.0.2", | ||
"eslint": "^6.0.0", | ||
"eslint-config-cesium": "^7.0.0", | ||
"cloc": "^2.5.1", | ||
"coveralls": "^3.0.9", | ||
"dependency-tree": "^7.2.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-cesium": "^8.0.1", | ||
"gulp": "^4.0.2", | ||
"jasmine": "^3.4.0", | ||
"jasmine": "^3.5.0", | ||
"jasmine-spec-reporter": "^4.2.1", | ||
"jsdoc": "^3.6.2", | ||
"nyc": "^14.1.1", | ||
"open": "^6.3.0", | ||
"requirejs": "^2.3.6" | ||
"jsdoc": "^3.6.3", | ||
"nyc": "^15.0.0", | ||
"open": "^7.0.2" | ||
}, | ||
@@ -53,0 +52,0 @@ "scripts": { |
@@ -161,3 +161,3 @@ # glTF Pipeline | ||
This will output a portion of the gltf-pipeline code into the `dist/cesium` folder, reformatted into AMD style for use with RequireJS and Cesium in the browser. | ||
This will output a portion of the gltf-pipeline code into the `dist/cesium` folder for use with Cesium in the browser. | ||
@@ -164,0 +164,0 @@ ### Running Test Coverage |
222491
11
4553
+ Addedansi-regex@5.0.1(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedcliui@6.0.0(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedemoji-regex@8.0.0(transitive)
+ Addedfind-up@4.1.0(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedlocate-path@5.0.0(transitive)
+ Addedobject-hash@2.2.0(transitive)
+ Addedp-locate@4.1.0(transitive)
+ Addedpath-exists@4.0.0(transitive)
+ Addedstring-width@4.2.3(transitive)
+ Addedstrip-ansi@6.0.1(transitive)
+ Addedwrap-ansi@6.2.0(transitive)
+ Addedyargs@15.4.1(transitive)
+ Addedyargs-parser@18.1.3(transitive)
- Removedansi-regex@4.1.1(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedcliui@5.0.0(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedemoji-regex@7.0.3(transitive)
- Removedfind-up@3.0.0(transitive)
- Removedis-fullwidth-code-point@2.0.0(transitive)
- Removedlocate-path@3.0.0(transitive)
- Removedobject-hash@1.3.1(transitive)
- Removedp-locate@3.0.0(transitive)
- Removedpath-exists@3.0.0(transitive)
- Removedstring-width@3.1.0(transitive)
- Removedstrip-ansi@5.2.0(transitive)
- Removedwrap-ansi@5.1.0(transitive)
- Removedyargs@13.3.2(transitive)
- Removedyargs-parser@13.1.2(transitive)
Updatedbluebird@^3.7.2
Updatedcesium@^1.66.0
Updatedfs-extra@^8.1.0
Updatedobject-hash@^2.0.1
Updateduuid@^3.4.0
Updatedyargs@^15.1.0