@loaders.gl/textures 4.0.4 → 4.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  (() => {
3
3
  // src/lib/utils/version.ts
4
- var VERSION = true ? "4.0.4" : "latest";
4
+ var VERSION = true ? "4.0.6" : "latest";
5
5
 
6
6
  // src/lib/parsers/parse-npy.ts
7
7
  var a = new Uint32Array([305419896]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/textures",
3
- "version": "4.0.4",
3
+ "version": "4.0.6",
4
4
  "description": "Framework-independent loaders for compressed and super compressed (basis) textures ",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -53,15 +53,15 @@
53
53
  "build-crunch-worker": "esbuild src/workers/crunch-worker.ts --outfile=dist/crunch-worker.js --target=esnext --bundle --define:__VERSION__=\\\"$npm_package_version\\\""
54
54
  },
55
55
  "dependencies": {
56
- "@loaders.gl/images": "4.0.4",
57
- "@loaders.gl/loader-utils": "4.0.4",
58
- "@loaders.gl/schema": "4.0.4",
59
- "@loaders.gl/worker-utils": "4.0.4",
56
+ "@loaders.gl/images": "4.0.6",
57
+ "@loaders.gl/loader-utils": "4.0.6",
58
+ "@loaders.gl/schema": "4.0.6",
59
+ "@loaders.gl/worker-utils": "4.0.6",
60
60
  "ktx-parse": "^0.0.4",
61
61
  "texture-compressor": "^1.0.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@loaders.gl/polyfills": "4.0.4"
64
+ "@loaders.gl/polyfills": "4.0.6"
65
65
  },
66
- "gitHead": "4dc810fa04bb400f4aedfef98a83c7ef882ed3d7"
66
+ "gitHead": "1582e06e4ac81b61091148f3d872f67478fe7511"
67
67
  }