@agentcash/router 1.2.2 → 1.2.3

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/index.cjs CHANGED
@@ -2229,6 +2229,7 @@ function createOpenAPIHandler(registry, baseUrl, pricesKeys, discovery) {
2229
2229
  title: discovery.title,
2230
2230
  description: discovery.description,
2231
2231
  version: discovery.version,
2232
+ ...guidance !== void 0 && { "x-guidance": guidance },
2232
2233
  guidance,
2233
2234
  ...discovery.contact && { contact: discovery.contact }
2234
2235
  },
package/dist/index.js CHANGED
@@ -2190,6 +2190,7 @@ function createOpenAPIHandler(registry, baseUrl, pricesKeys, discovery) {
2190
2190
  title: discovery.title,
2191
2191
  description: discovery.description,
2192
2192
  version: discovery.version,
2193
+ ...guidance !== void 0 && { "x-guidance": guidance },
2193
2194
  guidance,
2194
2195
  ...discovery.contact && { contact: discovery.contact }
2195
2196
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentcash/router",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "Unified route builder for Next.js App Router APIs with x402, MPP, SIWX, and API key auth",
5
5
  "type": "module",
6
6
  "exports": {