@xyo-network/payment-payload-plugins 6.0.2 → 6.0.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.
|
@@ -11,7 +11,7 @@ export declare const createEscrowIntentWithSecret: (terms: EscrowTerms, secret:
|
|
|
11
11
|
schema: "network.xyo.boundwitness" & {
|
|
12
12
|
readonly __schema: true;
|
|
13
13
|
};
|
|
14
|
-
addresses: (import("@xyo-network/sdk-js").
|
|
14
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
15
15
|
readonly __hex: true;
|
|
16
16
|
} & {
|
|
17
17
|
readonly __address: true;
|
|
@@ -20,7 +20,7 @@ export declare const createEscrowIntentWithSecret: (terms: EscrowTerms, secret:
|
|
|
20
20
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
21
21
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
22
22
|
$signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
|
|
23
|
-
$destination?: import("@xyo-network/sdk-js").
|
|
23
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
24
24
|
readonly __hex: true;
|
|
25
25
|
} & {
|
|
26
26
|
readonly __address: true;
|
|
@@ -13,7 +13,7 @@ export declare const updateEscrowTermsWithSecret: (terms: EscrowTerms, escrowPar
|
|
|
13
13
|
schema: "network.xyo.boundwitness" & {
|
|
14
14
|
readonly __schema: true;
|
|
15
15
|
};
|
|
16
|
-
addresses: (import("@xyo-network/sdk-js").
|
|
16
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
17
17
|
readonly __hex: true;
|
|
18
18
|
} & {
|
|
19
19
|
readonly __address: true;
|
|
@@ -22,7 +22,7 @@ export declare const updateEscrowTermsWithSecret: (terms: EscrowTerms, escrowPar
|
|
|
22
22
|
payload_schemas: import("@xyo-network/sdk-js").BrandedSchema<string>[];
|
|
23
23
|
previous_hashes: (import("@xylabs/sdk-js").BrandedHash | null)[];
|
|
24
24
|
$signatures: (import("@xylabs/sdk-js").BrandedHex | null)[];
|
|
25
|
-
$destination?: import("@xyo-network/sdk-js").
|
|
25
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
26
26
|
readonly __hex: true;
|
|
27
27
|
} & {
|
|
28
28
|
readonly __address: true;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/payment-payload-plugins",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.3",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"README.md"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@xyo-network/xns-record-payload-plugins": "~6.0.
|
|
34
|
+
"@xyo-network/xns-record-payload-plugins": "~6.0.3"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
42
42
|
"@scure/base": "^2.2.0",
|
|
43
43
|
"@scure/bip39": "~2.2.0",
|
|
44
|
-
"@xylabs/crypto": "^6.0.
|
|
45
|
-
"@xylabs/geo": "^6.0.
|
|
46
|
-
"@xylabs/sdk-js": "^6.0.
|
|
47
|
-
"@xylabs/threads": "^6.0.
|
|
48
|
-
"@xylabs/toolchain": "~8.1.
|
|
49
|
-
"@xylabs/tsconfig": "~8.1.
|
|
50
|
-
"@xylabs/vitest-extended": "~6.0.
|
|
51
|
-
"@xyo-network/diviner-hash-lease": "~6.0.
|
|
52
|
-
"@xyo-network/sdk-js": "^6.0.
|
|
53
|
-
"@xyo-network/sdk-protocol-js": "~6.0.
|
|
44
|
+
"@xylabs/crypto": "^6.0.8",
|
|
45
|
+
"@xylabs/geo": "^6.0.8",
|
|
46
|
+
"@xylabs/sdk-js": "^6.0.8",
|
|
47
|
+
"@xylabs/threads": "^6.0.8",
|
|
48
|
+
"@xylabs/toolchain": "~8.1.16",
|
|
49
|
+
"@xylabs/tsconfig": "~8.1.16",
|
|
50
|
+
"@xylabs/vitest-extended": "~6.0.8",
|
|
51
|
+
"@xyo-network/diviner-hash-lease": "~6.0.4",
|
|
52
|
+
"@xyo-network/sdk-js": "^6.0.4",
|
|
53
|
+
"@xyo-network/sdk-protocol-js": "~6.0.9",
|
|
54
54
|
"ajv": "^8.20.0",
|
|
55
55
|
"async-mutex": "^0.5.0",
|
|
56
56
|
"bn.js": "^5.2.3",
|
|
@@ -63,7 +63,6 @@
|
|
|
63
63
|
"idb": "^8.0.3",
|
|
64
64
|
"lru-cache": "^11.5.1",
|
|
65
65
|
"observable-fns": "~0.6.1",
|
|
66
|
-
"pako": "~2.1.0",
|
|
67
66
|
"typescript": "~6.0.3",
|
|
68
67
|
"vite": "^8.0.16",
|
|
69
68
|
"vitest": "^4.1.8",
|
|
@@ -96,7 +95,6 @@
|
|
|
96
95
|
"idb": "^8.0",
|
|
97
96
|
"lru-cache": "^11.3",
|
|
98
97
|
"observable-fns": "~0.6",
|
|
99
|
-
"pako": "~2.1",
|
|
100
98
|
"webextension-polyfill": "^0.12",
|
|
101
99
|
"zod": "^4.4"
|
|
102
100
|
},
|