@loaders.gl/worker-utils
Advanced tools
Comparing version 3.1.0-beta.5 to 3.1.0-beta.6
@@ -8,8 +8,8 @@ "use strict"; | ||
const DEFAULT_VERSION = 'beta'; | ||
const VERSION = typeof "3.1.0-beta.5" !== 'undefined' ? "3.1.0-beta.5" : DEFAULT_VERSION; | ||
const VERSION = typeof "3.1.0-beta.6" !== 'undefined' ? "3.1.0-beta.6" : DEFAULT_VERSION; | ||
exports.VERSION = VERSION; | ||
if (typeof "3.1.0-beta.5" === 'undefined') { | ||
if (typeof "3.1.0-beta.6" === '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 |
@@ -22,3 +22,3 @@ "use strict"; | ||
const LATEST = 'beta'; | ||
const VERSION = typeof "3.1.0-beta.5" !== 'undefined' ? "3.1.0-beta.5" : LATEST; | ||
const VERSION = typeof "3.1.0-beta.6" !== 'undefined' ? "3.1.0-beta.6" : LATEST; | ||
const loadLibraryPromises = {}; | ||
@@ -25,0 +25,0 @@ |
@@ -14,3 +14,3 @@ "use strict"; | ||
const NPM_TAG = 'beta'; | ||
const VERSION = typeof "3.1.0-beta.5" !== 'undefined' ? "3.1.0-beta.5" : NPM_TAG; | ||
const VERSION = typeof "3.1.0-beta.6" !== 'undefined' ? "3.1.0-beta.6" : NPM_TAG; | ||
@@ -17,0 +17,0 @@ function getWorkerName(worker) { |
const DEFAULT_VERSION = 'beta'; | ||
export const VERSION = typeof "3.1.0-beta.5" !== 'undefined' ? "3.1.0-beta.5" : DEFAULT_VERSION; | ||
export const VERSION = typeof "3.1.0-beta.6" !== 'undefined' ? "3.1.0-beta.6" : DEFAULT_VERSION; | ||
if (typeof "3.1.0-beta.5" === 'undefined') { | ||
if (typeof "3.1.0-beta.6" === '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 "3.1.0-beta.5" !== 'undefined' ? "3.1.0-beta.5" : LATEST; | ||
const VERSION = typeof "3.1.0-beta.6" !== 'undefined' ? "3.1.0-beta.6" : LATEST; | ||
const loadLibraryPromises = {}; | ||
@@ -9,0 +9,0 @@ export async function loadLibrary(libraryUrl, moduleName = null, options = {}) { |
import { assert } from '../env-utils/assert'; | ||
import { VERSION as __VERSION__ } from '../env-utils/version'; | ||
const NPM_TAG = 'beta'; | ||
const VERSION = typeof "3.1.0-beta.5" !== 'undefined' ? "3.1.0-beta.5" : NPM_TAG; | ||
const VERSION = typeof "3.1.0-beta.6" !== 'undefined' ? "3.1.0-beta.6" : NPM_TAG; | ||
export function getWorkerName(worker) { | ||
@@ -6,0 +6,0 @@ const warning = worker.version !== VERSION ? " (worker-utils@".concat(VERSION, ")") : ''; |
{ | ||
"name": "@loaders.gl/worker-utils", | ||
"version": "3.1.0-beta.5", | ||
"version": "3.1.0-beta.6", | ||
"description": "Utilities for running tasks on worker threads", | ||
@@ -48,3 +48,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "5d66468457cc878d2dbff3d7807d737ceb181c9a" | ||
"gitHead": "e6fce1907a689f9199922e84bd493adacfefbbf6" | ||
} |
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