@netlify/build 35.8.3 → 35.8.5

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.
@@ -39,7 +39,6 @@ const coreStep = async function ({ logs, deployId, buildDir, packagePath, consta
39
39
  systemLog(`Uploading ${blobsToUpload.length} blobs to deploy store...`);
40
40
  try {
41
41
  await pMap(blobsToUpload, async ({ key, contentPath, metadataPath }) => {
42
- systemLog(`Uploading blob ${key}`);
43
42
  const { data, metadata } = await getFileWithMetadata(key, contentPath, metadataPath);
44
43
  await blobStore.set(key, new Blob([data]), { metadata });
45
44
  }, { concurrency: 10 });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/build",
3
- "version": "35.8.3",
3
+ "version": "35.8.5",
4
4
  "description": "Netlify build module",
5
5
  "type": "module",
6
6
  "exports": "./lib/index.js",
@@ -68,15 +68,15 @@
68
68
  "dependencies": {
69
69
  "@bugsnag/js": "^8.0.0",
70
70
  "@netlify/blobs": "^10.4.4",
71
- "@netlify/cache-utils": "^6.0.4",
72
- "@netlify/config": "^24.4.1",
73
- "@netlify/edge-bundler": "14.9.11",
74
- "@netlify/functions-utils": "^6.2.23",
75
- "@netlify/git-utils": "^6.0.3",
76
- "@netlify/opentelemetry-utils": "^2.0.1",
71
+ "@netlify/cache-utils": "^6.0.5",
72
+ "@netlify/config": "^24.4.3",
73
+ "@netlify/edge-bundler": "14.9.12",
74
+ "@netlify/functions-utils": "^6.2.24",
75
+ "@netlify/git-utils": "^6.0.4",
76
+ "@netlify/opentelemetry-utils": "^2.0.2",
77
77
  "@netlify/plugins-list": "^6.81.3",
78
- "@netlify/run-utils": "^6.0.2",
79
- "@netlify/zip-it-and-ship-it": "14.4.0",
78
+ "@netlify/run-utils": "^6.0.3",
79
+ "@netlify/zip-it-and-ship-it": "14.4.1",
80
80
  "@sindresorhus/slugify": "^2.0.0",
81
81
  "ansi-escapes": "^7.0.0",
82
82
  "ansis": "^4.1.0",
@@ -119,7 +119,7 @@
119
119
  "zod": "^3.25.76"
120
120
  },
121
121
  "devDependencies": {
122
- "@netlify/nock-udp": "^5.0.1",
122
+ "@netlify/nock-udp": "^5.0.2",
123
123
  "@opentelemetry/api": "~1.8.0",
124
124
  "@opentelemetry/sdk-trace-base": "~1.24.0",
125
125
  "@types/node": "^18.19.111",
@@ -152,5 +152,5 @@
152
152
  "engines": {
153
153
  "node": ">=18.14.0"
154
154
  },
155
- "gitHead": "16f1f4db9008cca184d7113f9c55aefcf1b8239f"
155
+ "gitHead": "047f4ed6f320efe5ce93230e13e128784c5cafd0"
156
156
  }