@loaders.gl/zip
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -16,3 +16,3 @@ "use strict"; | ||
var VERSION = typeof "2.0.2" !== 'undefined' ? "2.0.2" : 'latest'; | ||
var VERSION = typeof "2.0.3" !== 'undefined' ? "2.0.3" : 'latest'; | ||
var ZipLoader = { | ||
@@ -19,0 +19,0 @@ id: 'zip', |
import JSZip from 'jszip'; | ||
const VERSION = typeof "2.0.2" !== 'undefined' ? "2.0.2" : 'latest'; | ||
const VERSION = typeof "2.0.3" !== 'undefined' ? "2.0.3" : 'latest'; | ||
export const ZipLoader = { | ||
@@ -4,0 +4,0 @@ id: 'zip', |
import _regeneratorRuntime from "@babel/runtime/regenerator"; | ||
import _asyncToGenerator from "@babel/runtime/helpers/esm/asyncToGenerator"; | ||
import JSZip from 'jszip'; | ||
var VERSION = typeof "2.0.2" !== 'undefined' ? "2.0.2" : 'latest'; | ||
var VERSION = typeof "2.0.3" !== 'undefined' ? "2.0.3" : 'latest'; | ||
export var ZipLoader = { | ||
@@ -6,0 +6,0 @@ id: 'zip', |
{ | ||
"name": "@loaders.gl/zip", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Zip Archive Loader", | ||
@@ -33,6 +33,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/core": "2.0.2", | ||
"@loaders.gl/core": "2.0.3", | ||
"jszip": "^3.1.5" | ||
}, | ||
"gitHead": "3ed0131b299641c35dc5cdf3655406632a8f90d0" | ||
"gitHead": "baa25826f5d67f703a32b2edecc12a4a7d24f673" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
793550
+ Added@loaders.gl/core@2.0.3(transitive)
+ Added@loaders.gl/loader-utils@2.0.3(transitive)
- Removed@loaders.gl/core@2.0.2(transitive)
- Removed@loaders.gl/loader-utils@2.0.2(transitive)
Updated@loaders.gl/core@2.0.3