@loaders.gl/tile-converter 3.4.12 → 3.4.13

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.
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports._typecheckI3SAttributesWorker = exports.Tile3dAttributesWorker = void 0;
7
7
  exports.transform3DTilesAttributesOnWorker = transform3DTilesAttributesOnWorker;
8
8
  var _workerUtils = require("@loaders.gl/worker-utils");
9
- var VERSION = typeof "3.4.12" !== 'undefined' ? "3.4.12" : 'latest';
9
+ var VERSION = typeof "3.4.13" !== 'undefined' ? "3.4.13" : 'latest';
10
10
  var Tile3dAttributesWorker = {
11
11
  id: '3d-tiles-attributes',
12
12
  name: '3DTiles Attributes Worker',
@@ -14,7 +14,7 @@ var _zip = require("@loaders.gl/zip");
14
14
  var _fileUtils = require("../lib/utils/file-utils");
15
15
  var _path = require("path");
16
16
  var _workerUtils = require("@loaders.gl/worker-utils");
17
- var VERSION = typeof "3.4.12" !== 'undefined' ? "3.4.12" : 'latest';
17
+ var VERSION = typeof "3.4.13" !== 'undefined' ? "3.4.13" : 'latest';
18
18
  var PGM_LINK = 'https://raw.githubusercontent.com/visgl/deck.gl-data/master/egm/egm2008-5.zip';
19
19
  var DepsInstaller = function () {
20
20
  function DepsInstaller() {
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports._typecheckI3SAttributesWorker = exports.I3SAttributesWorker = void 0;
7
7
  exports.transformI3SAttributesOnWorker = transformI3SAttributesOnWorker;
8
8
  var _workerUtils = require("@loaders.gl/worker-utils");
9
- var VERSION = typeof "3.4.12" !== 'undefined' ? "3.4.12" : 'latest';
9
+ var VERSION = typeof "3.4.13" !== 'undefined' ? "3.4.13" : 'latest';
10
10
  var I3SAttributesWorker = {
11
11
  id: 'i3s-attributes',
12
12
  name: 'I3S Attributes Worker',
@@ -8,7 +8,7 @@ exports.PGMLoader = void 0;
8
8
  var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));
9
9
  var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
10
10
  var _geoid = require("@math.gl/geoid");
11
- var VERSION = typeof "3.4.12" !== 'undefined' ? "3.4.12" : 'latest';
11
+ var VERSION = typeof "3.4.13" !== 'undefined' ? "3.4.13" : 'latest';
12
12
  var PGMLoader = {
13
13
  name: 'PGM - Netpbm grayscale image format',
14
14
  id: 'pgm',
@@ -1,5 +1,5 @@
1
1
  import { processOnWorker } from '@loaders.gl/worker-utils';
2
- const VERSION = typeof "3.4.12" !== 'undefined' ? "3.4.12" : 'latest';
2
+ const VERSION = typeof "3.4.13" !== 'undefined' ? "3.4.13" : 'latest';
3
3
  export const Tile3dAttributesWorker = {
4
4
  id: '3d-tiles-attributes',
5
5
  name: '3DTiles Attributes Worker',
@@ -3,7 +3,7 @@ import { ZipLoader } from '@loaders.gl/zip';
3
3
  import { writeFile } from '../lib/utils/file-utils';
4
4
  import { join } from 'path';
5
5
  import { ChildProcessProxy } from '@loaders.gl/worker-utils';
6
- const VERSION = typeof "3.4.12" !== 'undefined' ? "3.4.12" : 'latest';
6
+ const VERSION = typeof "3.4.13" !== 'undefined' ? "3.4.13" : 'latest';
7
7
  const PGM_LINK = 'https://raw.githubusercontent.com/visgl/deck.gl-data/master/egm/egm2008-5.zip';
8
8
  export class DepsInstaller {
9
9
  async install() {
@@ -1,5 +1,5 @@
1
1
  import { processOnWorker } from '@loaders.gl/worker-utils';
2
- const VERSION = typeof "3.4.12" !== 'undefined' ? "3.4.12" : 'latest';
2
+ const VERSION = typeof "3.4.13" !== 'undefined' ? "3.4.13" : 'latest';
3
3
  export const I3SAttributesWorker = {
4
4
  id: 'i3s-attributes',
5
5
  name: 'I3S Attributes Worker',
@@ -1,5 +1,5 @@
1
1
  import { parsePGM } from '@math.gl/geoid';
2
- const VERSION = typeof "3.4.12" !== 'undefined' ? "3.4.12" : 'latest';
2
+ const VERSION = typeof "3.4.13" !== 'undefined' ? "3.4.13" : 'latest';
3
3
  export const PGMLoader = {
4
4
  name: 'PGM - Netpbm grayscale image format',
5
5
  id: 'pgm',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/tile-converter",
3
- "version": "3.4.12",
3
+ "version": "3.4.13",
4
4
  "description": "Converter",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -44,19 +44,19 @@
44
44
  "build-3d-tiles-attributes-worker": "esbuild src/workers/3d-tiles-attributes-worker.ts --outfile=dist/3d-tiles-attributes-worker.js --platform=node --target=esnext,node14 --external:join-images --minify --bundle --sourcemap --define:__VERSION__=\\\"$npm_package_version\\\""
45
45
  },
46
46
  "dependencies": {
47
- "@loaders.gl/3d-tiles": "3.4.12",
48
- "@loaders.gl/crypto": "3.4.12",
49
- "@loaders.gl/draco": "3.4.12",
50
- "@loaders.gl/gltf": "3.4.12",
51
- "@loaders.gl/i3s": "3.4.12",
52
- "@loaders.gl/images": "3.4.12",
53
- "@loaders.gl/loader-utils": "3.4.12",
54
- "@loaders.gl/polyfills": "3.4.12",
55
- "@loaders.gl/schema": "3.4.12",
56
- "@loaders.gl/textures": "3.4.12",
57
- "@loaders.gl/tiles": "3.4.12",
58
- "@loaders.gl/worker-utils": "3.4.12",
59
- "@loaders.gl/zip": "3.4.12",
47
+ "@loaders.gl/3d-tiles": "3.4.13",
48
+ "@loaders.gl/crypto": "3.4.13",
49
+ "@loaders.gl/draco": "3.4.13",
50
+ "@loaders.gl/gltf": "3.4.13",
51
+ "@loaders.gl/i3s": "3.4.13",
52
+ "@loaders.gl/images": "3.4.13",
53
+ "@loaders.gl/loader-utils": "3.4.13",
54
+ "@loaders.gl/polyfills": "3.4.13",
55
+ "@loaders.gl/schema": "3.4.13",
56
+ "@loaders.gl/textures": "3.4.13",
57
+ "@loaders.gl/tiles": "3.4.13",
58
+ "@loaders.gl/worker-utils": "3.4.13",
59
+ "@loaders.gl/zip": "3.4.13",
60
60
  "@math.gl/core": "^3.5.1",
61
61
  "@math.gl/culling": "^3.5.1",
62
62
  "@math.gl/geoid": "^3.5.1",
@@ -79,5 +79,5 @@
79
79
  "join-images": "^1.1.3",
80
80
  "sharp": "^0.31.3"
81
81
  },
82
- "gitHead": "85254762ae3082f608a863291deef09f2b40c6cf"
82
+ "gitHead": "be8849c02972ce541e01720d29b976f830d6af92"
83
83
  }