@loaders.gl/i3s 3.0.10 → 3.0.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/i3s",
3
- "version": "3.0.10",
3
+ "version": "3.0.14",
4
4
  "description": "i3s .",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -32,18 +32,18 @@
32
32
  "build-worker": "webpack --entry ./src/workers/i3s-content-worker.ts --output ./dist/i3s-content-worker.js --config ../../scripts/webpack/worker.js"
33
33
  },
34
34
  "dependencies": {
35
- "@loaders.gl/core": "3.0.10",
36
- "@loaders.gl/draco": "3.0.10",
37
- "@loaders.gl/images": "3.0.10",
38
- "@loaders.gl/loader-utils": "3.0.10",
39
- "@loaders.gl/schema": "3.0.10",
40
- "@loaders.gl/textures": "3.0.10",
41
- "@loaders.gl/tiles": "3.0.10",
35
+ "@loaders.gl/core": "3.0.14",
36
+ "@loaders.gl/draco": "3.0.14",
37
+ "@loaders.gl/images": "3.0.14",
38
+ "@loaders.gl/loader-utils": "3.0.14",
39
+ "@loaders.gl/schema": "3.0.14",
40
+ "@loaders.gl/textures": "3.0.14",
41
+ "@loaders.gl/tiles": "3.0.14",
42
42
  "@luma.gl/constants": "^8.5.0",
43
43
  "@math.gl/core": "^3.5.1",
44
44
  "@math.gl/culling": "^3.5.1",
45
45
  "@math.gl/geospatial": "^3.5.1",
46
46
  "probe.gl": "^3.4.0"
47
47
  },
48
- "gitHead": "b6986964a745616ff74dcb397026afc9aa315f2f"
48
+ "gitHead": "dc931768fc34de549ef6baeb94e2ee5aa8163baf"
49
49
  }
@@ -87,7 +87,7 @@ function parseStringsAttribute(arrayBuffer: ArrayBuffer): string[] {
87
87
  stringOffset += stringByteSize;
88
88
  }
89
89
  } catch (error) {
90
- console.error('Parse string attribute error: ', error.message); // eslint-disable-line
90
+ console.error('Parse string attribute error: ', (error as Error).message); // eslint-disable-line
91
91
  }
92
92
 
93
93
  return stringsArray;