@loaders.gl/worker-utils 4.2.0-alpha.2 → 4.2.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,11 +3,11 @@ function getVersion() {
3
3
  var _globalThis$_loadersg;
4
4
  if (!((_globalThis$_loadersg = globalThis._loadersgl_) !== null && _globalThis$_loadersg !== void 0 && _globalThis$_loadersg.version)) {
5
5
  globalThis._loadersgl_ = globalThis._loadersgl_ || {};
6
- if (typeof "4.2.0-alpha.2" === 'undefined') {
6
+ if (typeof "4.2.0-alpha.4" === 'undefined') {
7
7
  console.warn('loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.');
8
8
  globalThis._loadersgl_.version = NPM_TAG;
9
9
  } else {
10
- globalThis._loadersgl_.version = "4.2.0-alpha.2";
10
+ globalThis._loadersgl_.version = "4.2.0-alpha.4";
11
11
  }
12
12
  }
13
13
  return globalThis._loadersgl_.version;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/worker-utils",
3
- "version": "4.2.0-alpha.2",
3
+ "version": "4.2.0-alpha.4",
4
4
  "description": "Utilities for running tasks on worker threads",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -52,5 +52,5 @@
52
52
  "dependencies": {
53
53
  "@babel/runtime": "^7.3.1"
54
54
  },
55
- "gitHead": "d66a6a4626ea84c5f2cad5fa5cf7ebb6943c57c8"
55
+ "gitHead": "6c52dee5c3f005648a394cc4aee7fc37005c8e83"
56
56
  }