@loaders.gl/zip
Advanced tools
Comparing version 2.1.0-alpha.2 to 2.1.0-alpha.3
@@ -16,3 +16,3 @@ "use strict"; | ||
var VERSION = typeof "2.1.0-alpha.2" !== 'undefined' ? "2.1.0-alpha.2" : 'latest'; | ||
var VERSION = typeof "2.1.0-alpha.3" !== 'undefined' ? "2.1.0-alpha.3" : 'latest'; | ||
var ZipLoader = { | ||
@@ -19,0 +19,0 @@ id: 'zip', |
import JSZip from 'jszip'; | ||
const VERSION = typeof "2.1.0-alpha.2" !== 'undefined' ? "2.1.0-alpha.2" : 'latest'; | ||
const VERSION = typeof "2.1.0-alpha.3" !== 'undefined' ? "2.1.0-alpha.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.1.0-alpha.2" !== 'undefined' ? "2.1.0-alpha.2" : 'latest'; | ||
var VERSION = typeof "2.1.0-alpha.3" !== 'undefined' ? "2.1.0-alpha.3" : 'latest'; | ||
export var ZipLoader = { | ||
@@ -6,0 +6,0 @@ id: 'zip', |
{ | ||
"name": "@loaders.gl/zip", | ||
"version": "2.1.0-alpha.2", | ||
"version": "2.1.0-alpha.3", | ||
"description": "Zip Archive Loader", | ||
@@ -33,6 +33,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/core": "2.1.0-alpha.2", | ||
"@loaders.gl/core": "2.1.0-alpha.3", | ||
"jszip": "^3.1.5" | ||
}, | ||
"gitHead": "5cfbf4e3e41ea3b0b5974cc9be9154c2defc77f1" | ||
"gitHead": "afb026d1d61ec2634a293adbc125f17f4964d6eb" | ||
} |
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.1.0-alpha.3(transitive)
+ Added@loaders.gl/loader-utils@2.1.0-alpha.3(transitive)
- Removed@loaders.gl/core@2.1.0-alpha.2(transitive)
- Removed@loaders.gl/loader-utils@2.1.0-alpha.2(transitive)