@talismn/crypto 0.1.4 → 0.1.5

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.
@@ -2,7 +2,7 @@ export declare const blake3: {
2
2
  (msg: import("@noble/hashes/utils").Input, opts?: Object | undefined): Uint8Array;
3
3
  outputLen: number;
4
4
  blockLen: number;
5
- create(opts: Object): import("@noble/hashes/utils").HashXOF<import("@noble/hashes/utils").HashXOF<import("@noble/hashes/utils").HashXOF<any>>>;
5
+ create(opts?: Object | undefined): import("@noble/hashes/utils").HashXOF<import("@noble/hashes/utils").HashXOF<import("@noble/hashes/utils").HashXOF<any>>>;
6
6
  };
7
7
  export declare const blake2b256: (msg: Uint8Array) => Uint8Array<ArrayBufferLike>;
8
8
  export declare const blake2b512: (msg: Uint8Array) => Uint8Array<ArrayBufferLike>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talismn/crypto",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "author": "Talisman",
5
5
  "homepage": "https://talisman.xyz",
6
6
  "license": "GPL-3.0-or-later",
@@ -22,10 +22,10 @@
22
22
  "node": ">=18"
23
23
  },
24
24
  "dependencies": {
25
- "@noble/curves": "1.8.1",
26
- "@noble/hashes": "1.7.1",
27
- "@scure/base": "1.2.4",
28
- "@scure/bip32": "1.6.2",
25
+ "@noble/curves": "1.9.2",
26
+ "@noble/hashes": "1.8.0",
27
+ "@scure/base": "1.2.6",
28
+ "@scure/bip32": "1.7.0",
29
29
  "@scure/bip39": "1.5.4",
30
30
  "bech32": "2.0.0",
31
31
  "bs58check": "4.0.0",
@@ -38,8 +38,8 @@
38
38
  "jest": "^29.7.0",
39
39
  "ts-jest": "^29.2.5",
40
40
  "typescript": "^5.6.3",
41
- "@talismn/eslint-config": "0.0.3",
42
- "@talismn/tsconfig": "0.0.2"
41
+ "@talismn/tsconfig": "0.0.2",
42
+ "@talismn/eslint-config": "0.0.3"
43
43
  },
44
44
  "preconstruct": {
45
45
  "entrypoints": [