nodpay 0.2.13 → 0.2.14

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.
Files changed (2) hide show
  1. package/SKILL.md +2 -0
  2. package/package.json +1 -1
package/SKILL.md CHANGED
@@ -7,6 +7,8 @@ description: Propose on-chain payments from a shared wallet. Use when user asks
7
7
 
8
8
  > Two minds, one wallet.
9
9
 
10
+ A shared crypto wallet for humans and AI agents. Built on Safe's battle-tested multisig and ERC-4337 account abstraction — supports passkey and EOA signers out of the box. Friendly to both crypto-native and first-time users.
11
+
10
12
  You propose payments, your human approves with one tap. 2-of-3 multisig — you cannot spend alone.
11
13
 
12
14
  ## Trust Model
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodpay",
3
- "version": "0.2.13",
3
+ "version": "0.2.14",
4
4
  "description": "NodPay CLI — propose on-chain payments from agent-human shared wallets",
5
5
  "type": "module",
6
6
  "bin": {