@vercel/static-build 2.11.7 → 2.11.8

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 +13 -13
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -24707,8 +24707,8 @@ var require_auto_detect = __commonJS({
24707
24707
  warnings: [],
24708
24708
  errors: [
24709
24709
  {
24710
- code: "NO_EXPERIMENTAL_SERVICES_CONFIGURED",
24711
- message: "No services detected. Configure `experimentalServices` in vercel.json or ensure a framework exists at project root, frontend/, or apps/web/."
24710
+ code: "NO_SERVICES_CONFIGURED",
24711
+ message: "No services detected. Configure `services` in vercel.json or ensure a framework exists at project root, frontend/, or apps/web/."
24712
24712
  }
24713
24713
  ]
24714
24714
  };
@@ -28144,7 +28144,7 @@ var require_detect_render = __commonJS({
28144
28144
  if (frameworks2.length === 0) {
28145
28145
  warnings.push({
28146
28146
  code: "SERVICE_SKIPPED",
28147
- message: `Skipped Render service "${serviceName}": no framework detected. Configure it manually in experimentalServices.`
28147
+ message: `Skipped Render service "${serviceName}": no framework detected. Configure it manually in services.`
28148
28148
  });
28149
28149
  continue;
28150
28150
  }
@@ -28152,7 +28152,7 @@ var require_detect_render = __commonJS({
28152
28152
  const names = frameworks2.map((f) => f.name).join(", ");
28153
28153
  errors.push({
28154
28154
  code: "MULTIPLE_FRAMEWORKS_SERVICE",
28155
- message: `Multiple frameworks detected for Render service "${serviceName}": ${names}. Use explicit experimentalServices config.`,
28155
+ message: `Multiple frameworks detected for Render service "${serviceName}": ${names}. Use explicit services config.`,
28156
28156
  serviceName
28157
28157
  });
28158
28158
  continue;
@@ -28320,7 +28320,7 @@ var require_detect_procfile = __commonJS({
28320
28320
  errors: [
28321
28321
  {
28322
28322
  code: "MULTIPLE_FRAMEWORKS_SERVICE",
28323
- message: `Multiple frameworks detected: ${names}. Use explicit experimentalServices config.`
28323
+ message: `Multiple frameworks detected: ${names}. Use explicit services config.`
28324
28324
  }
28325
28325
  ],
28326
28326
  warnings
@@ -28358,7 +28358,7 @@ var require_detect_procfile = __commonJS({
28358
28358
  if (!detectedFramework && !entrypoint) {
28359
28359
  warnings.push({
28360
28360
  code: "SERVICE_SKIPPED",
28361
- message: `Skipped Procfile process "${processType}": no framework detected and could not infer entrypoint from command "${command}". Configure it manually in experimentalServices.`
28361
+ message: `Skipped Procfile process "${processType}": no framework detected and could not infer entrypoint from command "${command}". Configure it manually in services.`
28362
28362
  });
28363
28363
  continue;
28364
28364
  }
@@ -28664,8 +28664,8 @@ var require_detect_services = __commonJS({
28664
28664
  rewrites: [],
28665
28665
  errors: [
28666
28666
  {
28667
- code: "NO_EXPERIMENTAL_SERVICES_CONFIGURED",
28668
- message: "No services configured. Add `experimentalServices` to vercel.json."
28667
+ code: "NO_SERVICES_CONFIGURED",
28668
+ message: "No services configured. Add `services` to vercel.json."
28669
28669
  }
28670
28670
  ],
28671
28671
  warnings: []
@@ -29142,8 +29142,8 @@ var require_get_services_builders = __commonJS({
29142
29142
  builders: null,
29143
29143
  errors: [
29144
29144
  {
29145
- code: "MISSING_EXPERIMENTAL_SERVICES",
29146
- message: 'Project framework is set to "services", but no services are declared. Add `experimentalServices` to vercel.json with at least one service, or change the project framework setting.'
29145
+ code: "MISSING_SERVICES",
29146
+ message: 'Project framework is set to "services", but no services are declared. Add `services` to vercel.json with at least one service, or change the project framework setting.'
29147
29147
  }
29148
29148
  ],
29149
29149
  warnings: [],
@@ -29204,8 +29204,8 @@ var require_get_services_builders = __commonJS({
29204
29204
  builders: null,
29205
29205
  errors: [
29206
29206
  {
29207
- code: "NO_EXPERIMENTAL_SERVICES_CONFIGURED",
29208
- message: "No services configured. Add `experimentalServices` to vercel.json."
29207
+ code: "NO_SERVICES_CONFIGURED",
29208
+ message: "No services configured. Add `services` to vercel.json."
29209
29209
  }
29210
29210
  ],
29211
29211
  warnings: warningResponses,
@@ -29249,7 +29249,7 @@ var require_get_services_builders = __commonJS({
29249
29249
  if (!serviceCoversApi) {
29250
29250
  warnings.push({
29251
29251
  code: "api_dir_ignored",
29252
- message: "The `api/` directory will not be built because `experimentalServices` is configured. To serve these files, declare them as a service in your `vercel.json`."
29252
+ message: "The `api/` directory will not be built because services are configured. To serve these files, declare them as a service in your `vercel.json`."
29253
29253
  });
29254
29254
  }
29255
29255
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/static-build",
3
- "version": "2.11.7",
3
+ "version": "2.11.8",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index",
6
6
  "homepage": "https://vercel.com/docs/build-step",
@@ -14,9 +14,9 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "ts-morph": "12.0.0",
17
- "@vercel/gatsby-plugin-vercel-analytics": "1.0.11",
18
- "@vercel/gatsby-plugin-vercel-builder": "2.2.27",
19
- "@vercel/static-config": "3.4.0"
17
+ "@vercel/gatsby-plugin-vercel-builder": "2.2.28",
18
+ "@vercel/static-config": "3.4.0",
19
+ "@vercel/gatsby-plugin-vercel-analytics": "1.0.11"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/aws-lambda": "8.10.64",
@@ -37,10 +37,10 @@
37
37
  "semver": "7.5.2",
38
38
  "tree-kill": "1.2.2",
39
39
  "vitest": "2.0.3",
40
- "@vercel/error-utils": "2.2.0",
41
- "@vercel/build-utils": "13.33.1",
40
+ "@vercel/build-utils": "13.34.0",
42
41
  "@vercel/frameworks": "3.30.7",
43
- "@vercel/fs-detectors": "6.13.1",
42
+ "@vercel/error-utils": "2.2.0",
43
+ "@vercel/fs-detectors": "6.13.2",
44
44
  "@vercel/routing-utils": "6.4.0"
45
45
  },
46
46
  "scripts": {