@loaders.gl/tiles
Advanced tools
Comparing version 3.0.0-alpha.9 to 3.0.0-alpha.10
@@ -70,3 +70,2 @@ "use strict"; | ||
this.depth = 0; | ||
this.userData = {}; | ||
this._cacheNode = null; | ||
@@ -73,0 +72,0 @@ this._frameNumber = null; |
@@ -48,3 +48,2 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty"; | ||
this.depth = 0; | ||
this.userData = {}; | ||
this._cacheNode = null; | ||
@@ -51,0 +50,0 @@ this._frameNumber = null; |
{ | ||
"name": "@loaders.gl/tiles", | ||
"version": "3.0.0-alpha.9", | ||
"version": "3.0.0-alpha.10", | ||
"description": "Common components for different tiles loaders.", | ||
@@ -35,5 +35,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/core": "3.0.0-alpha.9", | ||
"@loaders.gl/loader-utils": "3.0.0-alpha.9", | ||
"@loaders.gl/math": "3.0.0-alpha.9", | ||
"@loaders.gl/core": "3.0.0-alpha.10", | ||
"@loaders.gl/loader-utils": "3.0.0-alpha.10", | ||
"@loaders.gl/math": "3.0.0-alpha.10", | ||
"@math.gl/core": "^3.3.0", | ||
@@ -48,3 +48,3 @@ "@math.gl/culling": "^3.3.0", | ||
}, | ||
"gitHead": "d37a7e0e4ffe3b3ef2f939422736214dbc136aff" | ||
"gitHead": "53814c1fff52f3e42c817b24053f86794ff40a2e" | ||
} |
@@ -55,3 +55,2 @@ // This file is derived from the Cesium code base under Apache 2 license | ||
this.depth = 0; | ||
this.userData = {}; | ||
@@ -58,0 +57,0 @@ // PRIVATE MEMBERS |
Sorry, the diff of this file is too big to display
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
2639316
26956
+ Added@loaders.gl/core@3.0.0-alpha.10(transitive)
+ Added@loaders.gl/images@3.0.0-alpha.10(transitive)
+ Added@loaders.gl/loader-utils@3.0.0-alpha.10(transitive)
+ Added@loaders.gl/math@3.0.0-alpha.10(transitive)
+ Added@loaders.gl/worker-utils@3.0.0-alpha.10(transitive)
- Removed@loaders.gl/core@3.0.0-alpha.9(transitive)
- Removed@loaders.gl/images@3.0.0-alpha.9(transitive)
- Removed@loaders.gl/loader-utils@3.0.0-alpha.9(transitive)
- Removed@loaders.gl/math@3.0.0-alpha.9(transitive)
- Removed@loaders.gl/worker-utils@3.0.0-alpha.9(transitive)