@loaders.gl/textures 4.2.3 → 4.2.4

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.
@@ -10,7 +10,7 @@
10
10
  );
11
11
  globalThis._loadersgl_.version = NPM_TAG;
12
12
  } else {
13
- globalThis._loadersgl_.version = "4.2.2";
13
+ globalThis._loadersgl_.version = "4.2.3";
14
14
  }
15
15
  }
16
16
  return globalThis._loadersgl_.version;
@@ -249,7 +249,7 @@
249
249
  }
250
250
 
251
251
  // src/lib/utils/version.ts
252
- var VERSION2 = true ? "4.2.2" : "latest";
252
+ var VERSION2 = true ? "4.2.3" : "latest";
253
253
 
254
254
  // src/lib/parsers/basis-module-loader.ts
255
255
  var BASIS_EXTERNAL_LIBRARIES = {
@@ -4,4 +4,4 @@
4
4
  // Version constant cannot be imported, it needs to correspond to the build version of **this** module.
5
5
  // __VERSION__ is injected by babel-plugin-version-inline
6
6
  // @ts-ignore TS2304: Cannot find name '__VERSION__'.
7
- export const VERSION = typeof "4.2.2" !== 'undefined' ? "4.2.2" : 'latest';
7
+ export const VERSION = typeof "4.2.3" !== 'undefined' ? "4.2.3" : 'latest';
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  (() => {
3
3
  // src/lib/utils/version.ts
4
- var VERSION = true ? "4.2.2" : "latest";
4
+ var VERSION = true ? "4.2.3" : "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.2.3",
3
+ "version": "4.2.4",
4
4
  "description": "Framework-independent loaders for compressed and super compressed (basis) textures ",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -54,10 +54,10 @@
54
54
  "build-crunch-worker": "esbuild src/workers/crunch-worker.ts --outfile=dist/crunch-worker.js --target=esnext --bundle --define:__VERSION__=\\\"$npm_package_version\\\""
55
55
  },
56
56
  "dependencies": {
57
- "@loaders.gl/images": "4.2.3",
58
- "@loaders.gl/loader-utils": "4.2.3",
59
- "@loaders.gl/schema": "4.2.3",
60
- "@loaders.gl/worker-utils": "4.2.3",
57
+ "@loaders.gl/images": "4.2.4",
58
+ "@loaders.gl/loader-utils": "4.2.4",
59
+ "@loaders.gl/schema": "4.2.4",
60
+ "@loaders.gl/worker-utils": "4.2.4",
61
61
  "@math.gl/types": "^4.0.1",
62
62
  "ktx-parse": "^0.0.4",
63
63
  "texture-compressor": "^1.0.2"
@@ -65,5 +65,5 @@
65
65
  "peerDependencies": {
66
66
  "@loaders.gl/core": "^4.0.0"
67
67
  },
68
- "gitHead": "b81621afebc699faf74a4987d7859a587fe73a78"
68
+ "gitHead": "68ce51cb8ef8ca55a9cc66801e0aff504e925bb9"
69
69
  }