@agentcash/router 1.7.0 → 1.8.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/README.md +2 -0
- package/dist/index.cjs +680 -379
- package/dist/index.d.cts +111 -114
- package/dist/index.d.ts +111 -114
- package/dist/index.js +678 -377
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -141,6 +141,8 @@ export const GET = router.openapi();
|
|
|
141
141
|
|
|
142
142
|
The barrel forces every route module to load before the discovery handler walks the registry — Next.js otherwise lazy-loads route files on first hit, and unloaded routes don't appear in the spec.
|
|
143
143
|
|
|
144
|
+
The `openapi.json` should be hosted at `GET <origin>/openapi.json`.
|
|
145
|
+
|
|
144
146
|
## Auth modes
|
|
145
147
|
|
|
146
148
|
| Method | Purpose |
|