@loaders.gl/textures 4.0.0-beta.1 → 4.0.0-beta.2

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.
@@ -42,7 +42,7 @@
42
42
  console.error("loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.");
43
43
  globalThis._loadersgl_.version = NPM_TAG;
44
44
  } else {
45
- globalThis._loadersgl_.version = "4.0.0-beta.1";
45
+ globalThis._loadersgl_.version = "4.0.0-beta.2";
46
46
  }
47
47
  }
48
48
  return globalThis._loadersgl_.version;
@@ -344,7 +344,7 @@
344
344
  }
345
345
 
346
346
  // src/lib/utils/version.ts
347
- var VERSION2 = true ? "4.0.0-beta.1" : "beta";
347
+ var VERSION2 = true ? "4.0.0-beta.2" : "beta";
348
348
 
349
349
  // ../../node_modules/ktx-parse/dist/ktx-parse.modern.js
350
350
  var t = new Uint8Array([0]);
@@ -42,7 +42,7 @@
42
42
  console.error("loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.");
43
43
  globalThis._loadersgl_.version = NPM_TAG;
44
44
  } else {
45
- globalThis._loadersgl_.version = "4.0.0-beta.1";
45
+ globalThis._loadersgl_.version = "4.0.0-beta.2";
46
46
  }
47
47
  }
48
48
  return globalThis._loadersgl_.version;
@@ -344,7 +344,7 @@
344
344
  }
345
345
 
346
346
  // src/lib/utils/version.ts
347
- var VERSION2 = true ? "4.0.0-beta.1" : "beta";
347
+ var VERSION2 = true ? "4.0.0-beta.2" : "beta";
348
348
 
349
349
  // src/crunch-loader.ts
350
350
  var CrunchLoader = {
@@ -4,6 +4,6 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.VERSION = void 0;
7
- var VERSION = typeof "4.0.0-beta.1" !== 'undefined' ? "4.0.0-beta.1" : 'beta';
7
+ var VERSION = typeof "4.0.0-beta.2" !== 'undefined' ? "4.0.0-beta.2" : 'beta';
8
8
  exports.VERSION = VERSION;
9
9
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export const VERSION = typeof "4.0.0-beta.1" !== 'undefined' ? "4.0.0-beta.1" : 'beta';
1
+ export const VERSION = typeof "4.0.0-beta.2" !== 'undefined' ? "4.0.0-beta.2" : 'beta';
2
2
  //# sourceMappingURL=version.js.map