spl-pay-per-suite 1.1.1 → 1.1.2

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 (1) hide show
  1. package/package.json +29 -14
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "spl-pay-per-suite",
3
- "version": "1.1.1",
4
- "description": "SPL Pay Per Suite \u2014 on-spot quotes, Stripe (humans) + x402 agentic commerce (machines). Library, CLI, and MCP.",
3
+ "version": "1.1.2",
4
+ "description": "SPL Pay Per Suite on-spot quotes, Stripe (humans) + x402 agentic commerce (machines). Library, CLI, and MCP.",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",
7
7
  "exports": {
@@ -40,7 +40,13 @@
40
40
  "llms.txt",
41
41
  "solana",
42
42
  "base",
43
- "usdc"
43
+ "usdc",
44
+ "spl-codec",
45
+ "cddg",
46
+ "agent-platform",
47
+ "cuni",
48
+ "agent-rider",
49
+ "quikgater"
44
50
  ],
45
51
  "author": "Slid Phi Labs",
46
52
  "license": "SEE LICENSE IN LICENSE",
@@ -58,21 +64,30 @@
58
64
  "url": "https://www.slidphilabs.com/api/agent"
59
65
  },
60
66
  "agentic": {
67
+ "modules": {
68
+ "compression": [
69
+ "SPL Codec",
70
+ "CDDG:Split"
71
+ ],
72
+ "agent_platform": [
73
+ "CuNi",
74
+ "Agent^Rider",
75
+ "Quikgater"
76
+ ]
77
+ },
61
78
  "commerce": "x402",
62
79
  "discovery": "https://www.slidphilabs.com/api/agent",
63
80
  "catalog": "https://www.slidphilabs.com/api/x402-products",
64
- "agents_txt": "https://www.slidphilabs.com/agents.txt",
65
- "agents_json": "https://www.slidphilabs.com/agents.json",
81
+ "web_codec": "https://www.slidphilabs.com/api/web-codec",
82
+ "site": "https://www.slidphilabs.com",
66
83
  "llms_txt": "https://www.slidphilabs.com/llms.txt",
67
- "agent_card": "https://www.slidphilabs.com/.well-known/agent-card.json",
68
- "agentic_commerce": "https://www.slidphilabs.com/.well-known/agentic-commerce.json",
69
- "networks": [
70
- "solana-mainnet-beta",
71
- "eip155:8453"
72
- ],
73
- "payment_header": "X-PAYMENT",
74
- "one_liner": "Agent commerce: GET https://www.slidphilabs.com/api/agent then pay via x402 on Solana or Base mainnet (X-PAYMENT) on catalog POST.",
75
- "site": "https://www.slidphilabs.com"
84
+ "agents_json": "https://www.slidphilabs.com/agents.json",
85
+ "one_liner": "Modules: Compression (SPL Codec+CDDG) · Agent platform (CuNi+Rider+Quikgater). Commerce: GET https://www.slidphilabs.com/api/agent then x402 X-PAYMENT.",
86
+ "agent_platform": {
87
+ "cuni": "https://cuni-studio.fly.dev/",
88
+ "agent_rider": "https://agentrider.vercel.app/",
89
+ "quikgater": "https://github.com/ceedot-rock/quikgater"
90
+ }
76
91
  },
77
92
  "x402": {
78
93
  "discovery": "https://www.slidphilabs.com/api/agent",