@loaders.gl/zip
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -15,2 +15,3 @@ "use strict"; | ||
extensions: ['zip'], | ||
mimeType: 'application/zip', | ||
category: 'archive', | ||
@@ -17,0 +18,0 @@ parse: parseZipAsync |
@@ -5,2 +5,3 @@ import JSZip from 'jszip'; | ||
extensions: ['zip'], | ||
mimeType: 'application/zip', | ||
category: 'archive', | ||
@@ -7,0 +8,0 @@ parse: parseZipAsync |
@@ -5,2 +5,3 @@ import JSZip from 'jszip'; | ||
extensions: ['zip'], | ||
mimeType: 'application/zip', | ||
category: 'archive', | ||
@@ -7,0 +8,0 @@ parse: parseZipAsync |
{ | ||
"name": "@loaders.gl/zip", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Zip Archive Loader", | ||
@@ -33,6 +33,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/core": "1.3.0", | ||
"@loaders.gl/core": "1.3.1", | ||
"jszip": "^3.1.5" | ||
}, | ||
"gitHead": "4d3e7ecfc49016fdeb3a37d5432d35c7f6ce3e30" | ||
"gitHead": "d1e0103b82f81c574f7acba46b645ab9d74e3f06" | ||
} |
@@ -6,2 +6,3 @@ import JSZip from 'jszip'; | ||
extensions: ['zip'], | ||
mimeType: 'application/zip', | ||
category: 'archive', | ||
@@ -8,0 +9,0 @@ parse: parseZipAsync |
Sorry, the diff of this file is too big to display
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
Sorry, the diff of this file is not supported yet
788300
16396
+ Added@loaders.gl/core@1.3.1(transitive)
- Removed@loaders.gl/core@1.3.0(transitive)
Updated@loaders.gl/core@1.3.1