@loaders.gl/tile-converter 3.3.0 → 3.3.1

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
@@ -64967,7 +64967,7 @@ var WorkerFarm = class {
64967
64967
  };
64968
64968
 
64969
64969
  // ../worker-utils/src/lib/worker-api/get-worker-url.ts
64970
- var NPM_TAG = "beta";
64970
+ var NPM_TAG = "latest";
64971
64971
  var VERSION2 = typeof VERSION !== "undefined" ? VERSION : NPM_TAG;
64972
64972
  function getWorkerName(worker) {
64973
64973
  const warning = worker.version !== VERSION2 ? ` (worker-utils@${VERSION2})` : "";
@@ -65089,7 +65089,7 @@ function requireFromString(code, filename2 = "", options) {
65089
65089
  }
65090
65090
 
65091
65091
  // ../worker-utils/src/lib/library-utils/library-utils.ts
65092
- var LATEST = "beta";
65092
+ var LATEST = "latest";
65093
65093
  var VERSION3 = typeof VERSION !== "undefined" ? VERSION : LATEST;
65094
65094
  var loadLibraryPromises = {};
65095
65095
  async function loadLibrary(libraryUrl, moduleName = null, options = {}) {
@@ -65631,7 +65631,7 @@ function toArrayBuffer2(data) {
65631
65631
  throw new Error("toArrayBuffer");
65632
65632
  }
65633
65633
 
65634
- // ../loader-utils/src/lib/node/util.ts
65634
+ // ../loader-utils/src/lib/node/promisify.ts
65635
65635
  function promisify2(fn) {
65636
65636
  return (arg1, arg2) => new Promise((resolve, reject) => fn(arg1, arg2, (error, callbackArgs) => error ? reject(error) : resolve(callbackArgs)));
65637
65637
  }
@@ -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.3.0" !== 'undefined' ? "3.3.0" : 'latest';
9
+ var VERSION = typeof "3.3.1" !== 'undefined' ? "3.3.1" : '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.3.0" !== 'undefined' ? "3.3.0" : 'beta';
17
+ var VERSION = typeof "3.3.1" !== 'undefined' ? "3.3.1" : 'beta';
18
18
  var PGM_LINK = 'https://raw.githubusercontent.com/visgl/deck.gl-data/master/egm/egm2008-5.zip';
19
19
 
20
20
  var DepsInstaller = function () {
@@ -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.3.0" !== 'undefined' ? "3.3.0" : 'latest';
9
+ var VERSION = typeof "3.3.1" !== 'undefined' ? "3.3.1" : '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.3.0" !== 'undefined' ? "3.3.0" : 'latest';
11
+ var VERSION = typeof "3.3.1" !== 'undefined' ? "3.3.1" : 'latest';
12
12
 
13
13
  var PGMLoader = {
14
14
  name: 'PGM - Netpbm grayscale image format',
@@ -1,6 +1,6 @@
1
1
  import { processOnWorker } from '@loaders.gl/worker-utils';
2
2
 
3
- const VERSION = typeof "3.3.0" !== 'undefined' ? "3.3.0" : 'latest';
3
+ const VERSION = typeof "3.3.1" !== 'undefined' ? "3.3.1" : 'latest';
4
4
  export const Tile3dAttributesWorker = {
5
5
  id: '3d-tiles-attributes',
6
6
  name: '3DTiles Attributes Worker',
@@ -4,7 +4,7 @@ import { writeFile } from '../lib/utils/file-utils';
4
4
  import { join } from 'path';
5
5
  import { ChildProcessProxy } from '@loaders.gl/worker-utils';
6
6
 
7
- const VERSION = typeof "3.3.0" !== 'undefined' ? "3.3.0" : 'beta';
7
+ const VERSION = typeof "3.3.1" !== 'undefined' ? "3.3.1" : 'beta';
8
8
  const PGM_LINK = 'https://raw.githubusercontent.com/visgl/deck.gl-data/master/egm/egm2008-5.zip';
9
9
 
10
10
  export class DepsInstaller {
@@ -1,6 +1,6 @@
1
1
  import { processOnWorker } from '@loaders.gl/worker-utils';
2
2
 
3
- const VERSION = typeof "3.3.0" !== 'undefined' ? "3.3.0" : 'latest';
3
+ const VERSION = typeof "3.3.1" !== 'undefined' ? "3.3.1" : 'latest';
4
4
  export const I3SAttributesWorker = {
5
5
  id: 'i3s-attributes',
6
6
  name: 'I3S Attributes Worker',
@@ -1,6 +1,6 @@
1
1
  import { parsePGM } from '@math.gl/geoid';
2
2
 
3
- const VERSION = typeof "3.3.0" !== 'undefined' ? "3.3.0" : 'latest';
3
+ const VERSION = typeof "3.3.1" !== 'undefined' ? "3.3.1" : 'latest';
4
4
 
5
5
  export const PGMLoader = {
6
6
  name: 'PGM - Netpbm grayscale image format',
@@ -11,7 +11,7 @@ const file_utils_1 = require("../../lib/utils/file-utils");
11
11
  * class NodePages - wrapper of nodePages array
12
12
  *
13
13
  * @example
14
- * import {writeFile} from './helpers/write-file.js';
14
+ * import {writeFile} from './helpers/write-file';
15
15
  *
16
16
  * // create an instance of the class
17
17
  * const nodePages = new NodePages(writeFile, HARDCODED_NODES_PER_PAGE);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/tile-converter",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
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,node12 --external:join-images --minify --bundle --sourcemap --define:__VERSION__=\\\"$npm_package_version\\\""
45
45
  },
46
46
  "dependencies": {
47
- "@loaders.gl/3d-tiles": "3.3.0",
48
- "@loaders.gl/crypto": "3.3.0",
49
- "@loaders.gl/draco": "3.3.0",
50
- "@loaders.gl/gltf": "3.3.0",
51
- "@loaders.gl/i3s": "3.3.0",
52
- "@loaders.gl/images": "3.3.0",
53
- "@loaders.gl/loader-utils": "3.3.0",
54
- "@loaders.gl/polyfills": "3.3.0",
55
- "@loaders.gl/schema": "3.3.0",
56
- "@loaders.gl/textures": "3.3.0",
57
- "@loaders.gl/tiles": "3.3.0",
58
- "@loaders.gl/worker-utils": "3.3.0",
59
- "@loaders.gl/zip": "3.3.0",
47
+ "@loaders.gl/3d-tiles": "3.3.1",
48
+ "@loaders.gl/crypto": "3.3.1",
49
+ "@loaders.gl/draco": "3.3.1",
50
+ "@loaders.gl/gltf": "3.3.1",
51
+ "@loaders.gl/i3s": "3.3.1",
52
+ "@loaders.gl/images": "3.3.1",
53
+ "@loaders.gl/loader-utils": "3.3.1",
54
+ "@loaders.gl/polyfills": "3.3.1",
55
+ "@loaders.gl/schema": "3.3.1",
56
+ "@loaders.gl/textures": "3.3.1",
57
+ "@loaders.gl/tiles": "3.3.1",
58
+ "@loaders.gl/worker-utils": "3.3.1",
59
+ "@loaders.gl/zip": "3.3.1",
60
60
  "@luma.gl/engine": "^8.5.4",
61
61
  "@math.gl/core": "^3.5.1",
62
62
  "@math.gl/culling": "^3.5.1",
@@ -80,5 +80,5 @@
80
80
  "join-images": "^1.1.3",
81
81
  "sharp": "^0.31.3"
82
82
  },
83
- "gitHead": "566d194f175a03e042d3e588cdd514048f428cc1"
83
+ "gitHead": "51632b5948e496a4b75e970030ad7579650c129d"
84
84
  }