@loaders.gl/zip
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -16,3 +16,3 @@ "use strict"; | ||
var VERSION = typeof "2.2.1" !== 'undefined' ? "2.2.1" : 'latest'; | ||
var VERSION = typeof "2.2.2" !== 'undefined' ? "2.2.2" : 'latest'; | ||
var ZipLoader = { | ||
@@ -19,0 +19,0 @@ id: 'zip', |
import JSZip from 'jszip'; | ||
const VERSION = typeof "2.2.1" !== 'undefined' ? "2.2.1" : 'latest'; | ||
const VERSION = typeof "2.2.2" !== 'undefined' ? "2.2.2" : '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.2.1" !== 'undefined' ? "2.2.1" : 'latest'; | ||
var VERSION = typeof "2.2.2" !== 'undefined' ? "2.2.2" : 'latest'; | ||
export var ZipLoader = { | ||
@@ -6,0 +6,0 @@ id: 'zip', |
{ | ||
"name": "@loaders.gl/zip", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Zip Archive Loader", | ||
@@ -33,6 +33,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/core": "2.2.1", | ||
"@loaders.gl/core": "2.2.2", | ||
"jszip": "^3.1.5" | ||
}, | ||
"gitHead": "1e303aebbc5af09741d25da2b08d15a941aa609f" | ||
"gitHead": "d52e7cd97d0ab9e642d54a041c0172c0d091f386" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
+ Added@loaders.gl/core@2.2.2(transitive)
+ Added@loaders.gl/loader-utils@2.2.2(transitive)
- Removed@loaders.gl/core@2.2.1(transitive)
- Removed@loaders.gl/loader-utils@2.2.1(transitive)
Updated@loaders.gl/core@2.2.2