netlify-cli 17.19.0 → 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",
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
- "version": "17.19.0",
3
+ "version": "17.19.1",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify-cli",
9
- "version": "17.19.0",
9
+ "version": "17.19.1",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
13
  "@bugsnag/js": "7.20.2",
14
14
  "@fastify/static": "6.10.2",
15
- "@netlify/blobs": "7.0.0",
15
+ "@netlify/blobs": "7.0.1",
16
16
  "@netlify/build": "29.36.1",
17
17
  "@netlify/build-info": "7.13.0",
18
18
  "@netlify/config": "20.12.1",
@@ -1109,9 +1109,9 @@
1109
1109
  "integrity": "sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw=="
1110
1110
  },
1111
1111
  "node_modules/@netlify/blobs": {
1112
- "version": "7.0.0",
1113
- "resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-7.0.0.tgz",
1114
- "integrity": "sha512-JHYlZzF7LNRSZv8vDoChpEtrfe/P9m+GoWkllWsy6Pn68ZWRB2FcDdXjvqq3i9psbf3BLVEECmvxYbdYDhlIGQ==",
1112
+ "version": "7.0.1",
1113
+ "resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-7.0.1.tgz",
1114
+ "integrity": "sha512-TPx1QzdPcrtBLFXDsv+BOJg5ip/g4trKaot1MZIUV/uI6H0Islg3gU4AGuH5hAMZOr6VlRLWicFhGX7ihLz4eg==",
1115
1115
  "engines": {
1116
1116
  "node": "^14.16.0 || >=16.0.0"
1117
1117
  }
@@ -16411,9 +16411,9 @@
16411
16411
  "integrity": "sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw=="
16412
16412
  },
16413
16413
  "@netlify/blobs": {
16414
- "version": "7.0.0",
16415
- "resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-7.0.0.tgz",
16416
- "integrity": "sha512-JHYlZzF7LNRSZv8vDoChpEtrfe/P9m+GoWkllWsy6Pn68ZWRB2FcDdXjvqq3i9psbf3BLVEECmvxYbdYDhlIGQ=="
16414
+ "version": "7.0.1",
16415
+ "resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-7.0.1.tgz",
16416
+ "integrity": "sha512-TPx1QzdPcrtBLFXDsv+BOJg5ip/g4trKaot1MZIUV/uI6H0Islg3gU4AGuH5hAMZOr6VlRLWicFhGX7ihLz4eg=="
16417
16417
  },
16418
16418
  "@netlify/build": {
16419
16419
  "version": "29.36.1",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
3
  "description": "Netlify command line tool",
4
- "version": "17.19.0",
4
+ "version": "17.19.1",
5
5
  "author": "Netlify Inc.",
6
6
  "type": "module",
7
7
  "engines": {
@@ -37,7 +37,7 @@
37
37
  "dependencies": {
38
38
  "@bugsnag/js": "7.20.2",
39
39
  "@fastify/static": "6.10.2",
40
- "@netlify/blobs": "7.0.0",
40
+ "@netlify/blobs": "7.0.1",
41
41
  "@netlify/build": "29.36.1",
42
42
  "@netlify/build-info": "7.13.0",
43
43
  "@netlify/config": "20.12.1",