@pincerpay/agent 0.1.0 → 0.1.1

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/README.md +5 -0
  2. package/package.json +13 -4
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # @pincerpay/agent
2
2
 
3
+ [![npm](https://img.shields.io/npm/v/@pincerpay/agent?style=flat-square)](https://www.npmjs.com/package/@pincerpay/agent)
4
+ [![downloads](https://img.shields.io/npm/dm/@pincerpay/agent?style=flat-square)](https://www.npmjs.com/package/@pincerpay/agent)
5
+ [![license](https://img.shields.io/npm/l/@pincerpay/agent?style=flat-square)](https://github.com/ds1/pincerpay/blob/master/LICENSE)
6
+ [![TypeScript](https://img.shields.io/badge/TypeScript-5.7-blue?style=flat-square&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
7
+
3
8
  Agent SDK for AI agents to pay for APIs using on-chain USDC via the x402 protocol.
4
9
 
5
10
  > **ESM Required:** Your project must have `"type": "module"` in package.json. This package is ESM-only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pincerpay/agent",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "description": "Agent SDK for PincerPay. Drop-in fetch wrapper that handles x402 payment flows automatically.",
6
6
  "license": "MIT",
@@ -25,7 +25,16 @@
25
25
  "solana",
26
26
  "agent-sdk",
27
27
  "payment-gateway",
28
- "stablecoin"
28
+ "stablecoin",
29
+ "typescript",
30
+ "web3",
31
+ "crypto",
32
+ "on-chain",
33
+ "http-402",
34
+ "fetch-wrapper",
35
+ "autonomous",
36
+ "spending-policy",
37
+ "agentic"
29
38
  ],
30
39
  "files": [
31
40
  "dist",
@@ -48,8 +57,8 @@
48
57
  "@x402/svm": "^2.3.0",
49
58
  "viem": "^2",
50
59
  "zod": "^3.24",
51
- "@pincerpay/core": "0.1.0",
52
- "@pincerpay/solana": "0.1.0"
60
+ "@pincerpay/core": "0.1.1",
61
+ "@pincerpay/solana": "0.1.1"
53
62
  },
54
63
  "devDependencies": {
55
64
  "@scure/base": "^1.2.6",