@loaders.gl/zip
Advanced tools
Comparing version 4.3.0 to 4.3.1
@@ -7,3 +7,3 @@ // loaders.gl | ||
// @ts-ignore TS2304: Cannot find name '__VERSION__'. | ||
const VERSION = typeof "4.3.0-beta.3" !== 'undefined' ? "4.3.0-beta.3" : 'latest'; | ||
const VERSION = typeof "4.3.0" !== 'undefined' ? "4.3.0" : 'latest'; | ||
export const ZipLoader = { | ||
@@ -10,0 +10,0 @@ dataType: null, |
@@ -6,3 +6,3 @@ // loaders.gl | ||
// @ts-ignore TS2304: Cannot find name '__VERSION__'. | ||
const VERSION = typeof "4.3.0-beta.3" !== 'undefined' ? "4.3.0-beta.3" : 'latest'; | ||
const VERSION = typeof "4.3.0" !== 'undefined' ? "4.3.0" : 'latest'; | ||
/** | ||
@@ -9,0 +9,0 @@ * Zip exporter |
{ | ||
"name": "@loaders.gl/zip", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"description": "Zip Archive Loader", | ||
@@ -42,5 +42,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/compression": "4.3.0", | ||
"@loaders.gl/crypto": "4.3.0", | ||
"@loaders.gl/loader-utils": "4.3.0", | ||
"@loaders.gl/compression": "4.3.1", | ||
"@loaders.gl/crypto": "4.3.1", | ||
"@loaders.gl/loader-utils": "4.3.1", | ||
"jszip": "^3.1.5", | ||
@@ -50,5 +50,5 @@ "md5": "^2.3.0" | ||
"peerDependencies": { | ||
"@loaders.gl/core": "^4.0.0" | ||
"@loaders.gl/core": "^4.3.0" | ||
}, | ||
"gitHead": "228d26469858b98506143631418c60a2c3c52b15" | ||
"gitHead": "70a883ab6bc84647c49963215dd6ff62d4d61de3" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
873381
+ Added@loaders.gl/compression@4.3.1(transitive)
+ Added@loaders.gl/crypto@4.3.1(transitive)
+ Added@loaders.gl/loader-utils@4.3.1(transitive)
+ Added@loaders.gl/schema@4.3.1(transitive)
+ Added@loaders.gl/worker-utils@4.3.1(transitive)
- Removed@loaders.gl/compression@4.3.0(transitive)
- Removed@loaders.gl/crypto@4.3.0(transitive)
- Removed@loaders.gl/loader-utils@4.3.0(transitive)
- Removed@loaders.gl/schema@4.3.0(transitive)
- Removed@loaders.gl/worker-utils@4.3.0(transitive)
Updated@loaders.gl/crypto@4.3.1