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