@loaders.gl/tile-converter 3.1.1 → 3.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.
@@ -78654,7 +78654,7 @@ var VERSION5 = typeof __VERSION__ !== "undefined" ? __VERSION__ : "latest";
78654
78654
  var VERSION6 = typeof __VERSION__ !== "undefined" ? __VERSION__ : "latest";
78655
78655
 
78656
78656
  // ../textures/src/lib/parsers/basis-module-loader.ts
78657
- var VERSION7 = typeof __VERSION__ !== "undefined" ? __VERSION__ : "beta";
78657
+ var VERSION7 = typeof __VERSION__ !== "undefined" ? __VERSION__ : "latest";
78658
78658
  var BASIS_CDN_ENCODER_WASM = `https://unpkg.com/@loaders.gl/textures@${VERSION7}/dist/libs/basis_encoder.wasm`;
78659
78659
  var BASIS_CDN_ENCODER_JS = `https://unpkg.com/@loaders.gl/textures@${VERSION7}/dist/libs/basis_encoder.js`;
78660
78660
  var loadBasisTranscoderPromise;
@@ -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.1.1" !== 'undefined' ? "3.1.1" : 'latest';
16
+ var VERSION = typeof "3.1.2" !== 'undefined' ? "3.1.2" : 'latest';
17
17
  var PGMLoader = {
18
18
  name: 'PGM - Netpbm grayscale image format',
19
19
  id: 'pgm',
@@ -1,4 +1,4 @@
1
- const VERSION = typeof "3.1.1" !== 'undefined' ? "3.1.1" : 'latest';
1
+ const VERSION = typeof "3.1.2" !== 'undefined' ? "3.1.2" : '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.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "Converter",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -35,23 +35,23 @@
35
35
  "scripts": {
36
36
  "pre-build": "npm run build-bundle",
37
37
  "post-build": "npm run build-converter-bundle",
38
- "build-bundle": "esbuild ./src/index.ts --bundle --outfile=dist/bundle.js --platform=node",
38
+ "build-bundle": "esbuild ./src/index.ts --bundle --outfile=dist/dist.min.js --platform=node",
39
39
  "build-converter-bundle": "webpack --display errors-only --config ./converter-webpack/bundle.js",
40
40
  "build-bin": "BABEL_ENV=es5 babel scripts --config-file ../../babel.config.js --out-dir dist/scripts"
41
41
  },
42
42
  "dependencies": {
43
- "@loaders.gl/3d-tiles": "3.1.1",
44
- "@loaders.gl/crypto": "3.1.1",
45
- "@loaders.gl/draco": "3.1.1",
46
- "@loaders.gl/gltf": "3.1.1",
47
- "@loaders.gl/i3s": "3.1.1",
48
- "@loaders.gl/images": "3.1.1",
49
- "@loaders.gl/loader-utils": "3.1.1",
50
- "@loaders.gl/polyfills": "3.1.1",
51
- "@loaders.gl/textures": "3.1.1",
52
- "@loaders.gl/tiles": "3.1.1",
53
- "@loaders.gl/worker-utils": "3.1.1",
54
- "@loaders.gl/zip": "3.1.1",
43
+ "@loaders.gl/3d-tiles": "3.1.2",
44
+ "@loaders.gl/crypto": "3.1.2",
45
+ "@loaders.gl/draco": "3.1.2",
46
+ "@loaders.gl/gltf": "3.1.2",
47
+ "@loaders.gl/i3s": "3.1.2",
48
+ "@loaders.gl/images": "3.1.2",
49
+ "@loaders.gl/loader-utils": "3.1.2",
50
+ "@loaders.gl/polyfills": "3.1.2",
51
+ "@loaders.gl/textures": "3.1.2",
52
+ "@loaders.gl/tiles": "3.1.2",
53
+ "@loaders.gl/worker-utils": "3.1.2",
54
+ "@loaders.gl/zip": "3.1.2",
55
55
  "@luma.gl/engine": "^8.5.4",
56
56
  "@math.gl/core": "^3.5.1",
57
57
  "@math.gl/culling": "^3.5.1",
@@ -71,5 +71,5 @@
71
71
  "peerDependencies": {
72
72
  "@loaders.gl/core": "3.1.0"
73
73
  },
74
- "gitHead": "ed3c238bcb68ab5a2d4ddc64319f6f4c02a20df7"
74
+ "gitHead": "5c25bb71a2ac8558ecedf2256cc925427b2a0506"
75
75
  }