netlify-cli 17.23.4 → 17.23.6
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/build/build.d.ts.map +1 -1
- package/dist/commands/build/build.js +6 -12
- package/dist/commands/deploy/deploy.d.ts.map +1 -1
- package/dist/commands/deploy/deploy.js +10 -13
- package/dist/commands/dev/dev-exec.d.ts.map +1 -1
- package/dist/commands/dev/dev-exec.js +3 -6
- package/dist/commands/dev/dev.d.ts.map +1 -1
- package/dist/commands/dev/dev.js +3 -3
- package/dist/commands/env/env-clone.d.ts.map +1 -1
- package/dist/commands/env/env-clone.js +3 -105
- package/dist/commands/env/env-get.d.ts.map +1 -1
- package/dist/commands/env/env-get.js +3 -9
- package/dist/commands/env/env-import.d.ts.map +1 -1
- package/dist/commands/env/env-import.js +2 -25
- package/dist/commands/env/env-list.d.ts.map +1 -1
- package/dist/commands/env/env-list.js +14 -17
- package/dist/commands/env/env-set.d.ts.map +1 -1
- package/dist/commands/env/env-set.js +1 -33
- package/dist/commands/env/env-unset.d.ts.map +1 -1
- package/dist/commands/env/env-unset.js +2 -34
- package/dist/commands/functions/functions-create.js +2 -3
- package/dist/commands/integration/deploy.d.ts.map +1 -1
- package/dist/commands/integration/deploy.js +5 -2
- package/dist/commands/serve/serve.js +1 -1
- package/dist/commands/sites/sites-create-template.d.ts.map +1 -1
- package/dist/commands/sites/sites-create-template.js +13 -2
- package/dist/lib/exec-fetcher.d.ts +1 -1
- package/dist/lib/exec-fetcher.d.ts.map +1 -1
- package/dist/lib/exec-fetcher.js +2 -3
- package/dist/lib/functions/registry.js +1 -1
- package/dist/lib/functions/runtimes/js/index.d.ts +7 -5
- package/dist/lib/functions/runtimes/js/index.d.ts.map +1 -1
- package/dist/lib/functions/runtimes/js/index.js +4 -3
- package/dist/lib/functions/server.d.ts.map +1 -1
- package/dist/lib/functions/server.js +10 -11
- package/dist/lib/geo-location.js +2 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/utils/functions/functions.d.ts +3 -3
- package/dist/utils/functions/functions.d.ts.map +1 -1
- package/dist/utils/functions/functions.js +0 -3
- package/dist/utils/gh-auth.js +1 -1
- package/dist/utils/live-tunnel.d.ts.map +1 -1
- package/dist/utils/live-tunnel.js +5 -1
- package/dist/utils/proxy.d.ts.map +1 -1
- package/dist/utils/proxy.js +3 -4
- package/dist/utils/read-repo-url.d.ts +1 -1
- package/dist/utils/read-repo-url.d.ts.map +1 -1
- package/dist/utils/sites/utils.d.ts +2 -2
- package/dist/utils/sites/utils.d.ts.map +1 -1
- package/dist/utils/sites/utils.js +1 -0
- package/functions-templates/go/hello-world/go.mod +1 -1
- package/functions-templates/javascript/scheduled-function/package.json +1 -1
- package/functions-templates/javascript/submission-created/package.json +1 -1
- package/functions-templates/rust/hello-world/Cargo.toml +1 -1
- package/functions-templates/typescript/hello-world/package-lock.json +38 -121
- package/functions-templates/typescript/hello-world/package.json +2 -2
- package/functions-templates/typescript/scheduled-function/package.json +2 -2
- package/npm-shrinkwrap.json +2823 -2836
- package/package.json +26 -26
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.23.
|
|
4
|
+
"version": "17.23.6",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -36,18 +36,18 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@bugsnag/js": "7.23.0",
|
|
39
|
-
"@fastify/static": "
|
|
39
|
+
"@fastify/static": "7.0.4",
|
|
40
40
|
"@netlify/blobs": "7.3.0",
|
|
41
|
-
"@netlify/build": "29.
|
|
41
|
+
"@netlify/build": "29.42.2",
|
|
42
42
|
"@netlify/build-info": "7.13.2",
|
|
43
|
-
"@netlify/config": "20.12.
|
|
44
|
-
"@netlify/edge-bundler": "12.0.
|
|
45
|
-
"@netlify/edge-functions": "2.
|
|
43
|
+
"@netlify/config": "20.12.6",
|
|
44
|
+
"@netlify/edge-bundler": "12.0.1",
|
|
45
|
+
"@netlify/edge-functions": "2.8.1",
|
|
46
46
|
"@netlify/local-functions-proxy": "1.1.1",
|
|
47
|
-
"@netlify/zip-it-and-ship-it": "9.
|
|
48
|
-
"@octokit/rest": "
|
|
47
|
+
"@netlify/zip-it-and-ship-it": "9.33.0",
|
|
48
|
+
"@octokit/rest": "20.1.1",
|
|
49
49
|
"@opentelemetry/api": "1.8.0",
|
|
50
|
-
"ansi-escapes": "
|
|
50
|
+
"ansi-escapes": "7.0.0",
|
|
51
51
|
"ansi-styles": "6.2.1",
|
|
52
52
|
"ansi-to-html": "0.7.2",
|
|
53
53
|
"ascii-table": "0.0.9",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"boxen": "7.1.1",
|
|
57
57
|
"chalk": "5.3.0",
|
|
58
58
|
"chokidar": "3.6.0",
|
|
59
|
-
"ci-info": "
|
|
59
|
+
"ci-info": "4.0.0",
|
|
60
60
|
"clean-deep": "3.4.0",
|
|
61
61
|
"commander": "10.0.1",
|
|
62
62
|
"comment-json": "4.2.3",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"cron-parser": "4.9.0",
|
|
69
69
|
"debug": "4.3.4",
|
|
70
70
|
"decache": "4.6.2",
|
|
71
|
-
"dot-prop": "
|
|
71
|
+
"dot-prop": "9.0.0",
|
|
72
72
|
"dotenv": "16.4.5",
|
|
73
73
|
"env-paths": "3.0.0",
|
|
74
74
|
"envinfo": "7.13.0",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"extract-zip": "2.0.1",
|
|
80
80
|
"fastest-levenshtein": "1.0.16",
|
|
81
81
|
"fastify": "4.27.0",
|
|
82
|
-
"find-up": "
|
|
82
|
+
"find-up": "7.0.0",
|
|
83
83
|
"flush-write-stream": "2.0.0",
|
|
84
84
|
"folder-walker": "3.2.0",
|
|
85
85
|
"from2-array": "0.0.4",
|
|
@@ -97,28 +97,28 @@
|
|
|
97
97
|
"inquirer-autocomplete-prompt": "1.4.0",
|
|
98
98
|
"ipx": "2.1.0",
|
|
99
99
|
"is-docker": "3.0.0",
|
|
100
|
-
"is-stream": "
|
|
101
|
-
"is-wsl": "
|
|
102
|
-
"isexe": "
|
|
100
|
+
"is-stream": "4.0.1",
|
|
101
|
+
"is-wsl": "3.1.0",
|
|
102
|
+
"isexe": "3.1.1",
|
|
103
103
|
"js-yaml": "4.1.0",
|
|
104
104
|
"jsonwebtoken": "9.0.2",
|
|
105
|
-
"jwt-decode": "
|
|
105
|
+
"jwt-decode": "4.0.0",
|
|
106
106
|
"lambda-local": "2.2.0",
|
|
107
|
-
"listr2": "
|
|
107
|
+
"listr2": "8.2.1",
|
|
108
108
|
"locate-path": "7.2.0",
|
|
109
109
|
"lodash": "4.17.21",
|
|
110
|
-
"log-symbols": "
|
|
111
|
-
"log-update": "
|
|
110
|
+
"log-symbols": "6.0.0",
|
|
111
|
+
"log-update": "6.0.0",
|
|
112
112
|
"multiparty": "4.2.3",
|
|
113
113
|
"netlify": "13.1.16",
|
|
114
114
|
"netlify-headers-parser": "7.1.4",
|
|
115
115
|
"netlify-redirect-parser": "14.3.0",
|
|
116
116
|
"netlify-redirector": "0.5.0",
|
|
117
|
-
"node-fetch": "
|
|
117
|
+
"node-fetch": "3.3.2",
|
|
118
118
|
"node-version-alias": "3.4.1",
|
|
119
|
-
"ora": "
|
|
120
|
-
"p-filter": "
|
|
121
|
-
"p-map": "
|
|
119
|
+
"ora": "8.0.1",
|
|
120
|
+
"p-filter": "4.1.0",
|
|
121
|
+
"p-map": "7.0.2",
|
|
122
122
|
"p-wait-for": "5.0.2",
|
|
123
123
|
"parallel-transform": "1.2.0",
|
|
124
124
|
"parse-github-url": "1.0.2",
|
|
@@ -134,14 +134,14 @@
|
|
|
134
134
|
"tabtab": "3.0.2",
|
|
135
135
|
"tempy": "3.1.0",
|
|
136
136
|
"terminal-link": "3.0.0",
|
|
137
|
-
"through2-filter": "
|
|
138
|
-
"through2-map": "
|
|
137
|
+
"through2-filter": "4.0.0",
|
|
138
|
+
"through2-map": "4.0.0",
|
|
139
139
|
"to-readable-stream": "3.0.0",
|
|
140
140
|
"toml": "3.0.0",
|
|
141
141
|
"tomlify-j0.4": "3.0.0",
|
|
142
142
|
"ulid": "2.3.0",
|
|
143
143
|
"unixify": "1.0.0",
|
|
144
|
-
"update-notifier": "
|
|
144
|
+
"update-notifier": "7.0.0",
|
|
145
145
|
"uuid": "9.0.1",
|
|
146
146
|
"wait-port": "1.1.0",
|
|
147
147
|
"write-file-atomic": "5.0.1",
|