netlify-cli 24.0.1 → 24.2.0
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/base-command.d.ts +9 -0
- package/dist/commands/base-command.d.ts.map +1 -1
- package/dist/commands/base-command.js +24 -17
- package/dist/commands/base-command.js.map +1 -1
- package/dist/commands/database/database.d.ts.map +1 -1
- package/dist/commands/database/database.js +25 -1
- package/dist/commands/database/database.js.map +1 -1
- package/dist/commands/database/db-connection.d.ts +8 -0
- package/dist/commands/database/db-connection.d.ts.map +1 -0
- package/dist/commands/database/db-connection.js +41 -0
- package/dist/commands/database/db-connection.js.map +1 -0
- package/dist/commands/database/migrate.d.ts +7 -0
- package/dist/commands/database/migrate.d.ts.map +1 -0
- package/dist/commands/database/migrate.js +34 -0
- package/dist/commands/database/migrate.js.map +1 -0
- package/dist/commands/database/pg-client-executor.d.ts +12 -0
- package/dist/commands/database/pg-client-executor.d.ts.map +1 -0
- package/dist/commands/database/pg-client-executor.js +27 -0
- package/dist/commands/database/pg-client-executor.js.map +1 -0
- package/dist/commands/database/reset.d.ts +6 -0
- package/dist/commands/database/reset.d.ts.map +1 -0
- package/dist/commands/database/reset.js +24 -0
- package/dist/commands/database/reset.js.map +1 -0
- package/dist/commands/database/utils.d.ts.map +1 -1
- package/dist/commands/dev/dev.d.ts.map +1 -1
- package/dist/commands/dev/dev.js +12 -2
- package/dist/commands/dev/dev.js.map +1 -1
- package/dist/commands/dev/programmatic-netlify-dev.d.ts +1 -1
- package/dist/commands/dev/programmatic-netlify-dev.d.ts.map +1 -1
- package/dist/commands/dev/programmatic-netlify-dev.js.map +1 -1
- package/dist/commands/dev-exec/dev-exec.d.ts.map +1 -1
- package/dist/commands/dev-exec/dev-exec.js +10 -2
- package/dist/commands/dev-exec/dev-exec.js.map +1 -1
- package/dist/commands/functions/functions-serve.d.ts.map +1 -1
- package/dist/commands/functions/functions-serve.js +10 -1
- package/dist/commands/functions/functions-serve.js.map +1 -1
- package/dist/commands/login/index.d.ts.map +1 -1
- package/dist/commands/login/index.js +3 -0
- package/dist/commands/login/index.js.map +1 -1
- package/dist/commands/login/login-check.d.ts +4 -0
- package/dist/commands/login/login-check.d.ts.map +1 -0
- package/dist/commands/login/login-check.js +49 -0
- package/dist/commands/login/login-check.js.map +1 -0
- package/dist/commands/login/login-request.d.ts +3 -0
- package/dist/commands/login/login-request.d.ts.map +1 -0
- package/dist/commands/login/login-request.js +19 -0
- package/dist/commands/login/login-request.js.map +1 -0
- package/dist/commands/login/login.d.ts.map +1 -1
- package/dist/commands/login/login.js +14 -1
- package/dist/commands/login/login.js.map +1 -1
- package/dist/commands/main.d.ts.map +1 -1
- package/dist/commands/main.js +4 -1
- package/dist/commands/main.js.map +1 -1
- package/dist/commands/serve/serve.d.ts.map +1 -1
- package/dist/commands/serve/serve.js +11 -1
- package/dist/commands/serve/serve.js.map +1 -1
- package/dist/lib/build.d.ts +5 -0
- package/dist/lib/build.d.ts.map +1 -1
- package/dist/lib/build.js.map +1 -1
- package/dist/lib/edge-functions/proxy.d.ts +7 -1
- package/dist/lib/edge-functions/proxy.d.ts.map +1 -1
- package/dist/lib/edge-functions/proxy.js +8 -2
- package/dist/lib/edge-functions/proxy.js.map +1 -1
- package/dist/lib/edge-functions/registry.d.ts +6 -1
- package/dist/lib/edge-functions/registry.d.ts.map +1 -1
- package/dist/lib/edge-functions/registry.js +6 -3
- package/dist/lib/edge-functions/registry.js.map +1 -1
- package/dist/lib/functions/netlify-function.d.ts +7 -1
- package/dist/lib/functions/netlify-function.d.ts.map +1 -1
- package/dist/lib/functions/netlify-function.js +4 -1
- package/dist/lib/functions/netlify-function.js.map +1 -1
- package/dist/lib/functions/registry.d.ts +7 -1
- package/dist/lib/functions/registry.d.ts.map +1 -1
- package/dist/lib/functions/registry.js +4 -1
- package/dist/lib/functions/registry.js.map +1 -1
- package/dist/lib/functions/server.d.ts +6 -0
- package/dist/lib/functions/server.d.ts.map +1 -1
- package/dist/lib/functions/server.js +5 -0
- package/dist/lib/functions/server.js.map +1 -1
- package/dist/lib/spinner.d.ts.map +1 -1
- package/dist/lib/spinner.js +24 -1
- package/dist/lib/spinner.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/utils/detect-server-settings.d.ts +10 -0
- package/dist/utils/detect-server-settings.d.ts.map +1 -1
- package/dist/utils/init/utils.d.ts.map +1 -1
- package/dist/utils/proxy-server.d.ts +7 -1
- package/dist/utils/proxy-server.d.ts.map +1 -1
- package/dist/utils/proxy-server.js +2 -1
- package/dist/utils/proxy-server.js.map +1 -1
- package/dist/utils/proxy.d.ts +7 -1
- package/dist/utils/proxy.d.ts.map +1 -1
- package/dist/utils/proxy.js +2 -1
- package/dist/utils/proxy.js.map +1 -1
- package/dist/utils/run-build.d.ts +24 -0
- package/dist/utils/run-build.d.ts.map +1 -1
- package/dist/utils/run-build.js +11 -3
- package/dist/utils/run-build.js.map +1 -1
- package/functions-templates/javascript/scheduled-function/package.json +1 -1
- package/functions-templates/typescript/hello-world/package-lock.json +17 -15
- package/functions-templates/typescript/hello-world/package.json +1 -1
- package/functions-templates/typescript/scheduled-function/package.json +1 -1
- package/npm-shrinkwrap.json +1954 -2585
- package/package.json +20 -19
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
3
|
"description": "Netlify command line tool",
|
|
4
|
-
"version": "24.0
|
|
4
|
+
"version": "24.2.0",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -58,22 +58,22 @@
|
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@fastify/static": "9.0.0",
|
|
61
|
-
"@netlify/ai": "0.
|
|
62
|
-
"@netlify/api": "14.0.
|
|
61
|
+
"@netlify/ai": "0.4.0",
|
|
62
|
+
"@netlify/api": "14.0.18",
|
|
63
63
|
"@netlify/blobs": "10.7.0",
|
|
64
|
-
"@netlify/build": "35.8.
|
|
65
|
-
"@netlify/build-info": "10.
|
|
66
|
-
"@netlify/config": "24.4.
|
|
67
|
-
"@netlify/dev": "4.
|
|
68
|
-
"@netlify/dev-utils": "4.
|
|
69
|
-
"@netlify/edge-bundler": "14.9.
|
|
64
|
+
"@netlify/build": "35.8.8",
|
|
65
|
+
"@netlify/build-info": "10.4.0",
|
|
66
|
+
"@netlify/config": "24.4.3",
|
|
67
|
+
"@netlify/dev": "4.16.0",
|
|
68
|
+
"@netlify/dev-utils": "4.4.0",
|
|
69
|
+
"@netlify/edge-bundler": "14.9.15",
|
|
70
70
|
"@netlify/edge-functions": "3.0.3",
|
|
71
71
|
"@netlify/edge-functions-bootstrap": "2.17.1",
|
|
72
|
-
"@netlify/headers-parser": "9.0.
|
|
73
|
-
"@netlify/images": "1.3.
|
|
72
|
+
"@netlify/headers-parser": "9.0.3",
|
|
73
|
+
"@netlify/images": "1.3.4",
|
|
74
74
|
"@netlify/local-functions-proxy": "2.0.3",
|
|
75
|
-
"@netlify/redirect-parser": "15.0.
|
|
76
|
-
"@netlify/zip-it-and-ship-it": "14.4.
|
|
75
|
+
"@netlify/redirect-parser": "15.0.4",
|
|
76
|
+
"@netlify/zip-it-and-ship-it": "14.4.2",
|
|
77
77
|
"@octokit/rest": "22.0.0",
|
|
78
78
|
"@opentelemetry/api": "1.8.0",
|
|
79
79
|
"@pnpm/tabtab": "0.5.4",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"express-logging": "1.1.1",
|
|
104
104
|
"extract-zip": "2.0.1",
|
|
105
105
|
"fastest-levenshtein": "1.0.16",
|
|
106
|
-
"fastify": "5.
|
|
106
|
+
"fastify": "5.8.2",
|
|
107
107
|
"find-up": "8.0.0",
|
|
108
108
|
"folder-walker": "3.2.0",
|
|
109
109
|
"fuzzy": "0.1.3",
|
|
@@ -116,16 +116,16 @@
|
|
|
116
116
|
"https-proxy-agent": "7.0.6",
|
|
117
117
|
"inquirer": "8.2.7",
|
|
118
118
|
"inquirer-autocomplete-prompt": "1.4.0",
|
|
119
|
-
"is-docker": "
|
|
119
|
+
"is-docker": "4.0.0",
|
|
120
120
|
"is-stream": "4.0.1",
|
|
121
121
|
"is-wsl": "3.1.0",
|
|
122
|
-
"isexe": "
|
|
122
|
+
"isexe": "4.0.0",
|
|
123
123
|
"jsonwebtoken": "9.0.3",
|
|
124
124
|
"jwt-decode": "4.0.0",
|
|
125
125
|
"lambda-local": "2.2.0",
|
|
126
|
-
"locate-path": "
|
|
126
|
+
"locate-path": "8.0.0",
|
|
127
127
|
"lodash": "4.17.23",
|
|
128
|
-
"log-update": "
|
|
128
|
+
"log-update": "7.2.0",
|
|
129
129
|
"maxstache": "1.0.7",
|
|
130
130
|
"maxstache-stream": "1.0.4",
|
|
131
131
|
"multiparty": "4.2.3",
|
|
@@ -138,6 +138,7 @@
|
|
|
138
138
|
"p-map": "7.0.3",
|
|
139
139
|
"p-wait-for": "6.0.0",
|
|
140
140
|
"parallel-transform": "1.2.0",
|
|
141
|
+
"pg": "^8.11.0",
|
|
141
142
|
"parse-github-url": "1.0.3",
|
|
142
143
|
"prettyjson": "1.2.5",
|
|
143
144
|
"raw-body": "3.0.1",
|
|
@@ -152,7 +153,7 @@
|
|
|
152
153
|
"update-notifier": "7.3.1",
|
|
153
154
|
"uuid": "13.0.0",
|
|
154
155
|
"write-file-atomic": "5.0.1",
|
|
155
|
-
"ws": "8.
|
|
156
|
+
"ws": "8.19.0"
|
|
156
157
|
},
|
|
157
158
|
"ava": {
|
|
158
159
|
"files": [
|