@loaders.gl/compression
Advanced tools
Comparing version 4.1.0-alpha.11 to 4.1.0
import { processOnWorker } from '@loaders.gl/worker-utils'; | ||
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 CompressionWorker = { | ||
@@ -4,0 +4,0 @@ id: 'compression', |
{ | ||
"name": "@loaders.gl/compression", | ||
"version": "4.1.0-alpha.11", | ||
"version": "4.1.0", | ||
"description": "Decompression and compression plugins for loaders.gl", | ||
@@ -53,4 +53,4 @@ "license": "MIT", | ||
"@babel/runtime": "^7.3.1", | ||
"@loaders.gl/loader-utils": "4.1.0-alpha.11", | ||
"@loaders.gl/worker-utils": "4.1.0-alpha.11", | ||
"@loaders.gl/loader-utils": "4.1.0", | ||
"@loaders.gl/worker-utils": "4.1.0", | ||
"@types/brotli": "^1.3.0", | ||
@@ -73,3 +73,3 @@ "@types/pako": "^1.0.1", | ||
}, | ||
"gitHead": "5d3e23bf93762b48c8c1d6d926ede7a97fe43ab0" | ||
"gitHead": "75961cc7a6ed6679018c0e3fb6eb5c3c74d97bdb" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
2315487
+ Added@loaders.gl/loader-utils@4.1.0(transitive)
+ Added@loaders.gl/worker-utils@4.1.0(transitive)
- Removed@loaders.gl/loader-utils@4.1.0-alpha.11(transitive)
- Removed@loaders.gl/worker-utils@4.1.0-alpha.11(transitive)