@vercel/build-utils 8.3.6 → 8.3.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.
package/dist/types.d.ts CHANGED
@@ -236,6 +236,7 @@ export declare namespace PackageJson {
236
236
  interface Engines {
237
237
  node?: string;
238
238
  npm?: string;
239
+ pnpm?: string;
239
240
  }
240
241
  interface PublishConfig {
241
242
  registry?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/build-utils",
3
- "version": "8.3.6",
3
+ "version": "8.3.8",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.js",