@codeam/shared 2.61.52 → 2.61.55
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1121,8 +1121,9 @@ var INTEGRATION_REGISTRY = {
|
|
|
1121
1121
|
// vercel.com/.well-known/oauth-authorization-server): authorize
|
|
1122
1122
|
// https://vercel.com/oauth/authorize, token
|
|
1123
1123
|
// https://vercel.com/api/login/oauth/token, PKCE S256, token-endpoint auth
|
|
1124
|
-
// 'none' (public).
|
|
1125
|
-
|
|
1124
|
+
// 'none' (public). LIVE — the headless Bearer against mcp.vercel.com was
|
|
1125
|
+
// verified (2026-07-27).
|
|
1126
|
+
enabled: true,
|
|
1126
1127
|
auth: {
|
|
1127
1128
|
kind: "oauth_redirect",
|
|
1128
1129
|
scopes: ["openid", "offline_access"]
|
|
@@ -1430,7 +1431,6 @@ var UPCOMING_INTEGRATION_IDS = [
|
|
|
1430
1431
|
"clickup",
|
|
1431
1432
|
"figma",
|
|
1432
1433
|
"trello",
|
|
1433
|
-
"vercel",
|
|
1434
1434
|
"supabase",
|
|
1435
1435
|
"asana",
|
|
1436
1436
|
"postman",
|