@novasamatech/statement-store 0.7.2 → 0.7.4-0
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/crypto.d.ts +1 -1
- package/package.json +4 -4
package/dist/crypto.d.ts
CHANGED
|
@@ -8,5 +8,5 @@ export declare function khash(secret: Uint8Array, message: Uint8Array): Uint8Arr
|
|
|
8
8
|
export declare function createSr25519Secret(entropy: Uint8Array, derivation?: string): Uint8Array<ArrayBufferLike>;
|
|
9
9
|
export declare function createSr25519Derivation(secret: Uint8Array, derivation: string): Uint8Array<ArrayBufferLike>;
|
|
10
10
|
export declare function deriveSr25519PublicKey(secret: Uint8Array): Uint8Array;
|
|
11
|
-
export declare function signWithSr25519Secret(secret: Uint8Array, message: Uint8Array): Uint8Array<ArrayBufferLike>;
|
|
11
|
+
export declare function signWithSr25519Secret(secret: Uint8Array, message: Uint8Array): Uint8Array<ArrayBufferLike> & Uint8Array<ArrayBuffer>;
|
|
12
12
|
export declare function verifySr25519Signature(message: Uint8Array, signature: Uint8Array, publicKey: Uint8Array): boolean;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@novasamatech/statement-store",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.4-0",
|
|
5
5
|
"description": "Statement store integration",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
"README.md"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@novasamatech/scale": "0.7.
|
|
28
|
+
"@novasamatech/scale": "0.7.4-0",
|
|
29
29
|
"@novasamatech/sdk-statement": "^0.6.0",
|
|
30
30
|
"@polkadot-api/substrate-bindings": "^0.20.1",
|
|
31
31
|
"@polkadot-api/substrate-client": "^0.7.0",
|
|
32
|
-
"@polkadot-labs/hdkd-helpers": "^0.0.
|
|
32
|
+
"@polkadot-labs/hdkd-helpers": "^0.0.30",
|
|
33
33
|
"@noble/hashes": "2.2.0",
|
|
34
34
|
"@noble/ciphers": "2.2.0",
|
|
35
|
-
"@scure/sr25519": "
|
|
35
|
+
"@scure/sr25519": "2.2.0",
|
|
36
36
|
"polkadot-api": ">=2",
|
|
37
37
|
"nanoid": "5.1.9",
|
|
38
38
|
"neverthrow": "^8.2.0",
|