vercel 32.7.0 → 32.7.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 +4 -4
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -52621,8 +52621,8 @@ var GA_TRACKING_ID, SENTRY_DSN;
52621
52621
  var init_constants = __esm({
52622
52622
  "src/util/constants.ts"() {
52623
52623
  "use strict";
52624
- GA_TRACKING_ID = "UA-117491914-3";
52625
- SENTRY_DSN = "https://26a24e59ba954011919a524b341b6ab5@sentry.io/1323225";
52624
+ GA_TRACKING_ID = void 0;
52625
+ SENTRY_DSN = void 0;
52626
52626
  }
52627
52627
  });
52628
52628
 
@@ -194842,12 +194842,12 @@ async function list3(client2, argv2, args2, contextName) {
194842
194842
  }
194843
194843
  const start = Date.now();
194844
194844
  output2.spinner(`Fetching projects in ${import_chalk91.default.bold(contextName)}`);
194845
- let projectsUrl = "/v4/projects/?limit=20";
194845
+ const deprecated = argv2["--deprecated"] || false;
194846
+ let projectsUrl = `/v4/projects/?limit=${deprecated ? 40 : 20}`;
194846
194847
  const next = argv2["--next"] || false;
194847
194848
  if (next) {
194848
194849
  projectsUrl += `&until=${next}`;
194849
194850
  }
194850
- const deprecated = argv2["--deprecated"] || false;
194851
194851
  let {
194852
194852
  projects: projectList,
194853
194853
  pagination
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel",
3
- "version": "32.7.0",
3
+ "version": "32.7.1",
4
4
  "preferGlobal": true,
5
5
  "license": "Apache-2.0",
6
6
  "description": "The command-line interface for Vercel",
@@ -29,7 +29,7 @@
29
29
  "@vercel/node": "3.0.12",
30
30
  "@vercel/python": "4.1.0",
31
31
  "@vercel/redwood": "2.0.5",
32
- "@vercel/remix-builder": "2.0.13",
32
+ "@vercel/remix-builder": "2.0.14",
33
33
  "@vercel/ruby": "2.0.4",
34
34
  "@vercel/static-build": "2.0.14",
35
35
  "chokidar": "3.3.1"