@loaders.gl/compression
Advanced tools
Comparing version 4.0.0-alpha.21 to 4.0.0-alpha.22
@@ -9,3 +9,3 @@ "use strict"; | ||
var _workerUtils = require("@loaders.gl/worker-utils"); | ||
var VERSION = typeof "4.0.0-alpha.21" !== 'undefined' ? "4.0.0-alpha.21" : 'latest'; | ||
var VERSION = typeof "4.0.0-alpha.22" !== 'undefined' ? "4.0.0-alpha.22" : 'latest'; | ||
var CompressionWorker = { | ||
@@ -12,0 +12,0 @@ id: 'compression', |
import { processOnWorker } from '@loaders.gl/worker-utils'; | ||
const VERSION = typeof "4.0.0-alpha.21" !== 'undefined' ? "4.0.0-alpha.21" : 'latest'; | ||
const VERSION = typeof "4.0.0-alpha.22" !== 'undefined' ? "4.0.0-alpha.22" : 'latest'; | ||
export const CompressionWorker = { | ||
@@ -4,0 +4,0 @@ id: 'compression', |
{ | ||
"name": "@loaders.gl/compression", | ||
"version": "4.0.0-alpha.21", | ||
"version": "4.0.0-alpha.22", | ||
"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.21", | ||
"@loaders.gl/worker-utils": "4.0.0-alpha.21", | ||
"@loaders.gl/loader-utils": "4.0.0-alpha.22", | ||
"@loaders.gl/worker-utils": "4.0.0-alpha.22", | ||
"@types/brotli": "^1.3.0", | ||
@@ -62,3 +62,3 @@ "@types/pako": "^1.0.1", | ||
}, | ||
"gitHead": "df5d670b136192b26941396e944f9c46be788e83" | ||
"gitHead": "0da838c506d1275383f2fd3d244d9c72b25397d2" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
4308981
+ Added@loaders.gl/loader-utils@4.0.0-alpha.22(transitive)
+ Added@loaders.gl/worker-utils@4.0.0-alpha.22(transitive)
- Removed@loaders.gl/loader-utils@4.0.0-alpha.21(transitive)
- Removed@loaders.gl/worker-utils@4.0.0-alpha.21(transitive)