@loaders.gl/crypto 4.0.0-alpha.7 → 4.0.0-alpha.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/es5/index.js CHANGED
@@ -59,7 +59,7 @@ var _sha256Hash = require("./lib/sha256-hash");
59
59
  var _cryptoHash = require("./lib/crypto-hash");
60
60
  var _nodeHash = require("./lib/node-hash");
61
61
  var _digestUtils = require("./lib/utils/digest-utils");
62
- var VERSION = typeof "4.0.0-alpha.7" !== 'undefined' ? "4.0.0-alpha.7" : 'latest';
62
+ var VERSION = typeof "4.0.0-alpha.9" !== 'undefined' ? "4.0.0-alpha.9" : 'latest';
63
63
  var CryptoWorker = {
64
64
  id: 'crypto',
65
65
  name: 'CRC32, CRC32c and MD5 Hashes',
package/dist/esm/index.js CHANGED
@@ -5,7 +5,7 @@ export { SHA256Hash } from './lib/sha256-hash';
5
5
  export { CryptoHash } from './lib/crypto-hash';
6
6
  export { NodeHash } from './lib/node-hash';
7
7
  export { hexToBase64 as _hexToBase64, toHex as _toHex } from './lib/utils/digest-utils';
8
- const VERSION = typeof "4.0.0-alpha.7" !== 'undefined' ? "4.0.0-alpha.7" : 'latest';
8
+ const VERSION = typeof "4.0.0-alpha.9" !== 'undefined' ? "4.0.0-alpha.9" : 'latest';
9
9
  export const CryptoWorker = {
10
10
  id: 'crypto',
11
11
  name: 'CRC32, CRC32c and MD5 Hashes',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/crypto",
3
- "version": "4.0.0-alpha.7",
3
+ "version": "4.0.0-alpha.9",
4
4
  "description": "Cryptographic/hashing plugins for loaders.gl",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -34,8 +34,8 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@babel/runtime": "^7.3.1",
37
- "@loaders.gl/loader-utils": "4.0.0-alpha.7",
38
- "@loaders.gl/worker-utils": "4.0.0-alpha.7",
37
+ "@loaders.gl/loader-utils": "4.0.0-alpha.9",
38
+ "@loaders.gl/worker-utils": "4.0.0-alpha.9",
39
39
  "@types/crypto-js": "^4.0.2"
40
40
  },
41
41
  "devDependencies": {
@@ -45,5 +45,5 @@
45
45
  "crypto": false,
46
46
  "sse4_crc32": false
47
47
  },
48
- "gitHead": "afb59c4d8e5d8ebb9c28f111cb0c96c5527d0ffd"
48
+ "gitHead": "03ff81ab468f20f3bddeec787aa88d477a7e1c72"
49
49
  }