@loaders.gl/crypto
Advanced tools
Comparing version 4.1.0 to 4.2.0-alpha.1
@@ -845,3 +845,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
// src/index.ts | ||
var VERSION = true ? "4.1.0" : "latest"; | ||
var VERSION = true ? "4.2.0-alpha.1" : "latest"; | ||
var CryptoWorker = { | ||
@@ -848,0 +848,0 @@ id: "crypto", |
@@ -1,2 +0,2 @@ | ||
const VERSION = typeof "4.1.0" !== 'undefined' ? "4.1.0" : 'latest'; | ||
const VERSION = typeof "4.2.0-alpha.1" !== 'undefined' ? "4.2.0-alpha.1" : 'latest'; | ||
export { Hash } from "./lib/hash.js"; | ||
@@ -3,0 +3,0 @@ export { CRC32Hash } from "./lib/crc32-hash.js"; |
{ | ||
"name": "@loaders.gl/crypto", | ||
"version": "4.1.0", | ||
"version": "4.2.0-alpha.1", | ||
"description": "Cryptographic/hashing plugins for loaders.gl", | ||
@@ -49,4 +49,4 @@ "license": "MIT", | ||
"@babel/runtime": "^7.3.1", | ||
"@loaders.gl/loader-utils": "4.1.0", | ||
"@loaders.gl/worker-utils": "4.1.0", | ||
"@loaders.gl/loader-utils": "4.2.0-alpha.1", | ||
"@loaders.gl/worker-utils": "4.2.0-alpha.1", | ||
"@types/crypto-js": "^4.0.2" | ||
@@ -61,3 +61,3 @@ }, | ||
}, | ||
"gitHead": "75961cc7a6ed6679018c0e3fb6eb5c3c74d97bdb" | ||
"gitHead": "d4da81f4d8fb2a3b43b0e025109cf7ccfb317d4c" | ||
} |
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
434552
2
+ Added@loaders.gl/loader-utils@4.2.0-alpha.1(transitive)
+ Added@loaders.gl/worker-utils@4.2.0-alpha.1(transitive)
- Removed@loaders.gl/loader-utils@4.1.0(transitive)
- Removed@loaders.gl/worker-utils@4.1.0(transitive)