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.
- package/dist/index.js +1 -1
- 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
|
}
|