@standardagents/builder 0.20.1 → 0.21.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.
- package/dist/built-in-routes.js +190 -1
- package/dist/built-in-routes.js.map +1 -1
- package/dist/{index-Bug9ATQX.d.ts → index-CpuS9hHJ.d.ts} +12 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.js +210 -2
- package/dist/index.js.map +1 -1
- package/dist/plugin.js +1 -0
- package/dist/plugin.js.map +1 -1
- package/dist/runtime.d.ts +73 -3
- package/dist/runtime.js +209 -2
- package/dist/runtime.js.map +1 -1
- package/dist/test.d.ts +1 -1
- package/package.json +4 -4
package/dist/plugin.js
CHANGED
|
@@ -7206,6 +7206,7 @@ const PUBLIC_ROUTES = [
|
|
|
7206
7206
|
'/api/auth/bootstrap',
|
|
7207
7207
|
'/api/auth/login',
|
|
7208
7208
|
'/api/auth/config',
|
|
7209
|
+
'/api/auth/platform-cleanup',
|
|
7209
7210
|
'/api/auth/platform-replica',
|
|
7210
7211
|
'/api/auth/sa/start', // Login with Standard Agents (OAuth) \u2014 unauthenticated entry
|
|
7211
7212
|
'/api/auth/sa/callback', // OAuth callback (sets the session cookie)
|