@loaders.gl/i3s 3.1.0-beta.5 → 3.1.0-beta.7

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.
@@ -12,7 +12,7 @@ var _parseI3sAttribute = require("./lib/parsers/parse-i3s-attribute");
12
12
 
13
13
  var _urlUtils = require("./lib/utils/url-utils");
14
14
 
15
- const VERSION = typeof "3.1.0-beta.5" !== 'undefined' ? "3.1.0-beta.5" : 'latest';
15
+ const VERSION = typeof "3.1.0-beta.7" !== 'undefined' ? "3.1.0-beta.7" : 'latest';
16
16
  const EMPTY_VALUE = '';
17
17
  const REJECTED_STATUS = 'rejected';
18
18
  const I3SAttributeLoader = {
@@ -7,7 +7,7 @@ exports.I3SBuildingSceneLayerLoader = void 0;
7
7
 
8
8
  var _parseI3sBuildingSceneLayer = require("./lib/parsers/parse-i3s-building-scene-layer");
9
9
 
10
- const VERSION = typeof "3.1.0-beta.5" !== 'undefined' ? "3.1.0-beta.5" : 'beta';
10
+ const VERSION = typeof "3.1.0-beta.7" !== 'undefined' ? "3.1.0-beta.7" : 'beta';
11
11
  const I3SBuildingSceneLayerLoader = {
12
12
  name: 'I3S Building Scene Layer',
13
13
  id: 'i3s-building-scene-layer',
@@ -7,7 +7,7 @@ exports.I3SContentLoader = void 0;
7
7
 
8
8
  var _parseI3sTileContent = require("./lib/parsers/parse-i3s-tile-content");
9
9
 
10
- const VERSION = typeof "3.1.0-beta.5" !== 'undefined' ? "3.1.0-beta.5" : 'beta';
10
+ const VERSION = typeof "3.1.0-beta.7" !== 'undefined' ? "3.1.0-beta.7" : 'beta';
11
11
  const I3SContentLoader = {
12
12
  name: 'I3S Content (Indexed Scene Layers)',
13
13
  id: 'i3s-content',
@@ -13,7 +13,7 @@ var _parseI3s = require("./lib/parsers/parse-i3s");
13
13
 
14
14
  var _constants = require("./lib/parsers/constants");
15
15
 
16
- const VERSION = typeof "3.1.0-beta.5" !== 'undefined' ? "3.1.0-beta.5" : 'latest';
16
+ const VERSION = typeof "3.1.0-beta.7" !== 'undefined' ? "3.1.0-beta.7" : 'latest';
17
17
  const TILESET_REGEX = /layers\/[0-9]+$/;
18
18
  const TILE_HEADER_REGEX = /nodes\/([0-9-]+|root)$/;
19
19
  const SLPK_HEX = '504b0304';
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.I3SNodePageLoader = void 0;
7
- const VERSION = typeof "3.1.0-beta.5" !== 'undefined' ? "3.1.0-beta.5" : 'latest';
7
+ const VERSION = typeof "3.1.0-beta.7" !== 'undefined' ? "3.1.0-beta.7" : 'latest';
8
8
 
9
9
  async function parseNodePage(data) {
10
10
  return JSON.parse(new TextDecoder().decode(data));
@@ -1,7 +1,7 @@
1
1
  import { load } from '@loaders.gl/core';
2
2
  import { parseI3STileAttribute } from './lib/parsers/parse-i3s-attribute';
3
3
  import { getUrlWithToken } from './lib/utils/url-utils';
4
- const VERSION = typeof "3.1.0-beta.5" !== 'undefined' ? "3.1.0-beta.5" : 'latest';
4
+ const VERSION = typeof "3.1.0-beta.7" !== 'undefined' ? "3.1.0-beta.7" : 'latest';
5
5
  const EMPTY_VALUE = '';
6
6
  const REJECTED_STATUS = 'rejected';
7
7
  export const I3SAttributeLoader = {
@@ -1,5 +1,5 @@
1
1
  import { parseBuildingSceneLayer } from './lib/parsers/parse-i3s-building-scene-layer';
2
- const VERSION = typeof "3.1.0-beta.5" !== 'undefined' ? "3.1.0-beta.5" : 'beta';
2
+ const VERSION = typeof "3.1.0-beta.7" !== 'undefined' ? "3.1.0-beta.7" : 'beta';
3
3
  export const I3SBuildingSceneLayerLoader = {
4
4
  name: 'I3S Building Scene Layer',
5
5
  id: 'i3s-building-scene-layer',
@@ -1,5 +1,5 @@
1
1
  import { parseI3STileContent } from './lib/parsers/parse-i3s-tile-content';
2
- const VERSION = typeof "3.1.0-beta.5" !== 'undefined' ? "3.1.0-beta.5" : 'beta';
2
+ const VERSION = typeof "3.1.0-beta.7" !== 'undefined' ? "3.1.0-beta.7" : 'beta';
3
3
  export const I3SContentLoader = {
4
4
  name: 'I3S Content (Indexed Scene Layers)',
5
5
  id: 'i3s-content',
@@ -2,7 +2,7 @@ import { load, parse } from '@loaders.gl/core';
2
2
  import { I3SContentLoader } from './i3s-content-loader';
3
3
  import { normalizeTileData, normalizeTilesetData } from './lib/parsers/parse-i3s';
4
4
  import { COORDINATE_SYSTEM } from './lib/parsers/constants';
5
- const VERSION = typeof "3.1.0-beta.5" !== 'undefined' ? "3.1.0-beta.5" : 'latest';
5
+ const VERSION = typeof "3.1.0-beta.7" !== 'undefined' ? "3.1.0-beta.7" : 'latest';
6
6
  const TILESET_REGEX = /layers\/[0-9]+$/;
7
7
  const TILE_HEADER_REGEX = /nodes\/([0-9-]+|root)$/;
8
8
  const SLPK_HEX = '504b0304';
@@ -1,4 +1,4 @@
1
- const VERSION = typeof "3.1.0-beta.5" !== 'undefined' ? "3.1.0-beta.5" : 'latest';
1
+ const VERSION = typeof "3.1.0-beta.7" !== 'undefined' ? "3.1.0-beta.7" : 'latest';
2
2
 
3
3
  async function parseNodePage(data) {
4
4
  return JSON.parse(new TextDecoder().decode(data));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/i3s",
3
- "version": "3.1.0-beta.5",
3
+ "version": "3.1.0-beta.7",
4
4
  "description": "i3s .",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -32,12 +32,12 @@
32
32
  "build-worker": "esbuild src/workers/i3s-content-worker.ts --bundle --outfile=dist/i3s-content-worker.js"
33
33
  },
34
34
  "dependencies": {
35
- "@loaders.gl/draco": "3.1.0-beta.5",
36
- "@loaders.gl/images": "3.1.0-beta.5",
37
- "@loaders.gl/loader-utils": "3.1.0-beta.5",
38
- "@loaders.gl/schema": "3.1.0-beta.5",
39
- "@loaders.gl/textures": "3.1.0-beta.5",
40
- "@loaders.gl/tiles": "3.1.0-beta.5",
35
+ "@loaders.gl/draco": "3.1.0-beta.7",
36
+ "@loaders.gl/images": "3.1.0-beta.7",
37
+ "@loaders.gl/loader-utils": "3.1.0-beta.7",
38
+ "@loaders.gl/schema": "3.1.0-beta.7",
39
+ "@loaders.gl/textures": "3.1.0-beta.7",
40
+ "@loaders.gl/tiles": "3.1.0-beta.7",
41
41
  "@luma.gl/constants": "^8.5.4",
42
42
  "@math.gl/core": "^3.5.1",
43
43
  "@math.gl/culling": "^3.5.1",
@@ -47,5 +47,5 @@
47
47
  "peerDependencies": {
48
48
  "@loaders.gl/core": "3.1.0-beta.1"
49
49
  },
50
- "gitHead": "5d66468457cc878d2dbff3d7807d737ceb181c9a"
50
+ "gitHead": "f3b4d81ac02758398c4e4eef5e556b206ef2dfbe"
51
51
  }