@loaders.gl/3d-tiles
Advanced tools
Comparing version 4.0.0-alpha.24 to 4.0.0-alpha.25
@@ -12,3 +12,3 @@ "use strict"; | ||
var _dTilesArchiveParser = require("./3d-tiles-archive/3d-tiles-archive-parser"); | ||
var VERSION = typeof "4.0.0-alpha.24" !== 'undefined' ? "4.0.0-alpha.24" : 'latest'; | ||
var VERSION = typeof "4.0.0-alpha.25" !== 'undefined' ? "4.0.0-alpha.25" : 'latest'; | ||
var Tiles3DArchiveFileLoader = { | ||
@@ -15,0 +15,0 @@ name: '3tz', |
@@ -7,4 +7,4 @@ "use strict"; | ||
exports.VERSION = void 0; | ||
var VERSION = typeof "4.0.0-alpha.24" !== 'undefined' ? "4.0.0-alpha.24" : 'latest'; | ||
var VERSION = typeof "4.0.0-alpha.25" !== 'undefined' ? "4.0.0-alpha.25" : 'latest'; | ||
exports.VERSION = VERSION; | ||
//# sourceMappingURL=version.js.map |
import { DataViewFile } from '@loaders.gl/loader-utils'; | ||
import { parse3DTilesArchive as parse3DTilesArchiveFromProvider } from './3d-tiles-archive/3d-tiles-archive-parser'; | ||
const VERSION = typeof "4.0.0-alpha.24" !== 'undefined' ? "4.0.0-alpha.24" : 'latest'; | ||
const VERSION = typeof "4.0.0-alpha.25" !== 'undefined' ? "4.0.0-alpha.25" : 'latest'; | ||
export const Tiles3DArchiveFileLoader = { | ||
@@ -5,0 +5,0 @@ name: '3tz', |
@@ -1,2 +0,2 @@ | ||
export const VERSION = typeof "4.0.0-alpha.24" !== 'undefined' ? "4.0.0-alpha.24" : 'latest'; | ||
export const VERSION = typeof "4.0.0-alpha.25" !== 'undefined' ? "4.0.0-alpha.25" : 'latest'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,8 +0,6 @@ | ||
import type { GLTFPostprocessed } from '@loaders.gl/gltf'; | ||
import type { GLTFPostprocessed, FeatureTableJson } from '@loaders.gl/gltf'; | ||
export type { FeatureTableJson }; | ||
import { LoaderWithParser } from '@loaders.gl/loader-utils'; | ||
import { Matrix4, Vector3 } from '@math.gl/core'; | ||
import { TILESET_TYPE, LOD_METRIC_TYPE, TILE_TYPE, TILE_REFINEMENT } from '@loaders.gl/tiles'; | ||
export type FeatureTableJson = { | ||
[key: string]: any[]; | ||
}; | ||
export type B3DMContent = { | ||
@@ -378,3 +376,2 @@ batchTableJson?: FeatureTableJson; | ||
}; | ||
export {}; | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "@loaders.gl/3d-tiles", | ||
"version": "4.0.0-alpha.24", | ||
"version": "4.0.0-alpha.25", | ||
"description": "3D Tiles, an open standard for streaming massive heterogeneous 3D geospatial datasets.", | ||
@@ -37,8 +37,8 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/draco": "4.0.0-alpha.24", | ||
"@loaders.gl/gltf": "4.0.0-alpha.24", | ||
"@loaders.gl/loader-utils": "4.0.0-alpha.24", | ||
"@loaders.gl/math": "4.0.0-alpha.24", | ||
"@loaders.gl/tiles": "4.0.0-alpha.24", | ||
"@loaders.gl/zip": "4.0.0-alpha.24", | ||
"@loaders.gl/draco": "4.0.0-alpha.25", | ||
"@loaders.gl/gltf": "4.0.0-alpha.25", | ||
"@loaders.gl/loader-utils": "4.0.0-alpha.25", | ||
"@loaders.gl/math": "4.0.0-alpha.25", | ||
"@loaders.gl/tiles": "4.0.0-alpha.25", | ||
"@loaders.gl/zip": "4.0.0-alpha.25", | ||
"@math.gl/core": "^3.5.1", | ||
@@ -52,3 +52,3 @@ "@math.gl/geospatial": "^3.5.1", | ||
}, | ||
"gitHead": "97a8990595c132fb14e3445a8768d9f4cb98ff05" | ||
"gitHead": "40135f391b869388dbbcd615bbe51178d0c370be" | ||
} |
@@ -1,2 +0,4 @@ | ||
import type {GLTFPostprocessed} from '@loaders.gl/gltf'; | ||
import type {GLTFPostprocessed, FeatureTableJson} from '@loaders.gl/gltf'; | ||
export type {FeatureTableJson}; | ||
import {LoaderWithParser} from '@loaders.gl/loader-utils'; | ||
@@ -6,6 +8,2 @@ import {Matrix4, Vector3} from '@math.gl/core'; | ||
export type FeatureTableJson = { | ||
[key: string]: any[]; | ||
}; | ||
export type B3DMContent = { | ||
@@ -12,0 +10,0 @@ batchTableJson?: FeatureTableJson; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1963044
33392
7
+ Added@loaders.gl/compression@4.0.0-alpha.25(transitive)
+ Added@loaders.gl/draco@4.0.0-alpha.25(transitive)
+ Added@loaders.gl/gltf@4.0.0-alpha.25(transitive)
+ Added@loaders.gl/images@4.0.0-alpha.25(transitive)
+ Added@loaders.gl/loader-utils@4.0.0-alpha.25(transitive)
+ Added@loaders.gl/math@4.0.0-alpha.25(transitive)
+ Added@loaders.gl/schema@4.0.0-alpha.25(transitive)
+ Added@loaders.gl/textures@4.0.0-alpha.25(transitive)
+ Added@loaders.gl/tiles@4.0.0-alpha.25(transitive)
+ Added@loaders.gl/worker-utils@4.0.0-alpha.25(transitive)
+ Added@loaders.gl/zip@4.0.0-alpha.25(transitive)
- Removed@loaders.gl/compression@4.0.0-alpha.24(transitive)
- Removed@loaders.gl/draco@4.0.0-alpha.24(transitive)
- Removed@loaders.gl/gltf@4.0.0-alpha.24(transitive)
- Removed@loaders.gl/images@4.0.0-alpha.24(transitive)
- Removed@loaders.gl/loader-utils@4.0.0-alpha.24(transitive)
- Removed@loaders.gl/math@4.0.0-alpha.24(transitive)
- Removed@loaders.gl/schema@4.0.0-alpha.24(transitive)
- Removed@loaders.gl/textures@4.0.0-alpha.24(transitive)
- Removed@loaders.gl/tiles@4.0.0-alpha.24(transitive)
- Removed@loaders.gl/worker-utils@4.0.0-alpha.24(transitive)
- Removed@loaders.gl/zip@4.0.0-alpha.24(transitive)