@loaders.gl/tile-converter 4.1.0-alpha.7 → 4.1.0-alpha.8

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.
@@ -5,7 +5,7 @@ import { join } from 'path';
5
5
  import { ChildProcessProxy } from '@loaders.gl/worker-utils';
6
6
  import { DRACO_EXTERNAL_LIBRARIES, DRACO_EXTERNAL_LIBRARY_URLS } from '@loaders.gl/draco';
7
7
  import { BASIS_EXTERNAL_LIBRARIES } from '@loaders.gl/textures';
8
- const VERSION = typeof "4.1.0-alpha.7" !== 'undefined' ? "4.1.0-alpha.7" : 'latest';
8
+ const VERSION = typeof "4.1.0-alpha.8" !== 'undefined' ? "4.1.0-alpha.8" : 'latest';
9
9
  const PGM_LINK = 'https://raw.githubusercontent.com/visgl/deck.gl-data/master/egm/egm2008-5.zip';
10
10
  export class DepsInstaller {
11
11
  async install() {
@@ -1,5 +1,5 @@
1
1
  import { Geoid, parsePGM } from '@math.gl/geoid';
2
- const VERSION = typeof "4.1.0-alpha.7" !== 'undefined' ? "4.1.0-alpha.7" : 'latest';
2
+ const VERSION = typeof "4.1.0-alpha.8" !== 'undefined' ? "4.1.0-alpha.8" : 'latest';
3
3
  export { Geoid };
4
4
  export const PGMLoader = {
5
5
  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": "4.1.0-alpha.7",
3
+ "version": "4.1.0-alpha.8",
4
4
  "description": "Converter",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -52,18 +52,18 @@
52
52
  "build-i3s-server-bundle": "esbuild src/i3s-server/bin/www.ts --outfile=dist/i3s-server/bin/i3s-server.min.cjs --platform=node --target=esnext,node14 --minify --bundle --define:__VERSION__=\\\"$npm_package_version\\\""
53
53
  },
54
54
  "dependencies": {
55
- "@loaders.gl/3d-tiles": "4.1.0-alpha.7",
56
- "@loaders.gl/crypto": "4.1.0-alpha.7",
57
- "@loaders.gl/draco": "4.1.0-alpha.7",
58
- "@loaders.gl/gltf": "4.1.0-alpha.7",
59
- "@loaders.gl/i3s": "4.1.0-alpha.7",
60
- "@loaders.gl/images": "4.1.0-alpha.7",
61
- "@loaders.gl/loader-utils": "4.1.0-alpha.7",
62
- "@loaders.gl/polyfills": "4.1.0-alpha.7",
63
- "@loaders.gl/textures": "4.1.0-alpha.7",
64
- "@loaders.gl/tiles": "4.1.0-alpha.7",
65
- "@loaders.gl/worker-utils": "4.1.0-alpha.7",
66
- "@loaders.gl/zip": "4.1.0-alpha.7",
55
+ "@loaders.gl/3d-tiles": "4.1.0-alpha.8",
56
+ "@loaders.gl/crypto": "4.1.0-alpha.8",
57
+ "@loaders.gl/draco": "4.1.0-alpha.8",
58
+ "@loaders.gl/gltf": "4.1.0-alpha.8",
59
+ "@loaders.gl/i3s": "4.1.0-alpha.8",
60
+ "@loaders.gl/images": "4.1.0-alpha.8",
61
+ "@loaders.gl/loader-utils": "4.1.0-alpha.8",
62
+ "@loaders.gl/polyfills": "4.1.0-alpha.8",
63
+ "@loaders.gl/textures": "4.1.0-alpha.8",
64
+ "@loaders.gl/tiles": "4.1.0-alpha.8",
65
+ "@loaders.gl/worker-utils": "4.1.0-alpha.8",
66
+ "@loaders.gl/zip": "4.1.0-alpha.8",
67
67
  "@math.gl/core": "^4.0.0",
68
68
  "@math.gl/culling": "^4.0.0",
69
69
  "@math.gl/geoid": "^4.0.0",
@@ -87,7 +87,7 @@
87
87
  "join-images": "^1.1.3",
88
88
  "sharp": "^0.31.3"
89
89
  },
90
- "gitHead": "3dfa49bc4ec68b3c599082c1790da4156b7e5b34",
90
+ "gitHead": "144bb2f0788b5495541d1b5f7276b02ee70bf6d5",
91
91
  "devDependencies": {
92
92
  "@types/express": "^4.17.17",
93
93
  "@types/node": "^20.4.2"