xno-skills 1.3.4 → 1.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/cjs/version.d.ts +2 -2
- package/dist/cjs/version.js +1 -1
- package/dist/esm/.xno-mcp/requests.json +6 -6
- package/dist/esm/version.d.ts +2 -2
- package/dist/esm/version.js +1 -1
- package/package.json +1 -1
- package/skills/{check-balance → nano-check-balance}/SKILL.md +1 -1
- package/skills/{convert-units → nano-convert-units}/SKILL.md +1 -1
- package/skills/{create-wallet → nano-create-wallet}/SKILL.md +1 -1
- package/skills/{generate-qr → nano-generate-qr}/SKILL.md +1 -1
- package/skills/{mcp-wallet → nano-mcp-wallet}/SKILL.md +1 -1
- package/skills/{request-payment → nano-request-payment}/SKILL.md +1 -1
- package/skills/{return-funds → nano-return-funds}/SKILL.md +1 -1
- package/skills/{sign-message → nano-sign-message}/SKILL.md +1 -1
- package/skills/{validate-address → nano-validate-address}/SKILL.md +1 -1
- package/skills/{verify-message → nano-verify-message}/SKILL.md +1 -1
package/dist/cjs/version.d.ts
CHANGED
package/dist/cjs/version.js
CHANGED
|
@@ -5,7 +5,7 @@ exports.version = exports.pkg = void 0;
|
|
|
5
5
|
// Keep this in sync by running "npm run build" (prebuild hook).
|
|
6
6
|
exports.pkg = {
|
|
7
7
|
name: "xno-skills",
|
|
8
|
-
version: "1.
|
|
8
|
+
version: "1.4.0"
|
|
9
9
|
};
|
|
10
10
|
exports.version = exports.pkg.version;
|
|
11
11
|
//# sourceMappingURL=version.js.map
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"requests": [
|
|
3
3
|
{
|
|
4
|
-
"id": "
|
|
4
|
+
"id": "mofi5c6tddu5mz",
|
|
5
5
|
"owsWalletId": "A",
|
|
6
6
|
"accountIndex": 0,
|
|
7
7
|
"address": "nano_1link1111111111111111111111111111111111111111111111111111111",
|
|
8
8
|
"amountRaw": "10000000000000000000000000000",
|
|
9
9
|
"reason": "explicit wallet test",
|
|
10
10
|
"status": "pending",
|
|
11
|
-
"createdAt": "2026-04-26T08:
|
|
12
|
-
"updatedAt": "2026-04-26T08:
|
|
11
|
+
"createdAt": "2026-04-26T08:24:20.981Z",
|
|
12
|
+
"updatedAt": "2026-04-26T08:24:20.981Z",
|
|
13
13
|
"receivedBlocks": []
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
"id": "
|
|
16
|
+
"id": "mofi5c7yacpxf9",
|
|
17
17
|
"owsWalletId": "A",
|
|
18
18
|
"accountIndex": 0,
|
|
19
19
|
"address": "nano_1link1111111111111111111111111111111111111111111111111111111",
|
|
20
20
|
"amountRaw": "500000000000000000000000000000",
|
|
21
21
|
"reason": "status check test",
|
|
22
22
|
"status": "pending",
|
|
23
|
-
"createdAt": "2026-04-26T08:
|
|
24
|
-
"updatedAt": "2026-04-26T08:
|
|
23
|
+
"createdAt": "2026-04-26T08:24:21.022Z",
|
|
24
|
+
"updatedAt": "2026-04-26T08:24:21.022Z",
|
|
25
25
|
"receivedBlocks": []
|
|
26
26
|
}
|
|
27
27
|
]
|
package/dist/esm/version.d.ts
CHANGED
package/dist/esm/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: check-balance
|
|
2
|
+
name: nano-check-balance
|
|
3
3
|
description: "Check a Nano account's balance and pending amount. You can check YOUR wallet's balance (via wallet_balance/wallet_probe_balances) or any address (via rpc_account_balance)."
|
|
4
4
|
triggers:
|
|
5
5
|
- check balance
|