@quentinadam/hash 0.1.3 → 0.1.4

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.
@@ -1,4 +1,4 @@
1
- import ensure from '@quentinadam/require';
1
+ import ensure from '@quentinadam/ensure';
2
2
  import Uint8ArrayExtension from '@quentinadam/uint8array-extension';
3
3
  import concat from "./concat.js";
4
4
  export default function generateHmac(hash, blockSize) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quentinadam/hash",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "A simple hash library that wraps npm:@noble/hashes",
5
5
  "license": "MIT",
6
6
  "author": "Quentin Adam",
@@ -36,7 +36,7 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@noble/hashes": "^1.8.0",
39
- "@quentinadam/require": "^0.1.4",
40
- "@quentinadam/uint8array-extension": "^0.1.5"
39
+ "@quentinadam/ensure": "^0.1.0",
40
+ "@quentinadam/uint8array-extension": "^0.1.6"
41
41
  }
42
42
  }