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