@loaders.gl/compression 4.0.2 → 4.0.3

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
@@ -4675,7 +4675,7 @@ var __exports__ = (() => {
4675
4675
  var nodeVersion = matches && parseFloat(matches[1]) || 0;
4676
4676
 
4677
4677
  // ../worker-utils/src/lib/env-utils/version.ts
4678
- var NPM_TAG = "beta";
4678
+ var NPM_TAG = "latest";
4679
4679
  function getVersion() {
4680
4680
  if (!globalThis._loadersgl_?.version) {
4681
4681
  globalThis._loadersgl_ = globalThis._loadersgl_ || {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/compression",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
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.2",
51
- "@loaders.gl/worker-utils": "4.0.2",
50
+ "@loaders.gl/loader-utils": "4.0.3",
51
+ "@loaders.gl/worker-utils": "4.0.3",
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": "471058d109d5652f28c32c1f296fd632f9a5c806"
69
+ "gitHead": "03c871839b36c997249dabae1844df53a35d3760"
70
70
  }