@loaders.gl/textures 3.3.0 → 3.4.0-alpha.1

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.
@@ -28,7 +28,7 @@
28
28
  });
29
29
 
30
30
  // ../worker-utils/src/lib/env-utils/version.ts
31
- var VERSION = true ? "3.3.0" : DEFAULT_VERSION;
31
+ var VERSION = true ? "3.4.0-alpha.1" : DEFAULT_VERSION;
32
32
  if (false) {
33
33
  console.error("loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.");
34
34
  }
@@ -237,10 +237,10 @@
237
237
  }
238
238
 
239
239
  // src/lib/utils/version.ts
240
- var VERSION3 = true ? "3.3.0" : "beta";
240
+ var VERSION3 = true ? "3.4.0-alpha.1" : "beta";
241
241
 
242
242
  // src/lib/parsers/basis-module-loader.ts
243
- var VERSION4 = true ? "3.3.0" : "beta";
243
+ var VERSION4 = true ? "3.4.0-alpha.1" : "beta";
244
244
  var BASIS_CDN_ENCODER_WASM = `https://unpkg.com/@loaders.gl/textures@${VERSION4}/dist/libs/basis_encoder.wasm`;
245
245
  var BASIS_CDN_ENCODER_JS = `https://unpkg.com/@loaders.gl/textures@${VERSION4}/dist/libs/basis_encoder.js`;
246
246
  var loadBasisEncoderPromise;
@@ -1,6 +1,6 @@
1
1
  (() => {
2
2
  // src/lib/utils/version.ts
3
- var VERSION = true ? "3.3.0" : "beta";
3
+ var VERSION = true ? "3.4.0-alpha.1" : "beta";
4
4
 
5
5
  // src/lib/parsers/parse-npy.ts
6
6
  function systemIsLittleEndian() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/textures",
3
- "version": "3.3.0",
3
+ "version": "3.4.0-alpha.1",
4
4
  "description": "Framework-independent loaders for compressed and super compressed (basis) textures ",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -45,15 +45,15 @@
45
45
  "build-ktx2-basis-writer-nodejs-worker": "esbuild src/workers/ktx2-basis-writer-nodejs-worker.ts --platform=node --target=esnext,node12 --bundle --outfile=dist/ktx2-basis-writer-nodejs-worker.js --define:__VERSION__=\\\"$npm_package_version\\\""
46
46
  },
47
47
  "dependencies": {
48
- "@loaders.gl/images": "3.3.0",
49
- "@loaders.gl/loader-utils": "3.3.0",
50
- "@loaders.gl/schema": "3.3.0",
51
- "@loaders.gl/worker-utils": "3.3.0",
48
+ "@loaders.gl/images": "3.4.0-alpha.1",
49
+ "@loaders.gl/loader-utils": "3.4.0-alpha.1",
50
+ "@loaders.gl/schema": "3.4.0-alpha.1",
51
+ "@loaders.gl/worker-utils": "3.4.0-alpha.1",
52
52
  "ktx-parse": "^0.0.4",
53
53
  "texture-compressor": "^1.0.2"
54
54
  },
55
55
  "devDependencies": {
56
- "@loaders.gl/polyfills": "3.3.0"
56
+ "@loaders.gl/polyfills": "3.4.0-alpha.1"
57
57
  },
58
- "gitHead": "566d194f175a03e042d3e588cdd514048f428cc1"
58
+ "gitHead": "4085b0323050e4361614471319a1fb4729547bbf"
59
59
  }