@loaders.gl/tile-converter 3.2.3 → 3.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.
package/dist/dist.min.js CHANGED
@@ -86609,7 +86609,7 @@ async function parseI3STileContent(arrayBuffer, tile, tileset, options, context)
86609
86609
  if (tile.textureUrl) {
86610
86610
  const url = getUrlWithToken(tile.textureUrl, options?.i3s?.token);
86611
86611
  const loader = getLoaderForTextureFormat(tile.textureFormat);
86612
- const response = await fetch(url);
86612
+ const response = await fetch(url, options?.fetch);
86613
86613
  const arrayBuffer2 = await response.arrayBuffer();
86614
86614
  if (options?.i3s.decodeTextures) {
86615
86615
  if (loader === ImageLoader) {
@@ -8,7 +8,7 @@ exports._typecheckI3SAttributesWorker = exports.Tile3dAttributesWorker = void 0;
8
8
 
9
9
  var _workerUtils = require("@loaders.gl/worker-utils");
10
10
 
11
- var VERSION = typeof "3.2.3" !== 'undefined' ? "3.2.3" : 'latest';
11
+ var VERSION = typeof "3.2.4" !== 'undefined' ? "3.2.4" : 'latest';
12
12
  var Tile3dAttributesWorker = {
13
13
  id: '3d-tiles-attributes',
14
14
  name: '3DTiles Attributes Worker',
@@ -8,7 +8,7 @@ exports._typecheckI3SAttributesWorker = exports.I3SAttributesWorker = void 0;
8
8
 
9
9
  var _workerUtils = require("@loaders.gl/worker-utils");
10
10
 
11
- var VERSION = typeof "3.2.3" !== 'undefined' ? "3.2.3" : 'latest';
11
+ var VERSION = typeof "3.2.4" !== 'undefined' ? "3.2.4" : 'latest';
12
12
  var I3SAttributesWorker = {
13
13
  id: 'i3s-attributes',
14
14
  name: 'I3S Attributes Worker',
@@ -13,7 +13,7 @@ var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/
13
13
 
14
14
  var _geoid = require("@math.gl/geoid");
15
15
 
16
- var VERSION = typeof "3.2.3" !== 'undefined' ? "3.2.3" : 'latest';
16
+ var VERSION = typeof "3.2.4" !== 'undefined' ? "3.2.4" : 'latest';
17
17
  var PGMLoader = {
18
18
  name: 'PGM - Netpbm grayscale image format',
19
19
  id: 'pgm',
@@ -1,5 +1,5 @@
1
1
  import { processOnWorker } from '@loaders.gl/worker-utils';
2
- const VERSION = typeof "3.2.3" !== 'undefined' ? "3.2.3" : 'latest';
2
+ const VERSION = typeof "3.2.4" !== 'undefined' ? "3.2.4" : 'latest';
3
3
  export const Tile3dAttributesWorker = {
4
4
  id: '3d-tiles-attributes',
5
5
  name: '3DTiles Attributes Worker',
@@ -1,5 +1,5 @@
1
1
  import { processOnWorker } from '@loaders.gl/worker-utils';
2
- const VERSION = typeof "3.2.3" !== 'undefined' ? "3.2.3" : 'latest';
2
+ const VERSION = typeof "3.2.4" !== 'undefined' ? "3.2.4" : 'latest';
3
3
  export const I3SAttributesWorker = {
4
4
  id: 'i3s-attributes',
5
5
  name: 'I3S Attributes Worker',
@@ -1,4 +1,4 @@
1
- const VERSION = typeof "3.2.3" !== 'undefined' ? "3.2.3" : 'latest';
1
+ const VERSION = typeof "3.2.4" !== 'undefined' ? "3.2.4" : 'latest';
2
2
  import { parsePGM } from '@math.gl/geoid';
3
3
  export const PGMLoader = {
4
4
  name: 'PGM - Netpbm grayscale image format',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/tile-converter",
3
- "version": "3.2.3",
3
+ "version": "3.2.4",
4
4
  "description": "Converter",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -43,19 +43,19 @@
43
43
  "build-3d-tiles-attributes-worker": "esbuild src/workers/3d-tiles-attributes-worker.ts --outfile=dist/3d-tiles-attributes-worker.js --platform=node --target=esnext,node12 --minify --bundle --sourcemap --define:__VERSION__=\\\"$npm_package_version\\\""
44
44
  },
45
45
  "dependencies": {
46
- "@loaders.gl/3d-tiles": "3.2.3",
47
- "@loaders.gl/crypto": "3.2.3",
48
- "@loaders.gl/draco": "3.2.3",
49
- "@loaders.gl/gltf": "3.2.3",
50
- "@loaders.gl/i3s": "3.2.3",
51
- "@loaders.gl/images": "3.2.3",
52
- "@loaders.gl/loader-utils": "3.2.3",
53
- "@loaders.gl/polyfills": "3.2.3",
54
- "@loaders.gl/schema": "3.2.3",
55
- "@loaders.gl/textures": "3.2.3",
56
- "@loaders.gl/tiles": "3.2.3",
57
- "@loaders.gl/worker-utils": "3.2.3",
58
- "@loaders.gl/zip": "3.2.3",
46
+ "@loaders.gl/3d-tiles": "3.2.4",
47
+ "@loaders.gl/crypto": "3.2.4",
48
+ "@loaders.gl/draco": "3.2.4",
49
+ "@loaders.gl/gltf": "3.2.4",
50
+ "@loaders.gl/i3s": "3.2.4",
51
+ "@loaders.gl/images": "3.2.4",
52
+ "@loaders.gl/loader-utils": "3.2.4",
53
+ "@loaders.gl/polyfills": "3.2.4",
54
+ "@loaders.gl/schema": "3.2.4",
55
+ "@loaders.gl/textures": "3.2.4",
56
+ "@loaders.gl/tiles": "3.2.4",
57
+ "@loaders.gl/worker-utils": "3.2.4",
58
+ "@loaders.gl/zip": "3.2.4",
59
59
  "@luma.gl/engine": "^8.5.4",
60
60
  "@math.gl/core": "^3.5.1",
61
61
  "@math.gl/culling": "^3.5.1",
@@ -73,7 +73,7 @@
73
73
  "uuid": "^8.1.0"
74
74
  },
75
75
  "peerDependencies": {
76
- "@loaders.gl/core": "3.2.0"
76
+ "@loaders.gl/core": "^3.2.0"
77
77
  },
78
- "gitHead": "ddb4a1f3c0bd948135fd3c3b83481e0a7809f4d7"
78
+ "gitHead": "69a3cc438e23c98565a2bf3bed825ad7699e7eb9"
79
79
  }