netlify-cli 26.0.2 → 26.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.map +1 -1
- package/dist/commands/base-command.js +4 -4
- package/dist/commands/base-command.js.map +1 -1
- package/dist/commands/create/create-action.js +1 -1
- package/dist/commands/create/create-action.js.map +1 -1
- package/dist/commands/deploy/deploy.d.ts.map +1 -1
- package/dist/commands/deploy/deploy.js +4 -3
- package/dist/commands/deploy/deploy.js.map +1 -1
- package/dist/commands/dev/dev.d.ts.map +1 -1
- package/dist/commands/dev/dev.js +1 -0
- package/dist/commands/dev/dev.js.map +1 -1
- package/dist/commands/functions/functions-create.d.ts.map +1 -1
- package/dist/commands/functions/functions-create.js +23 -9
- package/dist/commands/functions/functions-create.js.map +1 -1
- package/dist/commands/init/init.js +1 -1
- package/dist/commands/init/init.js.map +1 -1
- package/dist/commands/link/link.js +1 -1
- package/dist/commands/link/link.js.map +1 -1
- package/dist/commands/main.d.ts.map +1 -1
- package/dist/commands/main.js +38 -19
- package/dist/commands/main.js.map +1 -1
- package/dist/commands/serve/serve.d.ts.map +1 -1
- package/dist/commands/serve/serve.js +1 -0
- package/dist/commands/serve/serve.js.map +1 -1
- package/dist/commands/sites/sites-create.js +1 -1
- package/dist/commands/sites/sites-create.js.map +1 -1
- package/dist/lib/blobs/blobs.js +2 -2
- package/dist/lib/blobs/blobs.js.map +1 -1
- package/dist/lib/edge-functions/proxy.d.ts +2 -1
- package/dist/lib/edge-functions/proxy.d.ts.map +1 -1
- package/dist/lib/edge-functions/proxy.js +6 -2
- package/dist/lib/edge-functions/proxy.js.map +1 -1
- package/dist/lib/edge-functions/registry.d.ts +5 -1
- package/dist/lib/edge-functions/registry.d.ts.map +1 -1
- package/dist/lib/edge-functions/registry.js +24 -3
- package/dist/lib/edge-functions/registry.js.map +1 -1
- package/dist/lib/extensions.js +1 -1
- package/dist/lib/extensions.js.map +1 -1
- package/dist/lib/functions/netlify-function.d.ts +2 -2
- package/dist/lib/functions/netlify-function.d.ts.map +1 -1
- package/dist/lib/functions/netlify-function.js +16 -5
- package/dist/lib/functions/netlify-function.js.map +1 -1
- package/dist/lib/functions/registry.d.ts.map +1 -1
- package/dist/lib/functions/registry.js +1 -1
- package/dist/lib/functions/registry.js.map +1 -1
- package/dist/lib/functions/runtimes/index.d.ts +1 -0
- package/dist/lib/functions/runtimes/index.d.ts.map +1 -1
- package/dist/lib/functions/runtimes/index.js.map +1 -1
- package/dist/lib/functions/runtimes/js/builders/zisi.d.ts +1 -0
- package/dist/lib/functions/runtimes/js/builders/zisi.d.ts.map +1 -1
- package/dist/lib/functions/runtimes/js/builders/zisi.js +2 -1
- package/dist/lib/functions/runtimes/js/builders/zisi.js.map +1 -1
- package/dist/lib/functions/runtimes/js/index.d.ts.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/utils/deploy/hash-fns.d.ts.map +1 -1
- package/dist/utils/deploy/hash-fns.js +12 -1
- package/dist/utils/deploy/hash-fns.js.map +1 -1
- package/dist/utils/deploy/upload-source-zip.d.ts.map +1 -1
- package/dist/utils/deploy/upload-source-zip.js +20 -11
- package/dist/utils/deploy/upload-source-zip.js.map +1 -1
- package/dist/utils/dev.js +1 -1
- package/dist/utils/dev.js.map +1 -1
- package/dist/utils/live-tunnel.js +2 -2
- package/dist/utils/live-tunnel.js.map +1 -1
- package/dist/utils/object-utilities.d.ts +64 -0
- package/dist/utils/object-utilities.d.ts.map +1 -0
- package/dist/utils/object-utilities.js +93 -0
- package/dist/utils/object-utilities.js.map +1 -0
- package/dist/utils/proxy-server.d.ts +2 -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 +2 -1
- package/dist/utils/proxy.d.ts.map +1 -1
- package/dist/utils/proxy.js +3 -2
- package/dist/utils/proxy.js.map +1 -1
- package/dist/utils/shell.d.ts +7 -0
- package/dist/utils/shell.d.ts.map +1 -1
- package/dist/utils/shell.js +36 -7
- package/dist/utils/shell.js.map +1 -1
- package/dist/utils/telemetry/index.d.ts +1 -1
- package/dist/utils/telemetry/index.d.ts.map +1 -1
- package/dist/utils/telemetry/index.js +1 -1
- package/dist/utils/telemetry/index.js.map +1 -1
- package/dist/utils/telemetry/report-error.d.ts +1 -0
- package/dist/utils/telemetry/report-error.d.ts.map +1 -1
- package/dist/utils/telemetry/report-error.js +9 -2
- package/dist/utils/telemetry/report-error.js.map +1 -1
- package/dist/utils/zip.d.ts +4 -0
- package/dist/utils/zip.d.ts.map +1 -0
- package/dist/utils/zip.js +114 -0
- package/dist/utils/zip.js.map +1 -0
- package/functions-templates/javascript/scheduled-function/package.json +1 -1
- package/functions-templates/typescript/database/package-lock.json +11 -11
- package/functions-templates/typescript/database/package.json +1 -1
- package/functions-templates/typescript/database-drizzle/package-lock.json +11 -11
- package/functions-templates/typescript/database-drizzle/package.json +1 -1
- package/functions-templates/typescript/hello-world/package-lock.json +15 -15
- package/functions-templates/typescript/hello-world/package.json +1 -1
- package/functions-templates/typescript/scheduled-function/package.json +1 -1
- package/package.json +15 -17
|
@@ -9,27 +9,27 @@
|
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@netlify/functions": "^5.
|
|
12
|
+
"@netlify/functions": "^5.3.0",
|
|
13
13
|
"@types/node": "^22.0.0",
|
|
14
14
|
"typescript": "^4.0.0"
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
17
|
"node_modules/@netlify/functions": {
|
|
18
|
-
"version": "5.
|
|
19
|
-
"resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-5.
|
|
20
|
-
"integrity": "sha512-
|
|
18
|
+
"version": "5.3.0",
|
|
19
|
+
"resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-5.3.0.tgz",
|
|
20
|
+
"integrity": "sha512-FP+xCoZMkMOUsKa4UdG/oiK/2md1/TxuXvqqieaMVMgDbFFMaHI8h0oHCViUY73kPbKV6HyzayaSXGYXKpBSoQ==",
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@netlify/types": "2.
|
|
23
|
+
"@netlify/types": "2.8.0"
|
|
24
24
|
},
|
|
25
25
|
"engines": {
|
|
26
26
|
"node": ">=18.0.0"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"node_modules/@netlify/types": {
|
|
30
|
-
"version": "2.
|
|
31
|
-
"resolved": "https://registry.npmjs.org/@netlify/types/-/types-2.
|
|
32
|
-
"integrity": "sha512-
|
|
30
|
+
"version": "2.8.0",
|
|
31
|
+
"resolved": "https://registry.npmjs.org/@netlify/types/-/types-2.8.0.tgz",
|
|
32
|
+
"integrity": "sha512-8/g0Pt6y6wXj5Ia5eeYLiXhRfWeqZXGXpGFeCiiQdUOem+FPtXdA4+YdGxqzWc7D0AvptKSO01KGeeVWHSu8Kg==",
|
|
33
33
|
"license": "MIT",
|
|
34
34
|
"engines": {
|
|
35
35
|
"node": "^18.14.0 || >=20"
|
|
@@ -63,17 +63,17 @@
|
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@netlify/functions": {
|
|
66
|
-
"version": "5.
|
|
67
|
-
"resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-5.
|
|
68
|
-
"integrity": "sha512-
|
|
66
|
+
"version": "5.3.0",
|
|
67
|
+
"resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-5.3.0.tgz",
|
|
68
|
+
"integrity": "sha512-FP+xCoZMkMOUsKa4UdG/oiK/2md1/TxuXvqqieaMVMgDbFFMaHI8h0oHCViUY73kPbKV6HyzayaSXGYXKpBSoQ==",
|
|
69
69
|
"requires": {
|
|
70
|
-
"@netlify/types": "2.
|
|
70
|
+
"@netlify/types": "2.8.0"
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
73
|
"@netlify/types": {
|
|
74
|
-
"version": "2.
|
|
75
|
-
"resolved": "https://registry.npmjs.org/@netlify/types/-/types-2.
|
|
76
|
-
"integrity": "sha512-
|
|
74
|
+
"version": "2.8.0",
|
|
75
|
+
"resolved": "https://registry.npmjs.org/@netlify/types/-/types-2.8.0.tgz",
|
|
76
|
+
"integrity": "sha512-8/g0Pt6y6wXj5Ia5eeYLiXhRfWeqZXGXpGFeCiiQdUOem+FPtXdA4+YdGxqzWc7D0AvptKSO01KGeeVWHSu8Kg=="
|
|
77
77
|
},
|
|
78
78
|
"@types/node": {
|
|
79
79
|
"version": "22.18.11",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
3
|
"description": "Netlify command line tool",
|
|
4
|
-
"version": "26.0
|
|
4
|
+
"version": "26.2.0",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -58,20 +58,20 @@
|
|
|
58
58
|
"@fastify/static": "^9.1.1",
|
|
59
59
|
"@netlify/ai": "^0.4.1",
|
|
60
60
|
"@netlify/api": "^14.0.19",
|
|
61
|
-
"@netlify/blobs": "^10.7.
|
|
62
|
-
"@netlify/build": "^35.
|
|
61
|
+
"@netlify/blobs": "^10.7.9",
|
|
62
|
+
"@netlify/build": "^35.15.0",
|
|
63
63
|
"@netlify/build-info": "^10.5.1",
|
|
64
|
-
"@netlify/config": "^24.
|
|
65
|
-
"@netlify/dev": "^4.18.
|
|
66
|
-
"@netlify/dev-utils": "^4.4.
|
|
67
|
-
"@netlify/edge-bundler": "^14.10.
|
|
68
|
-
"@netlify/edge-functions": "^3.0.
|
|
64
|
+
"@netlify/config": "^24.6.0",
|
|
65
|
+
"@netlify/dev": "^4.18.7",
|
|
66
|
+
"@netlify/dev-utils": "^4.4.6",
|
|
67
|
+
"@netlify/edge-bundler": "^14.10.3",
|
|
68
|
+
"@netlify/edge-functions": "^3.0.8",
|
|
69
69
|
"@netlify/edge-functions-bootstrap": "^2.17.1",
|
|
70
70
|
"@netlify/headers-parser": "^9.0.3",
|
|
71
|
-
"@netlify/images": "^1.3.
|
|
71
|
+
"@netlify/images": "^1.3.10",
|
|
72
72
|
"@netlify/local-functions-proxy": "^2.0.3",
|
|
73
73
|
"@netlify/redirect-parser": "^15.0.4",
|
|
74
|
-
"@netlify/zip-it-and-ship-it": "^14.
|
|
74
|
+
"@netlify/zip-it-and-ship-it": "^14.7.1",
|
|
75
75
|
"@octokit/rest": "^22.0.0",
|
|
76
76
|
"@opentelemetry/api": "^1.8.0",
|
|
77
77
|
"@pnpm/tabtab": "^0.5.4",
|
|
@@ -99,7 +99,6 @@
|
|
|
99
99
|
"execa": "^5.1.1",
|
|
100
100
|
"express": "^5.2.1",
|
|
101
101
|
"express-logging": "^1.1.1",
|
|
102
|
-
"extract-zip": "^2.0.1",
|
|
103
102
|
"fastest-levenshtein": "^1.0.16",
|
|
104
103
|
"fastify": "^5.8.5",
|
|
105
104
|
"find-up": "^8.0.0",
|
|
@@ -121,7 +120,6 @@
|
|
|
121
120
|
"jwt-decode": "^4.0.0",
|
|
122
121
|
"lambda-local": "^2.2.0",
|
|
123
122
|
"locate-path": "^8.0.0",
|
|
124
|
-
"lodash": "^4.18.1",
|
|
125
123
|
"log-update": "^7.2.0",
|
|
126
124
|
"maxstache": "^1.0.7",
|
|
127
125
|
"maxstache-stream": "^1.0.4",
|
|
@@ -150,17 +148,17 @@
|
|
|
150
148
|
"tomlify-j0.4": "^3.0.0",
|
|
151
149
|
"ulid": "^3.0.1",
|
|
152
150
|
"update-notifier": "^7.3.1",
|
|
153
|
-
"uuid": "^13.0.1",
|
|
154
151
|
"write-file-atomic": "^5.0.1",
|
|
155
|
-
"ws": "^8.19.0"
|
|
152
|
+
"ws": "^8.19.0",
|
|
153
|
+
"yauzl": "^3.3.1"
|
|
156
154
|
},
|
|
157
155
|
"devDependencies": {
|
|
158
156
|
"@babel/preset-react": "^7.27.1",
|
|
159
157
|
"@bugsnag/js": "^8.6.0",
|
|
160
158
|
"@eslint/compat": "^1.4.1",
|
|
161
159
|
"@eslint/js": "^9.36.0",
|
|
162
|
-
"@netlify/functions": "^5.
|
|
163
|
-
"@netlify/types": "^2.
|
|
160
|
+
"@netlify/functions": "^5.3.0",
|
|
161
|
+
"@netlify/types": "^2.8.0",
|
|
164
162
|
"@sindresorhus/slugify": "^3.0.0",
|
|
165
163
|
"@tsconfig/node20": "20.1.0",
|
|
166
164
|
"@tsconfig/recommended": "^1.0.13",
|
|
@@ -176,7 +174,6 @@
|
|
|
176
174
|
"@types/inquirer": "^9.0.9",
|
|
177
175
|
"@types/inquirer-autocomplete-prompt": "^3.0.3",
|
|
178
176
|
"@types/jsonwebtoken": "^9.0.10",
|
|
179
|
-
"@types/lodash": "^4.17.24",
|
|
180
177
|
"@types/lodash.shuffle": "^4.2.9",
|
|
181
178
|
"@types/multiparty": "^4.2.1",
|
|
182
179
|
"@types/node": "~22.18.11",
|
|
@@ -192,6 +189,7 @@
|
|
|
192
189
|
"@types/update-notifier": "^6.0.8",
|
|
193
190
|
"@types/write-file-atomic": "^4.0.3",
|
|
194
191
|
"@types/ws": "^8.18.1",
|
|
192
|
+
"@types/yauzl": "^2.10.3",
|
|
195
193
|
"@vitest/coverage-v8": "^3.2.4",
|
|
196
194
|
"@vitest/eslint-plugin": "1.3.13",
|
|
197
195
|
"c8": "^10.1.3",
|