@loaders.gl/crypto 4.1.0-alpha.4 → 4.1.0-alpha.6

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/dist.dev.js CHANGED
@@ -839,7 +839,7 @@ var __exports__ = (() => {
839
839
  };
840
840
 
841
841
  // src/index.ts
842
- var VERSION = true ? "4.1.0-alpha.4" : "latest";
842
+ var VERSION = true ? "4.1.0-alpha.6" : "latest";
843
843
  var CryptoWorker = {
844
844
  id: "crypto",
845
845
  name: "CRC32, CRC32c and MD5 Hashes",
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- const VERSION = typeof "4.1.0-alpha.4" !== 'undefined' ? "4.1.0-alpha.4" : 'latest';
1
+ const VERSION = typeof "4.1.0-alpha.6" !== 'undefined' ? "4.1.0-alpha.6" : 'latest';
2
2
  export { Hash } from "./lib/hash.js";
3
3
  export { CRC32Hash } from "./lib/crc32-hash.js";
4
4
  export { CRC32CHash } from "./lib/crc32c-hash.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/crypto",
3
- "version": "4.1.0-alpha.4",
3
+ "version": "4.1.0-alpha.6",
4
4
  "description": "Cryptographic/hashing plugins for loaders.gl",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -46,8 +46,8 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@babel/runtime": "^7.3.1",
49
- "@loaders.gl/loader-utils": "4.1.0-alpha.4",
50
- "@loaders.gl/worker-utils": "4.1.0-alpha.4",
49
+ "@loaders.gl/loader-utils": "4.1.0-alpha.6",
50
+ "@loaders.gl/worker-utils": "4.1.0-alpha.6",
51
51
  "@types/crypto-js": "^4.0.2"
52
52
  },
53
53
  "devDependencies": {
@@ -57,5 +57,5 @@
57
57
  "crypto": false,
58
58
  "sse4_crc32": false
59
59
  },
60
- "gitHead": "b18ba1d63be704fd021e4470e8ab84175621e62d"
60
+ "gitHead": "fd58d91e05ebfd89ab8998a87157bf07c43997a5"
61
61
  }