@loaders.gl/worker-utils
Advanced tools
Comparing version 4.0.0-alpha.19 to 4.0.0-alpha.20
@@ -8,7 +8,7 @@ "use strict"; | ||
var DEFAULT_VERSION = 'beta'; | ||
var VERSION = typeof "4.0.0-alpha.19" !== 'undefined' ? "4.0.0-alpha.19" : DEFAULT_VERSION; | ||
var VERSION = typeof "4.0.0-alpha.20" !== 'undefined' ? "4.0.0-alpha.20" : DEFAULT_VERSION; | ||
exports.VERSION = VERSION; | ||
if (typeof "4.0.0-alpha.19" === 'undefined') { | ||
if (typeof "4.0.0-alpha.20" === 'undefined') { | ||
console.error('loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.'); | ||
} | ||
//# sourceMappingURL=version.js.map |
@@ -19,3 +19,3 @@ "use strict"; | ||
var LATEST = 'beta'; | ||
var VERSION = typeof "4.0.0-alpha.19" !== 'undefined' ? "4.0.0-alpha.19" : LATEST; | ||
var VERSION = typeof "4.0.0-alpha.20" !== 'undefined' ? "4.0.0-alpha.20" : LATEST; | ||
var loadLibraryPromises = {}; | ||
@@ -22,0 +22,0 @@ function loadLibrary(_x) { |
@@ -12,3 +12,3 @@ "use strict"; | ||
var NPM_TAG = 'beta'; | ||
var VERSION = typeof "4.0.0-alpha.19" !== 'undefined' ? "4.0.0-alpha.19" : NPM_TAG; | ||
var VERSION = typeof "4.0.0-alpha.20" !== 'undefined' ? "4.0.0-alpha.20" : NPM_TAG; | ||
function getWorkerName(worker) { | ||
@@ -15,0 +15,0 @@ var warning = worker.version !== VERSION ? " (worker-utils@".concat(VERSION, ")") : ''; |
const DEFAULT_VERSION = 'beta'; | ||
export const VERSION = typeof "4.0.0-alpha.19" !== 'undefined' ? "4.0.0-alpha.19" : DEFAULT_VERSION; | ||
if (typeof "4.0.0-alpha.19" === 'undefined') { | ||
export const VERSION = typeof "4.0.0-alpha.20" !== 'undefined' ? "4.0.0-alpha.20" : DEFAULT_VERSION; | ||
if (typeof "4.0.0-alpha.20" === 'undefined') { | ||
console.error('loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.'); | ||
} | ||
//# sourceMappingURL=version.js.map |
@@ -6,3 +6,3 @@ import { global, isBrowser, isWorker } from '../env-utils/globals'; | ||
const LATEST = 'beta'; | ||
const VERSION = typeof "4.0.0-alpha.19" !== 'undefined' ? "4.0.0-alpha.19" : LATEST; | ||
const VERSION = typeof "4.0.0-alpha.20" !== 'undefined' ? "4.0.0-alpha.20" : LATEST; | ||
const loadLibraryPromises = {}; | ||
@@ -9,0 +9,0 @@ export async function loadLibrary(libraryUrl) { |
@@ -5,3 +5,3 @@ import { assert } from '../env-utils/assert'; | ||
const NPM_TAG = 'beta'; | ||
const VERSION = typeof "4.0.0-alpha.19" !== 'undefined' ? "4.0.0-alpha.19" : NPM_TAG; | ||
const VERSION = typeof "4.0.0-alpha.20" !== 'undefined' ? "4.0.0-alpha.20" : NPM_TAG; | ||
export function getWorkerName(worker) { | ||
@@ -8,0 +8,0 @@ const warning = worker.version !== VERSION ? " (worker-utils@".concat(VERSION, ")") : ''; |
{ | ||
"name": "@loaders.gl/worker-utils", | ||
"version": "4.0.0-alpha.19", | ||
"version": "4.0.0-alpha.20", | ||
"description": "Utilities for running tasks on worker threads", | ||
@@ -53,3 +53,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "2ca50ec4e1d312c124eb7c93c60ab6fd17ee833e" | ||
"gitHead": "ac122e83102657c38207d59c631a5ce4e7aa46bd" | ||
} |
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