vercel 44.2.8 → 44.2.10

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 +5 -4
  2. package/package.json +10 -10
package/dist/index.js CHANGED
@@ -46854,7 +46854,7 @@ var require_package = __commonJS2({
46854
46854
  "../client/package.json"(exports2, module2) {
46855
46855
  module2.exports = {
46856
46856
  name: "@vercel/client",
46857
- version: "15.3.6",
46857
+ version: "15.3.8",
46858
46858
  main: "dist/index.js",
46859
46859
  typings: "dist/index.d.ts",
46860
46860
  homepage: "https://vercel.com",
@@ -46893,10 +46893,10 @@ var require_package = __commonJS2({
46893
46893
  vitest: "2.0.1"
46894
46894
  },
46895
46895
  dependencies: {
46896
- "@vercel/build-utils": "10.6.1",
46896
+ "@vercel/build-utils": "10.6.3",
46897
46897
  "@vercel/error-utils": "2.0.3",
46898
46898
  "@vercel/microfrontends": "1.2.2",
46899
- "@vercel/routing-utils": "5.0.8",
46899
+ "@vercel/routing-utils": "5.1.0",
46900
46900
  "async-retry": "1.2.3",
46901
46901
  "async-sema": "3.0.0",
46902
46902
  "fs-extra": "8.0.1",
@@ -131593,7 +131593,6 @@ var require_schemas = __commonJS2({
131593
131593
  };
131594
131594
  var routesSchema2 = {
131595
131595
  type: "array",
131596
- maxItems: 2048,
131597
131596
  deprecated: true,
131598
131597
  description: "A list of routes objects used to rewrite paths to point towards other internal or external paths",
131599
131598
  example: [{ dest: "https://docs.example.com", src: "/docs" }],
@@ -143816,12 +143815,14 @@ async function writeLambda(repoRootPath, outputDir, lambda, path11, functionConf
143816
143815
  const architecture = functionConfiguration?.architecture ?? lambda.architecture;
143817
143816
  const memory = functionConfiguration?.memory ?? lambda.memory;
143818
143817
  const maxDuration = functionConfiguration?.maxDuration ?? lambda.maxDuration;
143818
+ const experimentalTriggers = functionConfiguration?.experimentalTriggers ?? lambda.experimentalTriggers;
143819
143819
  const config2 = {
143820
143820
  ...lambda,
143821
143821
  handler: (0, import_build_utils11.normalizePath)(lambda.handler),
143822
143822
  architecture,
143823
143823
  memory,
143824
143824
  maxDuration,
143825
+ experimentalTriggers,
143825
143826
  filePathMap,
143826
143827
  type: void 0,
143827
143828
  files: void 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel",
3
- "version": "44.2.8",
3
+ "version": "44.2.10",
4
4
  "preferGlobal": true,
5
5
  "license": "Apache-2.0",
6
6
  "description": "The command-line interface for Vercel",
@@ -22,17 +22,17 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@vercel/blob": "1.0.2",
25
- "@vercel/build-utils": "10.6.1",
25
+ "@vercel/build-utils": "10.6.3",
26
26
  "@vercel/fun": "1.1.6",
27
27
  "@vercel/go": "3.2.1",
28
28
  "@vercel/hydrogen": "1.2.2",
29
- "@vercel/next": "4.9.2",
30
- "@vercel/node": "5.3.0",
29
+ "@vercel/next": "4.9.4",
30
+ "@vercel/node": "5.3.2",
31
31
  "@vercel/python": "4.7.2",
32
32
  "@vercel/redwood": "2.3.3",
33
33
  "@vercel/remix-builder": "5.4.9",
34
34
  "@vercel/ruby": "2.2.0",
35
- "@vercel/static-build": "2.7.10",
35
+ "@vercel/static-build": "2.7.12",
36
36
  "chokidar": "4.0.0",
37
37
  "jose": "5.9.6"
38
38
  },
@@ -79,11 +79,11 @@
79
79
  "@types/which": "3.0.0",
80
80
  "@types/write-json-file": "2.2.1",
81
81
  "@types/yauzl-promise": "2.1.0",
82
- "@vercel/client": "15.3.6",
82
+ "@vercel/client": "15.3.8",
83
83
  "@vercel/error-utils": "2.0.3",
84
84
  "@vercel/frameworks": "3.7.0",
85
- "@vercel/fs-detectors": "5.4.5",
86
- "@vercel/routing-utils": "5.0.8",
85
+ "@vercel/fs-detectors": "5.4.6",
86
+ "@vercel/routing-utils": "5.1.0",
87
87
  "@vitest/expect": "2.1.3",
88
88
  "ajv": "6.12.3",
89
89
  "alpha-sort": "2.0.1",
@@ -163,8 +163,8 @@
163
163
  "xdg-app-paths": "5.1.0",
164
164
  "yauzl-promise": "2.1.3",
165
165
  "@vercel-internals/get-package-json": "1.0.0",
166
- "@vercel-internals/types": "3.0.6",
167
- "@vercel-internals/constants": "1.0.4"
166
+ "@vercel-internals/constants": "1.0.4",
167
+ "@vercel-internals/types": "3.0.6"
168
168
  },
169
169
  "scripts": {
170
170
  "test": "jest --reporters=default --reporters=jest-junit --env node --verbose --bail",