@loaders.gl/i3s 4.1.1 → 4.1.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.
@@ -106,7 +106,7 @@
106
106
  );
107
107
  globalThis._loadersgl_.version = NPM_TAG;
108
108
  } else {
109
- globalThis._loadersgl_.version = "4.1.1";
109
+ globalThis._loadersgl_.version = "4.1.2";
110
110
  }
111
111
  }
112
112
  return globalThis._loadersgl_.version;
@@ -1442,7 +1442,7 @@
1442
1442
  var navigator_ = globalThis.navigator || {};
1443
1443
 
1444
1444
  // ../../node_modules/@probe.gl/log/node_modules/@probe.gl/env/dist/utils/globals.js
1445
- var VERSION2 = true ? "4.1.1" : "untranspiled source";
1445
+ var VERSION2 = true ? "4.1.2" : "untranspiled source";
1446
1446
  var isBrowser4 = isBrowser3();
1447
1447
 
1448
1448
  // ../../node_modules/@probe.gl/log/dist/utils/local-storage.js
@@ -5310,7 +5310,7 @@
5310
5310
  _defineProperty(Ellipsoid, "WGS84", new Ellipsoid(WGS84_RADIUS_X, WGS84_RADIUS_Y, WGS84_RADIUS_Z));
5311
5311
 
5312
5312
  // ../images/src/lib/utils/version.ts
5313
- var VERSION3 = true ? "4.1.1" : "latest";
5313
+ var VERSION3 = true ? "4.1.2" : "latest";
5314
5314
 
5315
5315
  // ../images/src/lib/category-api/image-type.ts
5316
5316
  var parseImageNode = globalThis.loaders?.parseImageNode;
@@ -5716,7 +5716,7 @@
5716
5716
  };
5717
5717
 
5718
5718
  // ../draco/src/lib/utils/version.ts
5719
- var VERSION4 = true ? "4.1.1" : "latest";
5719
+ var VERSION4 = true ? "4.1.2" : "latest";
5720
5720
 
5721
5721
  // ../draco/src/draco-loader.ts
5722
5722
  var DracoLoader = {
@@ -6319,7 +6319,7 @@
6319
6319
  }
6320
6320
 
6321
6321
  // ../textures/src/lib/utils/version.ts
6322
- var VERSION5 = true ? "4.1.1" : "latest";
6322
+ var VERSION5 = true ? "4.1.2" : "latest";
6323
6323
 
6324
6324
  // ../textures/src/lib/parsers/basis-module-loader.ts
6325
6325
  var BASIS_EXTERNAL_LIBRARIES = {
@@ -7847,7 +7847,7 @@
7847
7847
  }
7848
7848
 
7849
7849
  // src/i3s-content-loader.ts
7850
- var VERSION6 = true ? "4.1.1" : "latest";
7850
+ var VERSION6 = true ? "4.1.2" : "latest";
7851
7851
  var I3SContentLoader = {
7852
7852
  name: "I3S Content (Indexed Scene Layers)",
7853
7853
  id: "i3s-content",
@@ -3,7 +3,7 @@ import { I3SContentLoader } from "./i3s-content-loader.js";
3
3
  import { normalizeTileData, normalizeTilesetData } from "./lib/parsers/parse-i3s.js";
4
4
  import { COORDINATE_SYSTEM } from "./lib/parsers/constants.js";
5
5
  import { getUrlWithoutParams } from "./lib/utils/url-utils.js";
6
- const VERSION = typeof "4.1.1" !== 'undefined' ? "4.1.1" : 'latest';
6
+ const VERSION = typeof "4.1.2" !== 'undefined' ? "4.1.2" : 'latest';
7
7
  const TILESET_REGEX = /layers\/[0-9]+$/;
8
8
  const TILE_HEADER_REGEX = /nodes\/([0-9-]+|root)$/;
9
9
  const SLPK_HEX = '504b0304';
@@ -1,4 +1,4 @@
1
- const VERSION = typeof "4.1.1" !== 'undefined' ? "4.1.1" : 'latest';
1
+ const VERSION = typeof "4.1.2" !== 'undefined' ? "4.1.2" : 'latest';
2
2
  export const I3SNodePageLoader = {
3
3
  name: 'I3S Node Page',
4
4
  id: 'i3s-node-page',
@@ -1,6 +1,6 @@
1
1
  import { DataViewFile } from '@loaders.gl/loader-utils';
2
2
  import { parseSLPKArchive } from "./lib/parsers/parse-slpk/parse-slpk.js";
3
- const VERSION = typeof "4.1.1" !== 'undefined' ? "4.1.1" : 'latest';
3
+ const VERSION = typeof "4.1.2" !== 'undefined' ? "4.1.2" : 'latest';
4
4
  export const SLPKLoader = {
5
5
  name: 'I3S SLPK (Scene Layer Package)',
6
6
  id: 'slpk',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/i3s",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "description": "i3s .",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -41,14 +41,14 @@
41
41
  "build-worker-node": "esbuild src/workers/i3s-content-worker-node.ts --outfile=dist/i3s-content-worker-node.js --platform=node --target=node16 --minify --bundle --sourcemap --define:__VERSION__=\\\"$npm_package_version\\\""
42
42
  },
43
43
  "dependencies": {
44
- "@loaders.gl/compression": "4.1.1",
45
- "@loaders.gl/crypto": "4.1.1",
46
- "@loaders.gl/draco": "4.1.1",
47
- "@loaders.gl/images": "4.1.1",
48
- "@loaders.gl/loader-utils": "4.1.1",
49
- "@loaders.gl/schema": "4.1.1",
50
- "@loaders.gl/textures": "4.1.1",
51
- "@loaders.gl/tiles": "4.1.1",
44
+ "@loaders.gl/compression": "4.1.2",
45
+ "@loaders.gl/crypto": "4.1.2",
46
+ "@loaders.gl/draco": "4.1.2",
47
+ "@loaders.gl/images": "4.1.2",
48
+ "@loaders.gl/loader-utils": "4.1.2",
49
+ "@loaders.gl/schema": "4.1.2",
50
+ "@loaders.gl/textures": "4.1.2",
51
+ "@loaders.gl/tiles": "4.1.2",
52
52
  "@math.gl/core": "^4.0.0",
53
53
  "@math.gl/culling": "^4.0.0",
54
54
  "@math.gl/geospatial": "^4.0.0"
@@ -56,5 +56,5 @@
56
56
  "peerDependencies": {
57
57
  "@loaders.gl/core": "^4.0.0"
58
58
  },
59
- "gitHead": "b4a8cb4e5c2b67ac0e1afaa21ae45b3a45a91db0"
59
+ "gitHead": "ade6b732407c6db83e3ff166c09ef239028173cc"
60
60
  }