@loaders.gl/crypto 4.1.2 → 4.1.3

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
@@ -842,7 +842,7 @@ var __exports__ = (() => {
842
842
  };
843
843
 
844
844
  // src/index.ts
845
- var VERSION = true ? "4.1.2" : "latest";
845
+ var VERSION = true ? "4.1.3" : "latest";
846
846
  var CryptoWorker = {
847
847
  id: "crypto",
848
848
  name: "CRC32, CRC32c and MD5 Hashes",
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- const VERSION = typeof "4.1.2" !== 'undefined' ? "4.1.2" : 'latest';
1
+ const VERSION = typeof "4.1.3" !== 'undefined' ? "4.1.3" : '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.2",
3
+ "version": "4.1.3",
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.2",
50
- "@loaders.gl/worker-utils": "4.1.2",
49
+ "@loaders.gl/loader-utils": "4.1.3",
50
+ "@loaders.gl/worker-utils": "4.1.3",
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": "ade6b732407c6db83e3ff166c09ef239028173cc"
60
+ "gitHead": "4313c1f68c25723ab3e906db5a6ac65c2e8ac7b6"
61
61
  }