@loaders.gl/zip
Advanced tools
Comparing version 4.1.0-alpha.6 to 4.1.0-alpha.7
import JSZip from 'jszip'; | ||
const VERSION = typeof "4.1.0-alpha.6" !== 'undefined' ? "4.1.0-alpha.6" : 'latest'; | ||
const VERSION = typeof "4.1.0-alpha.7" !== 'undefined' ? "4.1.0-alpha.7" : 'latest'; | ||
export const ZipLoader = { | ||
@@ -4,0 +4,0 @@ id: 'zip', |
import JSZip from 'jszip'; | ||
const VERSION = typeof "4.1.0-alpha.6" !== 'undefined' ? "4.1.0-alpha.6" : 'latest'; | ||
const VERSION = typeof "4.1.0-alpha.7" !== 'undefined' ? "4.1.0-alpha.7" : 'latest'; | ||
export const ZipWriter = { | ||
@@ -4,0 +4,0 @@ name: 'Zip Archive', |
{ | ||
"name": "@loaders.gl/zip", | ||
"version": "4.1.0-alpha.6", | ||
"version": "4.1.0-alpha.7", | ||
"description": "Zip Archive Loader", | ||
@@ -41,9 +41,9 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/compression": "4.1.0-alpha.6", | ||
"@loaders.gl/crypto": "4.1.0-alpha.6", | ||
"@loaders.gl/loader-utils": "4.1.0-alpha.6", | ||
"@loaders.gl/compression": "4.1.0-alpha.7", | ||
"@loaders.gl/crypto": "4.1.0-alpha.7", | ||
"@loaders.gl/loader-utils": "4.1.0-alpha.7", | ||
"jszip": "^3.1.5", | ||
"md5": "^2.3.0" | ||
}, | ||
"gitHead": "fd58d91e05ebfd89ab8998a87157bf07c43997a5" | ||
"gitHead": "3dfa49bc4ec68b3c599082c1790da4156b7e5b34" | ||
} |
Sorry, the diff of this file is too big to display
+ Added@loaders.gl/compression@4.1.0-alpha.7(transitive)
+ Added@loaders.gl/crypto@4.1.0-alpha.7(transitive)
+ Added@loaders.gl/loader-utils@4.1.0-alpha.7(transitive)
+ Added@loaders.gl/worker-utils@4.1.0-alpha.7(transitive)
- Removed@loaders.gl/compression@4.1.0-alpha.6(transitive)
- Removed@loaders.gl/crypto@4.1.0-alpha.6(transitive)
- Removed@loaders.gl/loader-utils@4.1.0-alpha.6(transitive)
- Removed@loaders.gl/worker-utils@4.1.0-alpha.6(transitive)