@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.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). enabled:false until Step-8 live-verify of the Bearer.
1125
- enabled: false,
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",