@loaders.gl/core
Advanced tools
Comparing version 4.1.0-alpha.6 to 4.1.0-alpha.7
import { log } from "./utils/log.js"; | ||
const version = typeof "4.1.0-alpha.6" !== 'undefined' ? "4.1.0-alpha.6" : ''; | ||
const version = typeof "4.1.0-alpha.7" !== 'undefined' ? "4.1.0-alpha.7" : ''; | ||
if (!globalThis.loaders) { | ||
@@ -4,0 +4,0 @@ log.log(1, `loaders.gl ${version}`)(); |
@@ -1,2 +0,2 @@ | ||
const VERSION = typeof "4.1.0-alpha.6" !== 'undefined' ? "4.1.0-alpha.6" : 'latest'; | ||
const VERSION = typeof "4.1.0-alpha.7" !== 'undefined' ? "4.1.0-alpha.7" : 'latest'; | ||
export const NullWorkerLoader = { | ||
@@ -3,0 +3,0 @@ name: 'Null loader', |
@@ -236,3 +236,3 @@ "use strict"; | ||
// src/null-loader.ts | ||
var VERSION = true ? "4.1.0-alpha.6" : "latest"; | ||
var VERSION = true ? "4.1.0-alpha.7" : "latest"; | ||
var NullLoader = { | ||
@@ -239,0 +239,0 @@ name: "Null loader", |
@@ -201,3 +201,3 @@ "use strict"; | ||
// src/null-loader.ts | ||
var VERSION = true ? "4.1.0-alpha.6" : "latest"; | ||
var VERSION = true ? "4.1.0-alpha.7" : "latest"; | ||
var NullLoader = { | ||
@@ -204,0 +204,0 @@ name: "Null loader", |
{ | ||
"name": "@loaders.gl/core", | ||
"version": "4.1.0-alpha.6", | ||
"version": "4.1.0-alpha.7", | ||
"description": "The core API for working with loaders.gl loaders and writers", | ||
@@ -58,7 +58,7 @@ "license": "MIT", | ||
"@babel/runtime": "^7.3.1", | ||
"@loaders.gl/loader-utils": "4.1.0-alpha.6", | ||
"@loaders.gl/worker-utils": "4.1.0-alpha.6", | ||
"@loaders.gl/loader-utils": "4.1.0-alpha.7", | ||
"@loaders.gl/worker-utils": "4.1.0-alpha.7", | ||
"@probe.gl/log": "^4.0.2" | ||
}, | ||
"gitHead": "fd58d91e05ebfd89ab8998a87157bf07c43997a5" | ||
"gitHead": "3dfa49bc4ec68b3c599082c1790da4156b7e5b34" | ||
} |
Sorry, the diff of this file is too big to display
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@4.1.0-alpha.7(transitive)
+ Added@loaders.gl/worker-utils@4.1.0-alpha.7(transitive)
- Removed@loaders.gl/loader-utils@4.1.0-alpha.6(transitive)
- Removed@loaders.gl/worker-utils@4.1.0-alpha.6(transitive)