vercel 41.4.0 → 41.4.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 +8 -8
  2. package/package.json +10 -10
package/dist/index.js CHANGED
@@ -46200,7 +46200,7 @@ var require_package = __commonJS2({
46200
46200
  "../client/package.json"(exports2, module2) {
46201
46201
  module2.exports = {
46202
46202
  name: "@vercel/client",
46203
- version: "15.1.5",
46203
+ version: "15.1.6",
46204
46204
  main: "dist/index.js",
46205
46205
  typings: "dist/index.d.ts",
46206
46206
  homepage: "https://vercel.com",
@@ -46239,7 +46239,7 @@ var require_package = __commonJS2({
46239
46239
  typescript: "4.9.5"
46240
46240
  },
46241
46241
  dependencies: {
46242
- "@vercel/build-utils": "10.5.0",
46242
+ "@vercel/build-utils": "10.5.1",
46243
46243
  "@vercel/error-utils": "2.0.3",
46244
46244
  "@vercel/routing-utils": "5.0.4",
46245
46245
  "async-retry": "1.2.3",
@@ -101726,10 +101726,10 @@ var require_detect_builders = __commonJS2({
101726
101726
  message: "Functions must have a duration between 1 and 900."
101727
101727
  };
101728
101728
  }
101729
- if (func.memory !== void 0 && (func.memory < 128 || func.memory > 3009)) {
101729
+ if (func.memory !== void 0 && (func.memory < 128 || func.memory > 10240)) {
101730
101730
  return {
101731
101731
  code: "invalid_function_memory",
101732
- message: "Functions must have a memory value between 128 and 3009"
101732
+ message: "Functions must have a memory value between 128 and 10240"
101733
101733
  };
101734
101734
  }
101735
101735
  if (path11.startsWith("/")) {
@@ -162956,7 +162956,7 @@ function formatEnvironment(orgSlug, projectSlug, environment) {
162956
162956
  );
162957
162957
  return output_manager_default.link(
162958
162958
  boldName,
162959
- `${projectUrl}/settings/environments/${environment.id}`,
162959
+ `${projectUrl}/settings/environments/${environment.slug}`,
162960
162960
  { fallback: () => boldName, color: false }
162961
162961
  );
162962
162962
  }
@@ -170413,9 +170413,9 @@ function formatBranchMatcher(branchMatcher) {
170413
170413
  if (branchMatcher?.type === "equals") {
170414
170414
  return branchMatcher.pattern;
170415
170415
  } else if (branchMatcher?.type === "startsWith") {
170416
- return `${branchMatcher.pattern}*`;
170416
+ return `${branchMatcher.pattern}${import_chalk113.default.dim("*")}`;
170417
170417
  } else if (branchMatcher?.type === "endsWith") {
170418
- return `*${branchMatcher.pattern}`;
170418
+ return `${import_chalk113.default.dim("*")}${branchMatcher.pattern}`;
170419
170419
  }
170420
170420
  return import_chalk113.default.dim("No branch configuration");
170421
170421
  }
@@ -172001,7 +172001,7 @@ init_errors_ts();
172001
172001
  init_errors_ts();
172002
172002
 
172003
172003
  // src/util/constants.ts
172004
- var SENTRY_DSN = void 0;
172004
+ var SENTRY_DSN = "https://26a24e59ba954011919a524b341b6ab5@sentry.io/1323225";
172005
172005
 
172006
172006
  // src/index.ts
172007
172007
  init_get_update_command();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel",
3
- "version": "41.4.0",
3
+ "version": "41.4.1",
4
4
  "preferGlobal": true,
5
5
  "license": "Apache-2.0",
6
6
  "description": "The command-line interface for Vercel",
@@ -21,17 +21,17 @@
21
21
  "node": ">= 18"
22
22
  },
23
23
  "dependencies": {
24
- "@vercel/build-utils": "10.5.0",
24
+ "@vercel/build-utils": "10.5.1",
25
25
  "@vercel/fun": "1.1.5",
26
26
  "@vercel/go": "3.2.1",
27
27
  "@vercel/hydrogen": "1.2.0",
28
- "@vercel/next": "4.7.3",
29
- "@vercel/node": "5.1.13",
28
+ "@vercel/next": "4.7.4",
29
+ "@vercel/node": "5.1.14",
30
30
  "@vercel/python": "4.7.1",
31
31
  "@vercel/redwood": "2.3.0",
32
- "@vercel/remix-builder": "5.4.2",
32
+ "@vercel/remix-builder": "5.4.3",
33
33
  "@vercel/ruby": "2.2.0",
34
- "@vercel/static-build": "2.7.5",
34
+ "@vercel/static-build": "2.7.6",
35
35
  "chokidar": "4.0.0",
36
36
  "jose": "5.9.6"
37
37
  },
@@ -78,10 +78,10 @@
78
78
  "@types/which": "3.0.0",
79
79
  "@types/write-json-file": "2.2.1",
80
80
  "@types/yauzl-promise": "2.1.0",
81
- "@vercel/client": "15.1.5",
81
+ "@vercel/client": "15.1.6",
82
82
  "@vercel/error-utils": "2.0.3",
83
83
  "@vercel/frameworks": "3.6.2",
84
- "@vercel/fs-detectors": "5.3.9",
84
+ "@vercel/fs-detectors": "5.3.10",
85
85
  "@vercel/routing-utils": "5.0.4",
86
86
  "@vitest/expect": "2.1.3",
87
87
  "ajv": "6.12.3",
@@ -161,9 +161,9 @@
161
161
  "write-json-file": "2.2.0",
162
162
  "xdg-app-paths": "5.1.0",
163
163
  "yauzl-promise": "2.1.3",
164
- "@vercel-internals/constants": "1.0.4",
165
164
  "@vercel-internals/get-package-json": "1.0.0",
166
- "@vercel-internals/types": "3.0.6"
165
+ "@vercel-internals/types": "3.0.6",
166
+ "@vercel-internals/constants": "1.0.4"
167
167
  },
168
168
  "scripts": {
169
169
  "test": "jest --reporters=default --reporters=jest-junit --env node --verbose --bail",