@loaders.gl/terrain
Advanced tools
Comparing version 4.0.0-alpha.11 to 4.0.0-alpha.12
@@ -7,4 +7,4 @@ "use strict"; | ||
exports.VERSION = void 0; | ||
var VERSION = typeof "4.0.0-alpha.11" !== 'undefined' ? "4.0.0-alpha.11" : 'latest'; | ||
var VERSION = typeof "4.0.0-alpha.12" !== 'undefined' ? "4.0.0-alpha.12" : 'latest'; | ||
exports.VERSION = VERSION; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export const VERSION = typeof "4.0.0-alpha.11" !== 'undefined' ? "4.0.0-alpha.11" : 'latest'; | ||
export const VERSION = typeof "4.0.0-alpha.12" !== 'undefined' ? "4.0.0-alpha.12" : 'latest'; | ||
//# sourceMappingURL=version.js.map |
@@ -1180,3 +1180,3 @@ (() => { | ||
// src/lib/utils/version.ts | ||
var VERSION = true ? "4.0.0-alpha.11" : "latest"; | ||
var VERSION = true ? "4.0.0-alpha.12" : "latest"; | ||
@@ -1183,0 +1183,0 @@ // src/terrain-loader.ts |
@@ -1180,3 +1180,3 @@ (() => { | ||
// src/lib/utils/version.ts | ||
var VERSION = true ? "4.0.0-alpha.11" : "latest"; | ||
var VERSION = true ? "4.0.0-alpha.12" : "latest"; | ||
@@ -1183,0 +1183,0 @@ // src/terrain-loader.ts |
{ | ||
"name": "@loaders.gl/terrain", | ||
"version": "4.0.0-alpha.11", | ||
"version": "4.0.0-alpha.12", | ||
"description": "Framework-independent loader for terrain raster formats", | ||
@@ -38,8 +38,8 @@ "license": "MIT", | ||
"@babel/runtime": "^7.3.1", | ||
"@loaders.gl/images": "4.0.0-alpha.11", | ||
"@loaders.gl/loader-utils": "4.0.0-alpha.11", | ||
"@loaders.gl/schema": "4.0.0-alpha.11", | ||
"@loaders.gl/images": "4.0.0-alpha.12", | ||
"@loaders.gl/loader-utils": "4.0.0-alpha.12", | ||
"@loaders.gl/schema": "4.0.0-alpha.12", | ||
"@mapbox/martini": "^0.2.0" | ||
}, | ||
"gitHead": "bc680098cfea790c67b7fb95bab96e8d9288d34f" | ||
"gitHead": "42dfc47a41e3e6089eec22a1e1d4f3387e0cb6e9" | ||
} |
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/images@4.0.0-alpha.12(transitive)
+ Added@loaders.gl/loader-utils@4.0.0-alpha.12(transitive)
+ Added@loaders.gl/schema@4.0.0-alpha.12(transitive)
+ Added@loaders.gl/worker-utils@4.0.0-alpha.12(transitive)
- Removed@loaders.gl/images@4.0.0-alpha.11(transitive)
- Removed@loaders.gl/loader-utils@4.0.0-alpha.11(transitive)
- Removed@loaders.gl/schema@4.0.0-alpha.11(transitive)
- Removed@loaders.gl/worker-utils@4.0.0-alpha.11(transitive)