netlify-cli 17.33.6 → 17.34.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.
- package/dist/commands/deploy/deploy.js +1 -1
- package/dist/lib/build.d.ts +1 -0
- package/dist/lib/build.d.ts.map +1 -1
- package/dist/lib/build.js +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/functions-templates/typescript/hello-world/package-lock.json +6 -6
- package/npm-shrinkwrap.json +23 -23
- package/package.json +4 -4
|
@@ -416,7 +416,7 @@ title, }) => {
|
|
|
416
416
|
const siteUrl = results.deploy.ssl_url || results.deploy.url;
|
|
417
417
|
const deployUrl = results.deploy.deploy_ssl_url || results.deploy.deploy_url;
|
|
418
418
|
const logsUrl = `${results.deploy.admin_url}/deploys/${results.deploy.id}`;
|
|
419
|
-
let functionLogsUrl = `${results.deploy.admin_url}/functions`;
|
|
419
|
+
let functionLogsUrl = `${results.deploy.admin_url}/logs/functions`;
|
|
420
420
|
if (!deployToProduction) {
|
|
421
421
|
functionLogsUrl += `?scope=deploy:${deployId}`;
|
|
422
422
|
}
|
package/dist/lib/build.d.ts
CHANGED
package/dist/lib/build.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"build.d.ts","sourceRoot":"","sources":["../../src/lib/build.ts"],"names":[],"mappings":"AAYA;;;;GAIG;AAKH;;;;;;;;;;GAUG;AACH,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"build.d.ts","sourceRoot":"","sources":["../../src/lib/build.ts"],"names":[],"mappings":"AAYA;;;;GAIG;AAKH;;;;;;;;;;GAUG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiE3B,CAAA;AAED;;;;GAIG;AAEH,eAAO,MAAM,QAAQ;;;;EAcpB,CAAA"}
|