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