@loaders.gl/3d-tiles 3.4.1 → 3.4.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.
package/dist/dist.min.js
CHANGED
|
@@ -5515,7 +5515,7 @@
|
|
|
5515
5515
|
}
|
|
5516
5516
|
});
|
|
5517
5517
|
|
|
5518
|
-
//
|
|
5518
|
+
// ../core/node_modules/@probe.gl/env/dist/lib/is-electron.js
|
|
5519
5519
|
function isElectron(mockUserAgent) {
|
|
5520
5520
|
if (typeof window !== "undefined" && typeof window.process === "object" && window.process.type === "renderer") {
|
|
5521
5521
|
return true;
|
|
@@ -5531,25 +5531,25 @@
|
|
|
5531
5531
|
return false;
|
|
5532
5532
|
}
|
|
5533
5533
|
var init_is_electron = __esm({
|
|
5534
|
-
"
|
|
5534
|
+
"../core/node_modules/@probe.gl/env/dist/lib/is-electron.js"() {
|
|
5535
5535
|
}
|
|
5536
5536
|
});
|
|
5537
5537
|
|
|
5538
|
-
//
|
|
5538
|
+
// ../core/node_modules/@probe.gl/env/dist/lib/is-browser.js
|
|
5539
5539
|
function isBrowser3() {
|
|
5540
5540
|
const isNode = typeof process === "object" && String(process) === "[object process]" && !process.browser;
|
|
5541
5541
|
return !isNode || isElectron();
|
|
5542
5542
|
}
|
|
5543
5543
|
var init_is_browser = __esm({
|
|
5544
|
-
"
|
|
5544
|
+
"../core/node_modules/@probe.gl/env/dist/lib/is-browser.js"() {
|
|
5545
5545
|
init_is_electron();
|
|
5546
5546
|
}
|
|
5547
5547
|
});
|
|
5548
5548
|
|
|
5549
|
-
//
|
|
5549
|
+
// ../core/node_modules/@probe.gl/env/dist/lib/globals.js
|
|
5550
5550
|
var self_3, window_3, document_3, process_, console_, navigator_;
|
|
5551
5551
|
var init_globals3 = __esm({
|
|
5552
|
-
"
|
|
5552
|
+
"../core/node_modules/@probe.gl/env/dist/lib/globals.js"() {
|
|
5553
5553
|
self_3 = globalThis.self || globalThis.window || globalThis.global;
|
|
5554
5554
|
window_3 = globalThis.window || globalThis.self || globalThis.global;
|
|
5555
5555
|
document_3 = globalThis.document || {};
|
|
@@ -5559,26 +5559,26 @@
|
|
|
5559
5559
|
}
|
|
5560
5560
|
});
|
|
5561
5561
|
|
|
5562
|
-
//
|
|
5562
|
+
// ../core/node_modules/@probe.gl/env/dist/utils/globals.js
|
|
5563
5563
|
var VERSION3, isBrowser4;
|
|
5564
5564
|
var init_globals4 = __esm({
|
|
5565
|
-
"
|
|
5565
|
+
"../core/node_modules/@probe.gl/env/dist/utils/globals.js"() {
|
|
5566
5566
|
init_is_browser();
|
|
5567
5567
|
VERSION3 = typeof __VERSION__ !== "undefined" ? __VERSION__ : "untranspiled source";
|
|
5568
5568
|
isBrowser4 = isBrowser3();
|
|
5569
5569
|
}
|
|
5570
5570
|
});
|
|
5571
5571
|
|
|
5572
|
-
//
|
|
5572
|
+
// ../core/node_modules/@probe.gl/env/dist/index.js
|
|
5573
5573
|
var init_dist = __esm({
|
|
5574
|
-
"
|
|
5574
|
+
"../core/node_modules/@probe.gl/env/dist/index.js"() {
|
|
5575
5575
|
init_globals4();
|
|
5576
5576
|
init_globals3();
|
|
5577
5577
|
init_is_browser();
|
|
5578
5578
|
}
|
|
5579
5579
|
});
|
|
5580
5580
|
|
|
5581
|
-
//
|
|
5581
|
+
// ../core/node_modules/@probe.gl/log/dist/utils/local-storage.js
|
|
5582
5582
|
function getStorage(type) {
|
|
5583
5583
|
try {
|
|
5584
5584
|
const storage = window[type];
|
|
@@ -5592,7 +5592,7 @@
|
|
|
5592
5592
|
}
|
|
5593
5593
|
var LocalStorage;
|
|
5594
5594
|
var init_local_storage = __esm({
|
|
5595
|
-
"
|
|
5595
|
+
"../core/node_modules/@probe.gl/log/dist/utils/local-storage.js"() {
|
|
5596
5596
|
init_defineProperty();
|
|
5597
5597
|
LocalStorage = class {
|
|
5598
5598
|
constructor(id, defaultConfig) {
|
|
@@ -5628,7 +5628,7 @@
|
|
|
5628
5628
|
}
|
|
5629
5629
|
});
|
|
5630
5630
|
|
|
5631
|
-
//
|
|
5631
|
+
// ../core/node_modules/@probe.gl/log/dist/utils/formatters.js
|
|
5632
5632
|
function formatTime(ms) {
|
|
5633
5633
|
let formatted;
|
|
5634
5634
|
if (ms < 10) {
|
|
@@ -5659,11 +5659,11 @@
|
|
|
5659
5659
|
return ["".concat(message, " %c+"), style];
|
|
5660
5660
|
}
|
|
5661
5661
|
var init_formatters = __esm({
|
|
5662
|
-
"
|
|
5662
|
+
"../core/node_modules/@probe.gl/log/dist/utils/formatters.js"() {
|
|
5663
5663
|
}
|
|
5664
5664
|
});
|
|
5665
5665
|
|
|
5666
|
-
//
|
|
5666
|
+
// ../core/node_modules/@probe.gl/log/dist/utils/color.js
|
|
5667
5667
|
function getColor(color) {
|
|
5668
5668
|
if (typeof color !== "string") {
|
|
5669
5669
|
return color;
|
|
@@ -5686,7 +5686,7 @@
|
|
|
5686
5686
|
}
|
|
5687
5687
|
var COLOR, BACKGROUND_INCREMENT;
|
|
5688
5688
|
var init_color = __esm({
|
|
5689
|
-
"
|
|
5689
|
+
"../core/node_modules/@probe.gl/log/dist/utils/color.js"() {
|
|
5690
5690
|
init_dist();
|
|
5691
5691
|
(function(COLOR2) {
|
|
5692
5692
|
COLOR2[COLOR2["BLACK"] = 30] = "BLACK";
|
|
@@ -5710,7 +5710,7 @@
|
|
|
5710
5710
|
}
|
|
5711
5711
|
});
|
|
5712
5712
|
|
|
5713
|
-
//
|
|
5713
|
+
// ../core/node_modules/@probe.gl/log/dist/utils/autobind.js
|
|
5714
5714
|
function autobind(obj) {
|
|
5715
5715
|
let predefined = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : ["constructor"];
|
|
5716
5716
|
const proto = Object.getPrototypeOf(obj);
|
|
@@ -5726,22 +5726,22 @@
|
|
|
5726
5726
|
}
|
|
5727
5727
|
}
|
|
5728
5728
|
var init_autobind = __esm({
|
|
5729
|
-
"
|
|
5729
|
+
"../core/node_modules/@probe.gl/log/dist/utils/autobind.js"() {
|
|
5730
5730
|
}
|
|
5731
5731
|
});
|
|
5732
5732
|
|
|
5733
|
-
//
|
|
5733
|
+
// ../core/node_modules/@probe.gl/log/dist/utils/assert.js
|
|
5734
5734
|
function assert5(condition, message) {
|
|
5735
5735
|
if (!condition) {
|
|
5736
5736
|
throw new Error(message || "Assertion failed");
|
|
5737
5737
|
}
|
|
5738
5738
|
}
|
|
5739
5739
|
var init_assert4 = __esm({
|
|
5740
|
-
"
|
|
5740
|
+
"../core/node_modules/@probe.gl/log/dist/utils/assert.js"() {
|
|
5741
5741
|
}
|
|
5742
5742
|
});
|
|
5743
5743
|
|
|
5744
|
-
//
|
|
5744
|
+
// ../core/node_modules/@probe.gl/log/dist/utils/hi-res-timestamp.js
|
|
5745
5745
|
function getHiResTimestamp() {
|
|
5746
5746
|
let timestamp;
|
|
5747
5747
|
if (isBrowser3() && window_3.performance) {
|
|
@@ -5757,12 +5757,12 @@
|
|
|
5757
5757
|
return timestamp;
|
|
5758
5758
|
}
|
|
5759
5759
|
var init_hi_res_timestamp = __esm({
|
|
5760
|
-
"
|
|
5760
|
+
"../core/node_modules/@probe.gl/log/dist/utils/hi-res-timestamp.js"() {
|
|
5761
5761
|
init_dist();
|
|
5762
5762
|
}
|
|
5763
5763
|
});
|
|
5764
5764
|
|
|
5765
|
-
//
|
|
5765
|
+
// ../core/node_modules/@probe.gl/log/dist/log.js
|
|
5766
5766
|
function noop() {
|
|
5767
5767
|
}
|
|
5768
5768
|
function normalizeLogLevel(logLevel) {
|
|
@@ -5869,7 +5869,7 @@
|
|
|
5869
5869
|
}
|
|
5870
5870
|
var originalConsole, DEFAULT_LOG_CONFIGURATION, cache, ONCE, Log;
|
|
5871
5871
|
var init_log = __esm({
|
|
5872
|
-
"
|
|
5872
|
+
"../core/node_modules/@probe.gl/log/dist/log.js"() {
|
|
5873
5873
|
init_defineProperty();
|
|
5874
5874
|
init_dist();
|
|
5875
5875
|
init_local_storage();
|
|
@@ -6108,10 +6108,10 @@
|
|
|
6108
6108
|
}
|
|
6109
6109
|
});
|
|
6110
6110
|
|
|
6111
|
-
//
|
|
6111
|
+
// ../core/node_modules/@probe.gl/log/dist/index.js
|
|
6112
6112
|
var dist_default;
|
|
6113
6113
|
var init_dist2 = __esm({
|
|
6114
|
-
"
|
|
6114
|
+
"../core/node_modules/@probe.gl/log/dist/index.js"() {
|
|
6115
6115
|
init_log();
|
|
6116
6116
|
init_log();
|
|
6117
6117
|
dist_default = new Log({
|
|
@@ -4,6 +4,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.VERSION = void 0;
|
|
7
|
-
var VERSION = typeof "3.4.
|
|
7
|
+
var VERSION = typeof "3.4.2" !== 'undefined' ? "3.4.2" : 'latest';
|
|
8
8
|
exports.VERSION = VERSION;
|
|
9
9
|
//# sourceMappingURL=version.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = typeof "3.4.
|
|
1
|
+
export const VERSION = typeof "3.4.2" !== 'undefined' ? "3.4.2" : 'latest';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loaders.gl/3d-tiles",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.2",
|
|
4
4
|
"description": "3D Tiles, an open standard for streaming massive heterogeneous 3D geospatial datasets.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"build-bundle": "esbuild src/bundle.ts --bundle --outfile=dist/dist.min.js"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@loaders.gl/draco": "3.4.
|
|
38
|
-
"@loaders.gl/gltf": "3.4.
|
|
39
|
-
"@loaders.gl/loader-utils": "3.4.
|
|
40
|
-
"@loaders.gl/math": "3.4.
|
|
41
|
-
"@loaders.gl/tiles": "3.4.
|
|
37
|
+
"@loaders.gl/draco": "3.4.2",
|
|
38
|
+
"@loaders.gl/gltf": "3.4.2",
|
|
39
|
+
"@loaders.gl/loader-utils": "3.4.2",
|
|
40
|
+
"@loaders.gl/math": "3.4.2",
|
|
41
|
+
"@loaders.gl/tiles": "3.4.2",
|
|
42
42
|
"@math.gl/core": "^3.5.1",
|
|
43
43
|
"@math.gl/geospatial": "^3.5.1",
|
|
44
44
|
"long": "^5.2.1"
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"@loaders.gl/core": "3.4.0"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "d27459f32dcd6dd9a0addd8cab5fc627486dbea9"
|
|
50
50
|
}
|