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