vercel 41.1.0 → 41.1.2

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 -5
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -46157,7 +46157,7 @@ var require_package = __commonJS2({
46157
46157
  "../client/package.json"(exports2, module2) {
46158
46158
  module2.exports = {
46159
46159
  name: "@vercel/client",
46160
- version: "15.0.4",
46160
+ version: "15.0.6",
46161
46161
  main: "dist/index.js",
46162
46162
  typings: "dist/index.d.ts",
46163
46163
  homepage: "https://vercel.com",
@@ -46196,7 +46196,7 @@ var require_package = __commonJS2({
46196
46196
  typescript: "4.9.5"
46197
46197
  },
46198
46198
  dependencies: {
46199
- "@vercel/build-utils": "9.3.0",
46199
+ "@vercel/build-utils": "10.0.0",
46200
46200
  "@vercel/error-utils": "2.0.3",
46201
46201
  "@vercel/routing-utils": "5.0.4",
46202
46202
  "async-retry": "1.2.3",
@@ -133926,7 +133926,6 @@ async function doBuild(client2, project, buildsJson, cwd, outputDir, span) {
133926
133926
  const builderSpan = span.child("vc.builder", {
133927
133927
  name: builderPkg.name
133928
133928
  });
133929
- const buildSpan = builderSpan.child(import_build_utils13.BUILDER_COMPILE_STEP);
133930
133929
  const buildOptions = {
133931
133930
  files: filesMap,
133932
133931
  entrypoint: build2.src,
@@ -133934,14 +133933,14 @@ async function doBuild(client2, project, buildsJson, cwd, outputDir, span) {
133934
133933
  repoRootPath,
133935
133934
  config: buildConfig,
133936
133935
  meta,
133937
- span: buildSpan
133936
+ span: builderSpan
133938
133937
  };
133939
133938
  output_manager_default.debug(
133940
133939
  `Building entrypoint "${build2.src}" with "${builderPkg.name}"`
133941
133940
  );
133942
133941
  let buildResult;
133943
133942
  try {
133944
- buildResult = await buildSpan.trace(
133943
+ buildResult = await builderSpan.trace(
133945
133944
  () => builder.build(buildOptions)
133946
133945
  );
133947
133946
  if (buildConfig.zeroConfig && isFrontendBuilder && "output" in buildResult && !buildResult.routes) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel",
3
- "version": "41.1.0",
3
+ "version": "41.1.2",
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": "9.3.0",
24
+ "@vercel/build-utils": "10.0.0",
25
25
  "@vercel/fun": "1.1.4",
26
26
  "@vercel/go": "3.2.1",
27
27
  "@vercel/hydrogen": "1.1.0",
28
- "@vercel/next": "4.6.0",
29
- "@vercel/node": "5.1.3",
28
+ "@vercel/next": "4.6.1",
29
+ "@vercel/node": "5.1.5",
30
30
  "@vercel/python": "4.7.1",
31
31
  "@vercel/redwood": "2.2.0",
32
- "@vercel/remix-builder": "5.3.0",
32
+ "@vercel/remix-builder": "5.3.1",
33
33
  "@vercel/ruby": "2.2.0",
34
- "@vercel/static-build": "2.6.2",
34
+ "@vercel/static-build": "2.6.4",
35
35
  "chokidar": "4.0.0"
36
36
  },
37
37
  "devDependencies": {
@@ -80,7 +80,7 @@
80
80
  "@vercel-internals/constants": "1.0.4",
81
81
  "@vercel-internals/get-package-json": "1.0.0",
82
82
  "@vercel-internals/types": "3.0.6",
83
- "@vercel/client": "15.0.4",
83
+ "@vercel/client": "15.0.6",
84
84
  "@vercel/error-utils": "2.0.3",
85
85
  "@vercel/frameworks": "3.6.1",
86
86
  "@vercel/fs-detectors": "5.3.8",