netlify-cli 17.18.1 → 17.19.1

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.
@@ -1 +1 @@
1
- {"version":3,"file":"run-build.d.ts","sourceRoot":"","sources":["../../src/utils/run-build.ts"],"names":[],"mappings":"AA+CA;;;;;;;;;GASG;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;EAmG3B,CAAA;AAED;;GAEG;AAEH,eAAO,MAAM,cAAc;;;;;;;;;EAAgE,CAAA;AAE3F;;GAEG;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;EAAkE,CAAA"}
1
+ {"version":3,"file":"run-build.d.ts","sourceRoot":"","sources":["../../src/utils/run-build.ts"],"names":[],"mappings":"AA+CA;;;;;;;;;GASG;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;EAoG3B,CAAA;AAED;;GAEG;AAEH,eAAO,MAAM,cAAc;;;;;;;;;EAAgE,CAAA;AAE3F;;GAEG;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;EAAkE,CAAA"}
@@ -48,13 +48,14 @@ const cleanInternalDirectory = async (basePath) => {
48
48
  */
49
49
  // @ts-expect-error TS(7031) FIXME: Binding element 'command' implicitly has an 'any' ... Remove this comment to see the full error message
50
50
  export const runNetlifyBuild = async ({ command, env = {}, options, settings, timeline = 'build' }) => {
51
- const { cachedConfig, site } = command.netlify;
51
+ const { apiOpts, cachedConfig, site } = command.netlify;
52
52
  const { default: buildSite, startDev } = await netlifyBuildPromise;
53
53
  const sharedOptions = {
54
54
  cachedConfig,
55
55
  configPath: cachedConfig.configPath,
56
56
  siteId: cachedConfig.siteInfo.id,
57
57
  token: cachedConfig.token,
58
+ apiHost: apiOpts.host,
58
59
  dry: options.dry,
59
60
  debug: options.debug,
60
61
  context: options.context,
@@ -26,9 +26,9 @@
26
26
  }
27
27
  },
28
28
  "node_modules/@types/node": {
29
- "version": "14.18.54",
30
- "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.54.tgz",
31
- "integrity": "sha512-uq7O52wvo2Lggsx1x21tKZgqkJpvwCseBBPtX/nKQfpVlEsLOb11zZ1CRsWUKvJF0+lzuA9jwvA7Pr2Wt7i3xw=="
29
+ "version": "14.18.63",
30
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.63.tgz",
31
+ "integrity": "sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ=="
32
32
  },
33
33
  "node_modules/is-promise": {
34
34
  "version": "4.0.0",
@@ -58,9 +58,9 @@
58
58
  }
59
59
  },
60
60
  "@types/node": {
61
- "version": "14.18.54",
62
- "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.54.tgz",
63
- "integrity": "sha512-uq7O52wvo2Lggsx1x21tKZgqkJpvwCseBBPtX/nKQfpVlEsLOb11zZ1CRsWUKvJF0+lzuA9jwvA7Pr2Wt7i3xw=="
61
+ "version": "14.18.63",
62
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.63.tgz",
63
+ "integrity": "sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ=="
64
64
  },
65
65
  "is-promise": {
66
66
  "version": "4.0.0",