netlify-cli 17.37.0 → 17.37.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/addons/addons-config.d.ts.map +1 -1
- package/dist/commands/addons/addons-config.js +0 -1
- package/dist/commands/addons/addons-create.d.ts.map +1 -1
- package/dist/commands/addons/addons-create.js +0 -1
- package/dist/commands/addons/addons-delete.d.ts.map +1 -1
- package/dist/commands/addons/addons-delete.js +0 -1
- package/dist/commands/api/api.d.ts.map +1 -1
- package/dist/commands/api/api.js +0 -1
- package/dist/commands/base-command.d.ts +2 -2
- package/dist/commands/base-command.d.ts.map +1 -1
- package/dist/commands/base-command.js +0 -1
- package/dist/commands/build/build.d.ts.map +1 -1
- package/dist/commands/build/build.js +0 -1
- package/dist/commands/completion/completion.d.ts.map +1 -1
- package/dist/commands/completion/completion.js +35 -2
- package/dist/commands/deploy/deploy.d.ts.map +1 -1
- package/dist/commands/deploy/deploy.js +4 -6
- package/dist/commands/dev/dev-exec.js +1 -1
- package/dist/commands/functions/functions-create.d.ts.map +1 -1
- package/dist/commands/functions/functions-create.js +2 -5
- 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 +2 -4
- package/dist/commands/link/link.d.ts.map +1 -1
- package/dist/commands/link/link.js +8 -21
- package/dist/commands/lm/lm-setup.d.ts.map +1 -1
- package/dist/commands/lm/lm-setup.js +0 -1
- package/dist/commands/login/login.d.ts.map +1 -1
- package/dist/commands/login/login.js +0 -2
- package/dist/commands/logout/logout.d.ts.map +1 -1
- package/dist/commands/logout/logout.js +0 -1
- package/dist/commands/logs/build.d.ts.map +1 -1
- package/dist/commands/logs/build.js +4 -0
- package/dist/commands/sites/sites-create-template.d.ts +2 -1
- package/dist/commands/sites/sites-create-template.d.ts.map +1 -1
- package/dist/commands/sites/sites-create-template.js +2 -11
- package/dist/commands/sites/sites-create.d.ts +2 -2
- package/dist/commands/sites/sites-create.d.ts.map +1 -1
- package/dist/commands/sites/sites-create.js +1 -9
- package/dist/commands/sites/sites-delete.d.ts.map +1 -1
- package/dist/commands/sites/sites-delete.js +3 -3
- package/dist/commands/sites/sites-list.d.ts.map +1 -1
- package/dist/commands/sites/sites-list.js +1 -5
- package/dist/commands/status/status.js +3 -2
- package/dist/commands/unlink/unlink.js +2 -2
- package/dist/commands/watch/watch.d.ts.map +1 -1
- package/dist/commands/watch/watch.js +0 -1
- package/dist/lib/api.d.ts +2 -1
- package/dist/lib/api.d.ts.map +1 -1
- package/dist/lib/exec-fetcher.d.ts.map +1 -1
- package/dist/lib/exec-fetcher.js +0 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/utils/addons/prepare.d.ts.map +1 -1
- package/dist/utils/addons/prepare.js +1 -5
- package/dist/utils/command-helpers.d.ts +21 -6
- package/dist/utils/command-helpers.d.ts.map +1 -1
- package/dist/utils/command-helpers.js +14 -9
- package/dist/utils/dev.d.ts.map +1 -1
- package/dist/utils/dev.js +0 -2
- package/dist/utils/framework-server.d.ts.map +1 -1
- package/dist/utils/framework-server.js +0 -1
- package/dist/utils/get-repo-data.d.ts +2 -2
- package/dist/utils/get-repo-data.d.ts.map +1 -1
- package/dist/utils/get-repo-data.js +0 -1
- package/dist/utils/get-site.d.ts.map +1 -1
- package/dist/utils/get-site.js +7 -2
- package/dist/utils/hooks/requires-site-info.d.ts.map +1 -1
- package/dist/utils/hooks/requires-site-info.js +0 -3
- package/dist/utils/sites/utils.d.ts +2 -1
- package/dist/utils/sites/utils.d.ts.map +1 -1
- package/dist/utils/sites/utils.js +14 -8
- package/dist/utils/types.d.ts +124 -0
- package/dist/utils/types.d.ts.map +1 -1
- package/functions-templates/typescript/hello-world/package-lock.json +6 -6
- package/npm-shrinkwrap.json +737 -596
- package/package.json +8 -8
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.37.
|
|
4
|
+
"version": "17.37.2",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@bugsnag/js": "7.25.0",
|
|
39
39
|
"@fastify/static": "7.0.4",
|
|
40
|
-
"@netlify/blobs": "8.0
|
|
41
|
-
"@netlify/build": "29.
|
|
42
|
-
"@netlify/build-info": "7.15.
|
|
40
|
+
"@netlify/blobs": "8.1.0",
|
|
41
|
+
"@netlify/build": "29.56.0",
|
|
42
|
+
"@netlify/build-info": "7.15.2",
|
|
43
43
|
"@netlify/config": "20.19.0",
|
|
44
44
|
"@netlify/edge-bundler": "12.2.3",
|
|
45
45
|
"@netlify/edge-functions": "2.9.0",
|
|
46
46
|
"@netlify/local-functions-proxy": "1.1.1",
|
|
47
|
-
"@netlify/zip-it-and-ship-it": "9.
|
|
47
|
+
"@netlify/zip-it-and-ship-it": "9.41.1",
|
|
48
48
|
"@octokit/rest": "20.1.1",
|
|
49
49
|
"@opentelemetry/api": "1.8.0",
|
|
50
50
|
"ansi-escapes": "7.0.0",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"concordance": "5.0.4",
|
|
64
64
|
"configstore": "6.0.0",
|
|
65
65
|
"content-type": "1.0.5",
|
|
66
|
-
"cookie": "0.7.
|
|
66
|
+
"cookie": "0.7.2",
|
|
67
67
|
"cron-parser": "4.9.0",
|
|
68
68
|
"debug": "4.3.7",
|
|
69
69
|
"decache": "4.6.2",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"envinfo": "7.14.0",
|
|
74
74
|
"etag": "1.8.1",
|
|
75
75
|
"execa": "5.1.1",
|
|
76
|
-
"express": "4.21.
|
|
76
|
+
"express": "4.21.1",
|
|
77
77
|
"express-logging": "1.1.1",
|
|
78
78
|
"extract-zip": "2.0.1",
|
|
79
79
|
"fastest-levenshtein": "1.0.16",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"uuid": "9.0.1",
|
|
147
147
|
"wait-port": "1.1.0",
|
|
148
148
|
"write-file-atomic": "5.0.1",
|
|
149
|
-
"ws": "8.
|
|
149
|
+
"ws": "8.18.0",
|
|
150
150
|
"zod": "3.23.8"
|
|
151
151
|
}
|
|
152
152
|
}
|