@ptloader/worker-utils
Advanced tools
Comparing version 3.3.17 to 3.3.18
@@ -9,7 +9,7 @@ "use strict"; | ||
var DEFAULT_VERSION = 'beta'; | ||
var VERSION = typeof "3.3.17" !== 'undefined' ? "3.3.17" : DEFAULT_VERSION; | ||
var VERSION = typeof "3.3.18" !== 'undefined' ? "3.3.18" : DEFAULT_VERSION; | ||
exports.VERSION = VERSION; | ||
if (typeof "3.3.17" === 'undefined') { | ||
if (typeof "3.3.18" === '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 |
@@ -20,3 +20,3 @@ "use strict"; | ||
var LATEST = 'beta'; | ||
var VERSION = typeof "3.3.17" !== 'undefined' ? "3.3.17" : LATEST; | ||
var VERSION = typeof "3.3.18" !== 'undefined' ? "3.3.18" : LATEST; | ||
var loadLibraryPromises = {}; | ||
@@ -23,0 +23,0 @@ |
@@ -11,3 +11,3 @@ "use strict"; | ||
var NPM_TAG = 'beta'; | ||
var VERSION = typeof "3.3.17" !== 'undefined' ? "3.3.17" : NPM_TAG; | ||
var VERSION = typeof "3.3.18" !== 'undefined' ? "3.3.18" : NPM_TAG; | ||
@@ -14,0 +14,0 @@ function getWorkerName(worker) { |
const DEFAULT_VERSION = 'beta'; | ||
export const VERSION = typeof "3.3.17" !== 'undefined' ? "3.3.17" : DEFAULT_VERSION; | ||
if (typeof "3.3.17" === 'undefined') { | ||
export const VERSION = typeof "3.3.18" !== 'undefined' ? "3.3.18" : DEFAULT_VERSION; | ||
if (typeof "3.3.18" === '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 |
@@ -8,3 +8,3 @@ | ||
const LATEST = 'beta'; | ||
const VERSION = typeof "3.3.17" !== 'undefined' ? "3.3.17" : LATEST; | ||
const VERSION = typeof "3.3.18" !== 'undefined' ? "3.3.18" : LATEST; | ||
const loadLibraryPromises = {}; | ||
@@ -11,0 +11,0 @@ |
import { assert } from '../env-utils/assert'; | ||
import { VERSION as __VERSION__ } from '../env-utils/version'; | ||
const NPM_TAG = 'beta'; | ||
const VERSION = typeof "3.3.17" !== 'undefined' ? "3.3.17" : NPM_TAG; | ||
const VERSION = typeof "3.3.18" !== 'undefined' ? "3.3.18" : NPM_TAG; | ||
@@ -6,0 +6,0 @@ export function getWorkerName(worker) { |
{ | ||
"name": "@ptloader/worker-utils", | ||
"version": "3.3.17", | ||
"version": "3.3.18", | ||
"description": "Utilities for running tasks on worker threads", | ||
@@ -52,3 +52,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "add14665543a88ec44499b5c87586aaf7f03c718" | ||
"gitHead": "a3f8abb7dba616960ddb11bfd7ef6cb977ba0510" | ||
} |
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