@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 +1 -1
- package/dist/null-worker-node.js +1 -1
- package/dist/null-worker.js +1 -1
- package/package.json +4 -4
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.
|
|
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__;
|
package/dist/null-worker-node.js
CHANGED
package/dist/null-worker.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loaders.gl/core",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
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.
|
|
50
|
-
"@loaders.gl/worker-utils": "4.0.0-beta.
|
|
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": "
|
|
53
|
+
"gitHead": "5b6cab0ab5d73212cfa37fa5da6e25ad7ef83fe5"
|
|
54
54
|
}
|