@xyo-network/payment-payload-plugins 6.0.2 → 6.1.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/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[![logo][]](https://xyo.network)
|
|
2
|
+
|
|
1
3
|
# @xyo-network/payment-payload-plugins
|
|
2
4
|
|
|
3
5
|
[![npm][npm-badge]][npm-link]
|
|
@@ -36,9 +38,12 @@ bun add {{name}}
|
|
|
36
38
|
|
|
37
39
|
See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
|
|
38
40
|
|
|
41
|
+
## Credits
|
|
39
42
|
|
|
43
|
+
[Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
|
|
40
44
|
|
|
41
45
|
[npm-badge]: https://img.shields.io/npm/v/@xyo-network/payment-payload-plugins.svg
|
|
42
46
|
[npm-link]: https://www.npmjs.com/package/@xyo-network/payment-payload-plugins
|
|
43
47
|
[license-badge]: https://img.shields.io/npm/l/@xyo-network/payment-payload-plugins.svg
|
|
44
48
|
[license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
|
|
49
|
+
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
|
@@ -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.1.0",
|
|
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.1.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -41,20 +41,18 @@
|
|
|
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": "
|
|
52
|
-
"@xyo-network/sdk-js": "^6.0
|
|
53
|
-
"@xyo-network/sdk-protocol-js": "~6.
|
|
44
|
+
"@xylabs/crypto": "^6.1.0",
|
|
45
|
+
"@xylabs/geo": "^6.1.0",
|
|
46
|
+
"@xylabs/sdk-js": "^6.1.0",
|
|
47
|
+
"@xylabs/threads": "^6.1.0",
|
|
48
|
+
"@xylabs/toolchain": "~8.1.20",
|
|
49
|
+
"@xylabs/tsconfig": "~8.1.20",
|
|
50
|
+
"@xylabs/vitest-extended": "~6.1.0",
|
|
51
|
+
"@xyo-network/diviner-hash-lease": "^6.1.0",
|
|
52
|
+
"@xyo-network/sdk-js": "^6.1.0",
|
|
53
|
+
"@xyo-network/sdk-protocol-js": "~6.1",
|
|
54
54
|
"ajv": "^8.20.0",
|
|
55
55
|
"async-mutex": "^0.5.0",
|
|
56
|
-
"bn.js": "^5.2.3",
|
|
57
|
-
"buffer": "^6.0.3",
|
|
58
56
|
"crypto-js": "~4.2.0",
|
|
59
57
|
"debug": "~4.4.3",
|
|
60
58
|
"eslint": "^10.4.1",
|
|
@@ -63,10 +61,9 @@
|
|
|
63
61
|
"idb": "^8.0.3",
|
|
64
62
|
"lru-cache": "^11.5.1",
|
|
65
63
|
"observable-fns": "~0.6.1",
|
|
66
|
-
"pako": "~2.1.0",
|
|
67
64
|
"typescript": "~6.0.3",
|
|
68
65
|
"vite": "^8.0.16",
|
|
69
|
-
"vitest": "
|
|
66
|
+
"vitest": "~4.1.8",
|
|
70
67
|
"webextension-polyfill": "^0.12.0",
|
|
71
68
|
"zod": "^4.4.3"
|
|
72
69
|
},
|
|
@@ -84,11 +81,9 @@
|
|
|
84
81
|
"@xylabs/threads": "^6.0",
|
|
85
82
|
"@xyo-network/diviner-hash-lease": "^6.0",
|
|
86
83
|
"@xyo-network/sdk-js": "^6.0",
|
|
87
|
-
"@xyo-network/sdk-protocol-js": "
|
|
84
|
+
"@xyo-network/sdk-protocol-js": "^6.1",
|
|
88
85
|
"ajv": "^8.20",
|
|
89
86
|
"async-mutex": "^0.5",
|
|
90
|
-
"bn.js": "^5.2",
|
|
91
|
-
"buffer": "^6.0",
|
|
92
87
|
"crypto-js": "~4.2",
|
|
93
88
|
"debug": "~4.4",
|
|
94
89
|
"ethers": "^6.16",
|
|
@@ -96,10 +91,12 @@
|
|
|
96
91
|
"idb": "^8.0",
|
|
97
92
|
"lru-cache": "^11.3",
|
|
98
93
|
"observable-fns": "~0.6",
|
|
99
|
-
"pako": "~2.1",
|
|
100
94
|
"webextension-polyfill": "^0.12",
|
|
101
95
|
"zod": "^4.4"
|
|
102
96
|
},
|
|
97
|
+
"engines": {
|
|
98
|
+
"node": "^24"
|
|
99
|
+
},
|
|
103
100
|
"publishConfig": {
|
|
104
101
|
"access": "public"
|
|
105
102
|
}
|