vercel 37.2.0 → 37.2.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -148072,7 +148072,7 @@ async function add6(client2, args2) {
148072
148072
  async function fetchIntegration(client2, team, slug) {
148073
148073
  try {
148074
148074
  return await client2.fetch(
148075
- `/v1/integrations/integration/${slug}?teamSlug=${team.slug}&source=marketplace`,
148075
+ `/v1/integrations/integration/${slug}?teamSlug=${team.slug}&source=marketplace&public=1`,
148076
148076
  {
148077
148077
  json: true
148078
148078
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel",
3
- "version": "37.2.0",
3
+ "version": "37.2.1",
4
4
  "preferGlobal": true,
5
5
  "license": "Apache-2.0",
6
6
  "description": "The command-line interface for Vercel",