@loaders.gl/core 4.0.0-beta.6 → 4.0.0-beta.7

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.
package/dist/dist.dev.js CHANGED
@@ -130,7 +130,7 @@ var __exports__ = (() => {
130
130
  if (!globalThis._loadersgl_?.version) {
131
131
  globalThis._loadersgl_ = globalThis._loadersgl_ || {};
132
132
  if (typeof __VERSION__ === "undefined") {
133
- console.error("loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.");
133
+ console.warn("loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.");
134
134
  globalThis._loadersgl_.version = NPM_TAG;
135
135
  } else {
136
136
  globalThis._loadersgl_.version = __VERSION__;
@@ -200,7 +200,7 @@ async function parseData({
200
200
  }
201
201
 
202
202
  // src/null-loader.ts
203
- var VERSION = true ? "4.0.0-beta.6" : "latest";
203
+ var VERSION = true ? "4.0.0-beta.7" : "latest";
204
204
  var NullLoader = {
205
205
  name: "Null loader",
206
206
  id: "null",
@@ -200,7 +200,7 @@
200
200
  }
201
201
 
202
202
  // src/null-loader.ts
203
- var VERSION = true ? "4.0.0-beta.6" : "latest";
203
+ var VERSION = true ? "4.0.0-beta.7" : "latest";
204
204
  var NullLoader = {
205
205
  name: "Null loader",
206
206
  id: "null",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/core",
3
- "version": "4.0.0-beta.6",
3
+ "version": "4.0.0-beta.7",
4
4
  "description": "The core API for working with loaders.gl loaders and writers",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -46,9 +46,9 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@babel/runtime": "^7.3.1",
49
- "@loaders.gl/loader-utils": "4.0.0-beta.6",
50
- "@loaders.gl/worker-utils": "4.0.0-beta.6",
49
+ "@loaders.gl/loader-utils": "4.0.0-beta.7",
50
+ "@loaders.gl/worker-utils": "4.0.0-beta.7",
51
51
  "@probe.gl/log": "^4.0.2"
52
52
  },
53
- "gitHead": "2840f605b7a551e2ffef5f960231d989a0414c50"
53
+ "gitHead": "5b6cab0ab5d73212cfa37fa5da6e25ad7ef83fe5"
54
54
  }