@loaders.gl/compression 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.
Files changed (2) hide show
  1. package/dist/dist.dev.js +1 -1
  2. package/package.json +4 -4
package/dist/dist.dev.js CHANGED
@@ -4680,7 +4680,7 @@ var __exports__ = (() => {
4680
4680
  if (!globalThis._loadersgl_?.version) {
4681
4681
  globalThis._loadersgl_ = globalThis._loadersgl_ || {};
4682
4682
  if (typeof __VERSION__ === "undefined") {
4683
- console.error("loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.");
4683
+ console.warn("loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.");
4684
4684
  globalThis._loadersgl_.version = NPM_TAG;
4685
4685
  } else {
4686
4686
  globalThis._loadersgl_.version = __VERSION__;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/compression",
3
- "version": "4.0.0-beta.6",
3
+ "version": "4.0.0-beta.7",
4
4
  "description": "Decompression and compression plugins for loaders.gl",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -47,8 +47,8 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@babel/runtime": "^7.3.1",
50
- "@loaders.gl/loader-utils": "4.0.0-beta.6",
51
- "@loaders.gl/worker-utils": "4.0.0-beta.6",
50
+ "@loaders.gl/loader-utils": "4.0.0-beta.7",
51
+ "@loaders.gl/worker-utils": "4.0.0-beta.7",
52
52
  "@types/brotli": "^1.3.0",
53
53
  "@types/pako": "^1.0.1",
54
54
  "fflate": "0.7.4",
@@ -66,5 +66,5 @@
66
66
  "lz4js": "^0.2.0",
67
67
  "zstd-codec": "^0.1"
68
68
  },
69
- "gitHead": "2840f605b7a551e2ffef5f960231d989a0414c50"
69
+ "gitHead": "5b6cab0ab5d73212cfa37fa5da6e25ad7ef83fe5"
70
70
  }