@loaders.gl/zip 4.1.0 → 4.1.1

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
@@ -6973,7 +6973,7 @@ var __exports__ = (() => {
6973
6973
 
6974
6974
  // src/zip-loader.ts
6975
6975
  var import_jszip = __toESM(require_jszip_min(), 1);
6976
- var VERSION = true ? "4.1.0" : "latest";
6976
+ var VERSION = true ? "4.1.1" : "latest";
6977
6977
  var ZipLoader = {
6978
6978
  id: "zip",
6979
6979
  module: "zip",
@@ -7018,7 +7018,7 @@ var __exports__ = (() => {
7018
7018
 
7019
7019
  // src/zip-writer.ts
7020
7020
  var import_jszip2 = __toESM(require_jszip_min(), 1);
7021
- var VERSION2 = true ? "4.1.0" : "latest";
7021
+ var VERSION2 = true ? "4.1.1" : "latest";
7022
7022
  var ZipWriter = {
7023
7023
  name: "Zip Archive",
7024
7024
  id: "zip",
@@ -1,5 +1,5 @@
1
1
  import JSZip from 'jszip';
2
- const VERSION = typeof "4.1.0" !== 'undefined' ? "4.1.0" : 'latest';
2
+ const VERSION = typeof "4.1.1" !== 'undefined' ? "4.1.1" : 'latest';
3
3
  export const ZipLoader = {
4
4
  id: 'zip',
5
5
  module: 'zip',
@@ -1,5 +1,5 @@
1
1
  import JSZip from 'jszip';
2
- const VERSION = typeof "4.1.0" !== 'undefined' ? "4.1.0" : 'latest';
2
+ const VERSION = typeof "4.1.1" !== 'undefined' ? "4.1.1" : 'latest';
3
3
  export const ZipWriter = {
4
4
  name: 'Zip Archive',
5
5
  id: 'zip',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/zip",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "Zip Archive Loader",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -38,11 +38,11 @@
38
38
  "build-bundle": "ocular-bundle ./src/index.ts"
39
39
  },
40
40
  "dependencies": {
41
- "@loaders.gl/compression": "4.1.0",
42
- "@loaders.gl/crypto": "4.1.0",
43
- "@loaders.gl/loader-utils": "4.1.0",
41
+ "@loaders.gl/compression": "4.1.1",
42
+ "@loaders.gl/crypto": "4.1.1",
43
+ "@loaders.gl/loader-utils": "4.1.1",
44
44
  "jszip": "^3.1.5",
45
45
  "md5": "^2.3.0"
46
46
  },
47
- "gitHead": "75961cc7a6ed6679018c0e3fb6eb5c3c74d97bdb"
47
+ "gitHead": "b4a8cb4e5c2b67ac0e1afaa21ae45b3a45a91db0"
48
48
  }