@loaders.gl/gltf 4.0.5 → 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.
package/dist/dist.dev.js CHANGED
@@ -67,7 +67,7 @@ var __exports__ = (() => {
67
67
  });
68
68
 
69
69
  // ../images/src/lib/utils/version.ts
70
- var VERSION = typeof __VERSION__ !== "undefined" ? __VERSION__ : "latest";
70
+ var VERSION = true ? "4.0.6" : "latest";
71
71
 
72
72
  // ../loader-utils/src/loader-types.ts
73
73
  async function parseFromContext(data, loaders, options, context) {
@@ -97,15 +97,14 @@ var __exports__ = (() => {
97
97
  var nodeVersion = matches && parseFloat(matches[1]) || 0;
98
98
 
99
99
  // ../worker-utils/src/lib/env-utils/version.ts
100
- var NPM_TAG = "latest";
101
100
  function getVersion() {
102
101
  if (!globalThis._loadersgl_?.version) {
103
102
  globalThis._loadersgl_ = globalThis._loadersgl_ || {};
104
- if (typeof __VERSION__ === "undefined") {
103
+ if (false) {
105
104
  console.warn("loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.");
106
105
  globalThis._loadersgl_.version = NPM_TAG;
107
106
  } else {
108
- globalThis._loadersgl_.version = __VERSION__;
107
+ globalThis._loadersgl_.version = "4.0.6";
109
108
  }
110
109
  }
111
110
  return globalThis._loadersgl_.version;
@@ -3162,10 +3161,10 @@ var __exports__ = (() => {
3162
3161
  }
3163
3162
 
3164
3163
  // src/lib/utils/version.ts
3165
- var VERSION3 = typeof __VERSION__ !== "undefined" ? __VERSION__ : "latest";
3164
+ var VERSION3 = true ? "4.0.6" : "latest";
3166
3165
 
3167
3166
  // ../textures/src/lib/utils/version.ts
3168
- var VERSION4 = typeof __VERSION__ !== "undefined" ? __VERSION__ : "latest";
3167
+ var VERSION4 = true ? "4.0.6" : "latest";
3169
3168
 
3170
3169
  // ../textures/src/lib/parsers/basis-module-loader.ts
3171
3170
  var BASIS_EXTERNAL_LIBRARIES = {
@@ -3935,7 +3934,7 @@ var __exports__ = (() => {
3935
3934
  });
3936
3935
 
3937
3936
  // ../draco/src/lib/utils/version.ts
3938
- var VERSION5 = typeof __VERSION__ !== "undefined" ? __VERSION__ : "latest";
3937
+ var VERSION5 = true ? "4.0.6" : "latest";
3939
3938
 
3940
3939
  // ../draco/src/draco-loader.ts
3941
3940
  var DEFAULT_DRACO_OPTIONS = {
@@ -1,2 +1,2 @@
1
- export const VERSION = typeof __VERSION__ !== 'undefined' ? __VERSION__ : 'latest';
1
+ export const VERSION = typeof "4.0.6" !== 'undefined' ? "4.0.6" : 'latest';
2
2
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","names":["VERSION","__VERSION__"],"sources":["../../../src/lib/utils/version.ts"],"sourcesContent":["// Version constant cannot be imported, it needs to correspond to the build version of **this** module.\n// __VERSION__ is injected by babel-plugin-version-inline\n// @ts-ignore TS2304: Cannot find name '__VERSION__'.\nexport const VERSION = typeof __VERSION__ !== 'undefined' ? __VERSION__ : 'latest';\n"],"mappings":"AAGA,OAAO,MAAMA,OAAO,GAAG,OAAOC,WAAW,KAAK,WAAW,GAAGA,WAAW,GAAG,QAAQ"}
1
+ {"version":3,"file":"version.js","names":["VERSION"],"sources":["../../../src/lib/utils/version.ts"],"sourcesContent":["// Version constant cannot be imported, it needs to correspond to the build version of **this** module.\n// __VERSION__ is injected by babel-plugin-version-inline\n// @ts-ignore TS2304: Cannot find name '__VERSION__'.\nexport const VERSION = typeof __VERSION__ !== 'undefined' ? __VERSION__ : 'latest';\n"],"mappings":"AAGA,OAAO,MAAMA,OAAO,GAAG,cAAkB,KAAK,WAAW,aAAiB,QAAQ"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/gltf",
3
- "version": "4.0.5",
3
+ "version": "4.0.6",
4
4
  "description": "Framework-independent loader for the glTF format",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -42,11 +42,11 @@
42
42
  "build-bundle": "ocular-bundle ./src/index.ts"
43
43
  },
44
44
  "dependencies": {
45
- "@loaders.gl/draco": "4.0.5",
46
- "@loaders.gl/images": "4.0.5",
47
- "@loaders.gl/loader-utils": "4.0.5",
48
- "@loaders.gl/textures": "4.0.5",
45
+ "@loaders.gl/draco": "4.0.6",
46
+ "@loaders.gl/images": "4.0.6",
47
+ "@loaders.gl/loader-utils": "4.0.6",
48
+ "@loaders.gl/textures": "4.0.6",
49
49
  "@math.gl/core": "^4.0.0"
50
50
  },
51
- "gitHead": "9cc48b95bdad8842ebfd9a19f487c534f32526e9"
51
+ "gitHead": "1582e06e4ac81b61091148f3d872f67478fe7511"
52
52
  }