@loaders.gl/zip
Advanced tools
Comparing version 4.1.0-alpha.11 to 4.1.0
@@ -54,3 +54,2 @@ import { FileHandleFile, concatenateArrayBuffers, path, NodeFilesystem, NodeFile } from '@loaders.gl/loader-utils'; | ||
const additionaldata = await createAdditionalData(fileList); | ||
console.log(additionaldata); | ||
await addFile(additionaldata, resFile, cdArray); | ||
@@ -57,0 +56,0 @@ } |
import JSZip from 'jszip'; | ||
const VERSION = typeof "4.1.0-alpha.11" !== 'undefined' ? "4.1.0-alpha.11" : 'latest'; | ||
const VERSION = typeof "4.1.0" !== 'undefined' ? "4.1.0" : 'latest'; | ||
export const ZipLoader = { | ||
@@ -4,0 +4,0 @@ id: 'zip', |
import JSZip from 'jszip'; | ||
const VERSION = typeof "4.1.0-alpha.11" !== 'undefined' ? "4.1.0-alpha.11" : 'latest'; | ||
const VERSION = typeof "4.1.0" !== 'undefined' ? "4.1.0" : 'latest'; | ||
export const ZipWriter = { | ||
@@ -4,0 +4,0 @@ name: 'Zip Archive', |
{ | ||
"name": "@loaders.gl/zip", | ||
"version": "4.1.0-alpha.11", | ||
"version": "4.1.0", | ||
"description": "Zip Archive Loader", | ||
@@ -41,9 +41,9 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/compression": "4.1.0-alpha.11", | ||
"@loaders.gl/crypto": "4.1.0-alpha.11", | ||
"@loaders.gl/loader-utils": "4.1.0-alpha.11", | ||
"@loaders.gl/compression": "4.1.0", | ||
"@loaders.gl/crypto": "4.1.0", | ||
"@loaders.gl/loader-utils": "4.1.0", | ||
"jszip": "^3.1.5", | ||
"md5": "^2.3.0" | ||
}, | ||
"gitHead": "5d3e23bf93762b48c8c1d6d926ede7a97fe43ab0" | ||
"gitHead": "75961cc7a6ed6679018c0e3fb6eb5c3c74d97bdb" | ||
} |
@@ -146,3 +146,2 @@ import { | ||
const additionaldata = await createAdditionalData(fileList); | ||
console.log(additionaldata); | ||
await addFile(additionaldata, resFile, cdArray); | ||
@@ -149,0 +148,0 @@ } |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
674814
14253
+ Added@loaders.gl/compression@4.1.0(transitive)
+ Added@loaders.gl/crypto@4.1.0(transitive)
+ Added@loaders.gl/loader-utils@4.1.0(transitive)
+ Added@loaders.gl/worker-utils@4.1.0(transitive)
- Removed@loaders.gl/compression@4.1.0-alpha.11(transitive)
- Removed@loaders.gl/crypto@4.1.0-alpha.11(transitive)
- Removed@loaders.gl/loader-utils@4.1.0-alpha.11(transitive)
- Removed@loaders.gl/worker-utils@4.1.0-alpha.11(transitive)
Updated@loaders.gl/crypto@4.1.0