@loaders.gl/compression
Advanced tools
Comparing version 4.0.0-alpha.22 to 4.0.0-alpha.23
@@ -1,2 +0,1 @@ | ||
import type { WorkerObject } from '@loaders.gl/worker-utils'; | ||
export type CompressionWorkerOptions = { | ||
@@ -20,3 +19,2 @@ compression: string; | ||
export declare function compressOnWorker(data: ArrayBuffer, options: CompressionWorkerOptions): Promise<ArrayBuffer>; | ||
export declare const _typecheckCompressionWorker: WorkerObject; | ||
//# sourceMappingURL=compression-worker.d.ts.map |
@@ -6,6 +6,6 @@ "use strict"; | ||
}); | ||
exports._typecheckCompressionWorker = exports.CompressionWorker = void 0; | ||
exports.CompressionWorker = void 0; | ||
exports.compressOnWorker = compressOnWorker; | ||
var _workerUtils = require("@loaders.gl/worker-utils"); | ||
var VERSION = typeof "4.0.0-alpha.22" !== 'undefined' ? "4.0.0-alpha.22" : 'latest'; | ||
var VERSION = typeof "4.0.0-alpha.23" !== 'undefined' ? "4.0.0-alpha.23" : 'latest'; | ||
var CompressionWorker = { | ||
@@ -22,4 +22,2 @@ id: 'compression', | ||
} | ||
var _typecheckCompressionWorker = CompressionWorker; | ||
exports._typecheckCompressionWorker = _typecheckCompressionWorker; | ||
//# sourceMappingURL=compression-worker.js.map |
import { processOnWorker } from '@loaders.gl/worker-utils'; | ||
const VERSION = typeof "4.0.0-alpha.22" !== 'undefined' ? "4.0.0-alpha.22" : 'latest'; | ||
const VERSION = typeof "4.0.0-alpha.23" !== 'undefined' ? "4.0.0-alpha.23" : 'latest'; | ||
export const CompressionWorker = { | ||
@@ -13,3 +13,2 @@ id: 'compression', | ||
} | ||
export const _typecheckCompressionWorker = CompressionWorker; | ||
//# sourceMappingURL=compression-worker.js.map |
{ | ||
"name": "@loaders.gl/compression", | ||
"version": "4.0.0-alpha.22", | ||
"version": "4.0.0-alpha.23", | ||
"description": "Decompression and compression plugins for loaders.gl", | ||
@@ -42,4 +42,4 @@ "license": "MIT", | ||
"@babel/runtime": "^7.3.1", | ||
"@loaders.gl/loader-utils": "4.0.0-alpha.22", | ||
"@loaders.gl/worker-utils": "4.0.0-alpha.22", | ||
"@loaders.gl/loader-utils": "4.0.0-alpha.23", | ||
"@loaders.gl/worker-utils": "4.0.0-alpha.23", | ||
"@types/brotli": "^1.3.0", | ||
@@ -62,3 +62,3 @@ "@types/pako": "^1.0.1", | ||
}, | ||
"gitHead": "0da838c506d1275383f2fd3d244d9c72b25397d2" | ||
"gitHead": "e212f2a0c0e342f7cb65ce84fa2ff39f64b7d94b" | ||
} |
@@ -1,2 +0,2 @@ | ||
import type {WorkerObject} from '@loaders.gl/worker-utils'; | ||
// import type {WorkerObject} from '@loaders.gl/worker-utils'; | ||
import {processOnWorker} from '@loaders.gl/worker-utils'; | ||
@@ -33,3 +33,1 @@ | ||
} | ||
export const _typecheckCompressionWorker: WorkerObject = CompressionWorker; |
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 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
4308473
16577
+ Added@loaders.gl/loader-utils@4.0.0-alpha.23(transitive)
+ Added@loaders.gl/worker-utils@4.0.0-alpha.23(transitive)
- Removed@loaders.gl/loader-utils@4.0.0-alpha.22(transitive)
- Removed@loaders.gl/worker-utils@4.0.0-alpha.22(transitive)