@netlify/build 29.59.2 → 30.0.0

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.
@@ -13,10 +13,10 @@ export function getUtils({ event, constants: { FUNCTIONS_SRC, INTERNAL_FUNCTIONS
13
13
  cancelBuild: any;
14
14
  };
15
15
  cache: {
16
- save: (paths: any, optsA: any) => any;
17
- restore: (paths: any, optsA: any) => any;
18
- remove: (paths: any, optsA: any) => any;
19
- has: (paths: any, optsA: any) => any;
16
+ save: (paths: any, optsA: any) => Promise<any>;
17
+ restore: (paths: any, optsA: any) => Promise<any>;
18
+ remove: (paths: any, optsA: any) => Promise<any>;
19
+ has: (paths: any, optsA: any) => Promise<any>;
20
20
  list: (optsA: any) => Promise<string[]>;
21
21
  getCacheDir: (optsA: any) => string;
22
22
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/build",
3
- "version": "29.59.2",
3
+ "version": "30.0.0",
4
4
  "description": "Netlify build module",
5
5
  "type": "module",
6
6
  "exports": "./lib/index.js",
@@ -69,15 +69,15 @@
69
69
  "@bugsnag/js": "^7.0.0",
70
70
  "@netlify/blobs": "^7.4.0",
71
71
  "@netlify/cache-utils": "^5.2.0",
72
- "@netlify/config": "^20.22.0",
72
+ "@netlify/config": "^21.0.0",
73
73
  "@netlify/edge-bundler": "12.3.2",
74
74
  "@netlify/framework-info": "^9.9.1",
75
- "@netlify/functions-utils": "^5.3.8",
75
+ "@netlify/functions-utils": "^5.3.9",
76
76
  "@netlify/git-utils": "^5.2.0",
77
77
  "@netlify/opentelemetry-utils": "^1.3.0",
78
78
  "@netlify/plugins-list": "^6.80.0",
79
79
  "@netlify/run-utils": "^5.2.0",
80
- "@netlify/zip-it-and-ship-it": "9.43.1",
80
+ "@netlify/zip-it-and-ship-it": "10.0.0",
81
81
  "@sindresorhus/slugify": "^2.0.0",
82
82
  "ansi-escapes": "^6.0.0",
83
83
  "chalk": "^5.0.0",
@@ -126,7 +126,7 @@
126
126
  "yargs": "^17.6.0"
127
127
  },
128
128
  "devDependencies": {
129
- "@netlify/nock-udp": "^3.2.0",
129
+ "@netlify/nock-udp": "^4.0.0",
130
130
  "@opentelemetry/api": "~1.8.0",
131
131
  "@opentelemetry/sdk-trace-base": "~1.24.0",
132
132
  "@types/node": "^14.18.53",
@@ -164,5 +164,5 @@
164
164
  "engines": {
165
165
  "node": "^14.16.0 || >=16.0.0"
166
166
  },
167
- "gitHead": "2aa50a6351ea1b536139cbff44027e9e2d3afd92"
167
+ "gitHead": "65206cf82369d2e0412c707c763590690cc1819a"
168
168
  }