@loaders.gl/worker-utils
Advanced tools
Comparing version 4.0.0-beta.1 to 4.0.0-beta.2
@@ -13,7 +13,7 @@ "use strict"; | ||
globalThis._loadersgl_ = globalThis._loadersgl_ || {}; | ||
if (typeof "4.0.0-beta.1" === 'undefined') { | ||
if (typeof "4.0.0-beta.2" === 'undefined') { | ||
console.error('loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.'); | ||
globalThis._loadersgl_.version = NPM_TAG; | ||
} else { | ||
globalThis._loadersgl_.version = "4.0.0-beta.1"; | ||
globalThis._loadersgl_.version = "4.0.0-beta.2"; | ||
} | ||
@@ -20,0 +20,0 @@ } |
@@ -6,7 +6,7 @@ export const NPM_TAG = 'beta'; | ||
globalThis._loadersgl_ = globalThis._loadersgl_ || {}; | ||
if (typeof "4.0.0-beta.1" === 'undefined') { | ||
if (typeof "4.0.0-beta.2" === 'undefined') { | ||
console.error('loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.'); | ||
globalThis._loadersgl_.version = NPM_TAG; | ||
} else { | ||
globalThis._loadersgl_.version = "4.0.0-beta.1"; | ||
globalThis._loadersgl_.version = "4.0.0-beta.2"; | ||
} | ||
@@ -13,0 +13,0 @@ } |
{ | ||
"name": "@loaders.gl/worker-utils", | ||
"version": "4.0.0-beta.1", | ||
"version": "4.0.0-beta.2", | ||
"description": "Utilities for running tasks on worker threads", | ||
@@ -52,3 +52,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "35c625e67132b0784e597d9ddabae8aefea29ff2" | ||
"gitHead": "79c2033f755e88e11bc30a04428e3666b177b8fc" | ||
} |
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