@loaders.gl/worker-utils
Advanced tools
Comparing version 4.1.0-alpha.5 to 4.1.0-alpha.6
@@ -6,7 +6,7 @@ export const NPM_TAG = 'latest'; | ||
globalThis._loadersgl_ = globalThis._loadersgl_ || {}; | ||
if (typeof "4.1.0-alpha.5" === 'undefined') { | ||
if (typeof "4.1.0-alpha.6" === 'undefined') { | ||
console.warn('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.1.0-alpha.5"; | ||
globalThis._loadersgl_.version = "4.1.0-alpha.6"; | ||
} | ||
@@ -13,0 +13,0 @@ } |
{ | ||
"name": "@loaders.gl/worker-utils", | ||
"version": "4.1.0-alpha.5", | ||
"version": "4.1.0-alpha.6", | ||
"description": "Utilities for running tasks on worker threads", | ||
@@ -55,3 +55,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "3250842d8cc0fc8b76a575168c1fd57e5a66b6ba" | ||
"gitHead": "fd58d91e05ebfd89ab8998a87157bf07c43997a5" | ||
} |
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