@loaders.gl/terrain
Advanced tools
Comparing version 3.4.0-alpha.1 to 3.4.0-alpha.2
@@ -7,4 +7,4 @@ "use strict"; | ||
exports.VERSION = void 0; | ||
var VERSION = typeof "3.4.0-alpha.1" !== 'undefined' ? "3.4.0-alpha.1" : 'latest'; | ||
var VERSION = typeof "3.4.0-alpha.2" !== 'undefined' ? "3.4.0-alpha.2" : 'latest'; | ||
exports.VERSION = VERSION; | ||
//# sourceMappingURL=version.js.map |
export const VERSION = typeof "3.4.0-alpha.1" !== 'undefined' ? "3.4.0-alpha.1" : 'latest'; | ||
export const VERSION = typeof "3.4.0-alpha.2" !== 'undefined' ? "3.4.0-alpha.2" : 'latest'; | ||
//# sourceMappingURL=version.js.map |
@@ -1196,3 +1196,3 @@ (() => { | ||
// src/lib/utils/version.ts | ||
var VERSION = true ? "3.4.0-alpha.1" : "latest"; | ||
var VERSION = true ? "3.4.0-alpha.2" : "latest"; | ||
@@ -1199,0 +1199,0 @@ // src/terrain-loader.ts |
@@ -1196,3 +1196,3 @@ (() => { | ||
// src/lib/utils/version.ts | ||
var VERSION = true ? "3.4.0-alpha.1" : "latest"; | ||
var VERSION = true ? "3.4.0-alpha.2" : "latest"; | ||
@@ -1199,0 +1199,0 @@ // src/terrain-loader.ts |
{ | ||
"name": "@loaders.gl/terrain", | ||
"version": "3.4.0-alpha.1", | ||
"version": "3.4.0-alpha.2", | ||
"description": "Framework-independent loader for terrain raster formats", | ||
@@ -38,7 +38,7 @@ "license": "MIT", | ||
"@babel/runtime": "^7.3.1", | ||
"@loaders.gl/loader-utils": "3.4.0-alpha.1", | ||
"@loaders.gl/schema": "3.4.0-alpha.1", | ||
"@loaders.gl/loader-utils": "3.4.0-alpha.2", | ||
"@loaders.gl/schema": "3.4.0-alpha.2", | ||
"@mapbox/martini": "^0.2.0" | ||
}, | ||
"gitHead": "4085b0323050e4361614471319a1fb4729547bbf" | ||
"gitHead": "f1c00c124d8d0c41a138ff40afb0d1a00711bf2e" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
+ Added@loaders.gl/loader-utils@3.4.0-alpha.2(transitive)
+ Added@loaders.gl/schema@3.4.0-alpha.2(transitive)
+ Added@loaders.gl/worker-utils@3.4.0-alpha.2(transitive)
+ Added@probe.gl/stats@4.0.9(transitive)
- Removed@loaders.gl/loader-utils@3.4.0-alpha.1(transitive)
- Removed@loaders.gl/schema@3.4.0-alpha.1(transitive)
- Removed@loaders.gl/worker-utils@3.4.0-alpha.1(transitive)
- Removed@probe.gl/stats@3.6.0(transitive)