@loaders.gl/terrain
Advanced tools
Comparing version 4.1.0-alpha.9 to 4.1.0-alpha.10
@@ -1120,3 +1120,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
// src/lib/utils/version.ts | ||
var VERSION = true ? "4.1.0-alpha.9" : "latest"; | ||
var VERSION = true ? "4.1.0-alpha.10" : "latest"; | ||
@@ -1123,0 +1123,0 @@ // src/terrain-loader.ts |
@@ -1,2 +0,2 @@ | ||
export const VERSION = typeof "4.1.0-alpha.9" !== 'undefined' ? "4.1.0-alpha.9" : 'latest'; | ||
export const VERSION = typeof "4.1.0-alpha.10" !== 'undefined' ? "4.1.0-alpha.10" : 'latest'; | ||
//# sourceMappingURL=version.js.map |
@@ -1294,3 +1294,3 @@ "use strict"; | ||
// src/lib/utils/version.ts | ||
var VERSION = true ? "4.1.0-alpha.9" : "latest"; | ||
var VERSION = true ? "4.1.0-alpha.10" : "latest"; | ||
@@ -1297,0 +1297,0 @@ // src/terrain-loader.ts |
@@ -1294,3 +1294,3 @@ "use strict"; | ||
// src/lib/utils/version.ts | ||
var VERSION = true ? "4.1.0-alpha.9" : "latest"; | ||
var VERSION = true ? "4.1.0-alpha.10" : "latest"; | ||
@@ -1297,0 +1297,0 @@ // src/terrain-loader.ts |
{ | ||
"name": "@loaders.gl/terrain", | ||
"version": "4.1.0-alpha.9", | ||
"version": "4.1.0-alpha.10", | ||
"description": "Framework-independent loader for terrain raster formats", | ||
@@ -27,5 +27,5 @@ "license": "MIT", | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts" | ||
"require": "./dist/index.cjs" | ||
} | ||
@@ -47,8 +47,8 @@ }, | ||
"@babel/runtime": "^7.3.1", | ||
"@loaders.gl/images": "4.1.0-alpha.9", | ||
"@loaders.gl/loader-utils": "4.1.0-alpha.9", | ||
"@loaders.gl/schema": "4.1.0-alpha.9", | ||
"@loaders.gl/images": "4.1.0-alpha.10", | ||
"@loaders.gl/loader-utils": "4.1.0-alpha.10", | ||
"@loaders.gl/schema": "4.1.0-alpha.10", | ||
"@mapbox/martini": "^0.2.0" | ||
}, | ||
"gitHead": "0291d4d78d71202385d0368942f84778d6aafa82" | ||
"gitHead": "19f43c2d90d8b50860c3f8e487429779a386287d" | ||
} |
Sorry, the diff of this file is not supported yet
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
346829
+ Added@loaders.gl/images@4.1.0-alpha.10(transitive)
+ Added@loaders.gl/loader-utils@4.1.0-alpha.10(transitive)
+ Added@loaders.gl/schema@4.1.0-alpha.10(transitive)
+ Added@loaders.gl/worker-utils@4.1.0-alpha.10(transitive)
- Removed@loaders.gl/images@4.1.0-alpha.9(transitive)
- Removed@loaders.gl/loader-utils@4.1.0-alpha.9(transitive)
- Removed@loaders.gl/schema@4.1.0-alpha.9(transitive)
- Removed@loaders.gl/worker-utils@4.1.0-alpha.9(transitive)