@loaders.gl/textures
Advanced tools
Comparing version 3.0.0-alpha.13 to 3.0.0-alpha.14
@@ -7,4 +7,4 @@ "use strict"; | ||
exports.VERSION = void 0; | ||
var VERSION = typeof "3.0.0-alpha.13" !== 'undefined' ? "3.0.0-alpha.13" : 'beta'; | ||
var VERSION = typeof "3.0.0-alpha.14" !== 'undefined' ? "3.0.0-alpha.14" : 'beta'; | ||
exports.VERSION = VERSION; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export var VERSION = typeof "3.0.0-alpha.13" !== 'undefined' ? "3.0.0-alpha.13" : 'beta'; | ||
export var VERSION = typeof "3.0.0-alpha.14" !== 'undefined' ? "3.0.0-alpha.14" : 'beta'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@loaders.gl/textures", | ||
"version": "3.0.0-alpha.13", | ||
"version": "3.0.0-alpha.14", | ||
"description": "Framework-independent loaders for compressed and super compressed (basis) textures ", | ||
@@ -35,3 +35,3 @@ "license": "MIT", | ||
"scripts": { | ||
"pre-build": "npm run copy-libs && npm run build-worker && npm run build-bundle && npm run build-bundle -- --env.dev", | ||
"pre-build": "npm run copy-libs && npm run build-worker && npm run build-bundle", | ||
"copy-libs": "cp -rf ./src/libs ./dist/libs", | ||
@@ -46,10 +46,10 @@ "build-bundle": "webpack --display=minimal --config ../../scripts/webpack/bundle.js", | ||
"dependencies": { | ||
"@loaders.gl/core": "3.0.0-alpha.13", | ||
"@loaders.gl/images": "3.0.0-alpha.13", | ||
"@loaders.gl/loader-utils": "3.0.0-alpha.13", | ||
"@loaders.gl/worker-utils": "3.0.0-alpha.13", | ||
"@loaders.gl/core": "3.0.0-alpha.14", | ||
"@loaders.gl/images": "3.0.0-alpha.14", | ||
"@loaders.gl/loader-utils": "3.0.0-alpha.14", | ||
"@loaders.gl/worker-utils": "3.0.0-alpha.14", | ||
"ktx-parse": "^0.0.4", | ||
"texture-compressor": "^1.0.2" | ||
}, | ||
"gitHead": "2d13b42b8ccc1e04e839aa90b56297cb0de73bfa" | ||
"gitHead": "fe9717732559902e25911b6e575d14f731b1ce7d" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
4101160
27910
66
+ Added@loaders.gl/core@3.0.0-alpha.14(transitive)
+ Added@loaders.gl/images@3.0.0-alpha.14(transitive)
+ Added@loaders.gl/loader-utils@3.0.0-alpha.14(transitive)
+ Added@loaders.gl/worker-utils@3.0.0-alpha.14(transitive)
- Removed@loaders.gl/core@3.0.0-alpha.13(transitive)
- Removed@loaders.gl/images@3.0.0-alpha.13(transitive)
- Removed@loaders.gl/loader-utils@3.0.0-alpha.13(transitive)
- Removed@loaders.gl/worker-utils@3.0.0-alpha.13(transitive)