netlify-cli 17.21.0 → 17.21.2
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/commands/dev/dev.js +1 -1
- package/dist/commands/functions/functions-create.d.ts.map +1 -1
- package/dist/commands/functions/functions-create.js +0 -1
- package/dist/commands/functions/functions-invoke.d.ts.map +1 -1
- package/dist/commands/functions/functions-invoke.js +0 -1
- package/dist/commands/integration/deploy.d.ts.map +1 -1
- package/dist/commands/integration/deploy.js +0 -4
- package/dist/lib/geo-location.d.ts.map +1 -1
- package/dist/lib/geo-location.js +0 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/utils/detect-server-settings.js +1 -1
- package/dist/utils/live-tunnel.d.ts.map +1 -1
- package/dist/utils/live-tunnel.js +0 -1
- package/dist/utils/read-repo-url.d.ts.map +1 -1
- package/dist/utils/read-repo-url.js +0 -1
- package/dist/utils/sign-redirect.d.ts +1 -1
- package/dist/utils/sign-redirect.d.ts.map +1 -1
- package/dist/utils/sign-redirect.js +0 -1
- package/dist/utils/sites/utils.d.ts.map +1 -1
- package/dist/utils/sites/utils.js +0 -1
- package/dist/utils/telemetry/request.js +0 -1
- package/npm-shrinkwrap.json +117 -668
- package/package.json +8 -7
|
@@ -60,7 +60,7 @@ const DEFAULT_STATIC_PORT = 3999;
|
|
|
60
60
|
const getDefaultDist = (workingDir) => {
|
|
61
61
|
log(`${NETLIFYDEVWARN} Unable to determine public folder to serve files from. Using current working directory`);
|
|
62
62
|
log(`${NETLIFYDEVWARN} Setup a netlify.toml file with a [dev] section to specify your dev server settings.`);
|
|
63
|
-
log(`${NETLIFYDEVWARN} See docs at: https://
|
|
63
|
+
log(`${NETLIFYDEVWARN} See docs at: https://docs.netlify.com/cli/local-development/#project-detection`);
|
|
64
64
|
return workingDir;
|
|
65
65
|
};
|
|
66
66
|
const getStaticServerPort = async ({ devConfig }) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"live-tunnel.d.ts","sourceRoot":"","sources":["../../src/utils/live-tunnel.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"live-tunnel.d.ts","sourceRoot":"","sources":["../../src/utils/live-tunnel.ts"],"names":[],"mappings":"AA+FA,eAAO,MAAM,eAAe;;;;;kBAkC3B,CAAA;AAGD,eAAO,MAAM,iBAAiB,oCAqB7B,CAAA"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import process from 'process';
|
|
2
|
-
// @ts-expect-error TS(7016) FIXME: Could not find a declaration file for module 'node... Remove this comment to see the full error message
|
|
3
2
|
import fetch from 'node-fetch';
|
|
4
3
|
import pWaitFor from 'p-wait-for';
|
|
5
4
|
import { v4 as uuidv4 } from 'uuid';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"read-repo-url.d.ts","sourceRoot":"","sources":["../../src/utils/read-repo-url.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"read-repo-url.d.ts","sourceRoot":"","sources":["../../src/utils/read-repo-url.ts"],"names":[],"mappings":"AAOA;;;;GAIG;AAEH,eAAO,MAAM,WAAW,6BASvB,CAAA;AAkBD;;GAEG;AAEH,eAAO,MAAM,eAAe,gCAO3B,CAAA;AAGD,eAAO,MAAM,YAAY,oCASxB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sign-redirect.d.ts","sourceRoot":"","sources":["../../src/utils/sign-redirect.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"sign-redirect.d.ts","sourceRoot":"","sources":["../../src/utils/sign-redirect.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,YAAY;;;;;YAYxB,CAAA"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
// @ts-expect-error TS(7016) FIXME: Could not find a declaration file for module 'json... Remove this comment to see the full error message
|
|
2
1
|
import jwt from 'jsonwebtoken';
|
|
3
2
|
// https://docs.netlify.com/routing/redirects/rewrites-proxies/#signed-proxy-redirects
|
|
4
3
|
// @ts-expect-error TS(7031) FIXME: Binding element 'deployContext' implicitly has an ... Remove this comment to see the full error message
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/utils/sites/utils.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/utils/sites/utils.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,sBAAsB,8BAoBlC,CAAA;AAGD,eAAO,MAAM,gBAAgB;;;;;;;;;EAkB5B,CAAA;AAED,eAAO,MAAM,UAAU,iBAAwB,MAAM,WAAW,MAAM,YAAY,MAAM,iBAcvF,CAAA"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
// @ts-expect-error TS(7016) FIXME: Could not find a declaration file for module 'node... Remove this comment to see the full error message
|
|
2
1
|
import fetch from 'node-fetch';
|
|
3
2
|
// @ts-expect-error TS(7006) FIXME: Parameter 'token' implicitly has an 'any' type.
|
|
4
3
|
export const getTemplatesFromGitHub = async (token) => {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
// This file is being called by `src/utils/telemetry/telemetry.js` as a child process
|
|
2
2
|
// to run a s a detached process
|
|
3
3
|
import process from 'process';
|
|
4
|
-
// @ts-expect-error TS(7016) FIXME: Could not find a declaration file for module 'node... Remove this comment to see the full error message
|
|
5
4
|
import fetch from 'node-fetch';
|
|
6
5
|
import getPackageJson from '../get-package-json.js';
|
|
7
6
|
const { name, version } = await getPackageJson();
|