netlify-cli 19.0.1-rc.0 → 19.0.1-rc.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/completion/completion.d.ts +4 -4
- package/dist/commands/completion/completion.d.ts.map +1 -1
- package/dist/commands/completion/completion.js +4 -4
- package/dist/lib/completion/script.js +3 -12
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/utils/framework-server.d.ts.map +1 -1
- package/dist/utils/framework-server.js +2 -3
- package/dist/utils/proxy.d.ts.map +1 -1
- package/dist/utils/proxy.js +55 -22
- package/dist/utils/run-build.d.ts.map +1 -1
- package/dist/utils/run-build.js +1 -0
- package/dist/utils/types.d.ts +2 -0
- package/dist/utils/types.d.ts.map +1 -1
- package/functions-templates/javascript/scheduled-function/package.json +1 -1
- package/functions-templates/typescript/hello-world/package-lock.json +15 -46
- package/functions-templates/typescript/hello-world/package.json +1 -1
- package/functions-templates/typescript/scheduled-function/package.json +1 -1
- package/npm-shrinkwrap.json +485 -1234
- package/package.json +11 -10
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
3
|
"description": "Netlify command line tool",
|
|
4
|
-
"version": "19.0.1-rc.
|
|
4
|
+
"version": "19.0.1-rc.2",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -38,17 +38,18 @@
|
|
|
38
38
|
"@bugsnag/js": "8.2.0",
|
|
39
39
|
"@fastify/static": "7.0.4",
|
|
40
40
|
"@netlify/blobs": "8.1.1",
|
|
41
|
-
"@netlify/build": "29.
|
|
42
|
-
"@netlify/build-info": "8.
|
|
43
|
-
"@netlify/config": "20.
|
|
41
|
+
"@netlify/build": "29.59.2",
|
|
42
|
+
"@netlify/build-info": "8.1.0",
|
|
43
|
+
"@netlify/config": "20.22.0",
|
|
44
44
|
"@netlify/edge-bundler": "12.3.2",
|
|
45
45
|
"@netlify/edge-functions": "2.11.1",
|
|
46
46
|
"@netlify/headers-parser": "7.3.0",
|
|
47
47
|
"@netlify/local-functions-proxy": "1.1.1",
|
|
48
48
|
"@netlify/redirect-parser": "14.5.0",
|
|
49
|
-
"@netlify/zip-it-and-ship-it": "9.
|
|
49
|
+
"@netlify/zip-it-and-ship-it": "9.43.1",
|
|
50
50
|
"@octokit/rest": "21.1.1",
|
|
51
51
|
"@opentelemetry/api": "1.8.0",
|
|
52
|
+
"@pnpm/tabtab": "0.5.4",
|
|
52
53
|
"ansi-escapes": "7.0.0",
|
|
53
54
|
"ansi-to-html": "0.7.2",
|
|
54
55
|
"ascii-table": "0.0.9",
|
|
@@ -89,7 +90,7 @@
|
|
|
89
90
|
"http-proxy": "1.18.1",
|
|
90
91
|
"http-proxy-middleware": "2.0.7",
|
|
91
92
|
"https-proxy-agent": "7.0.6",
|
|
92
|
-
"inquirer": "8.
|
|
93
|
+
"inquirer": "8.2.6",
|
|
93
94
|
"inquirer-autocomplete-prompt": "1.4.0",
|
|
94
95
|
"ipx": "2.1.0",
|
|
95
96
|
"is-docker": "3.0.0",
|
|
@@ -121,11 +122,10 @@
|
|
|
121
122
|
"pump": "3.0.2",
|
|
122
123
|
"raw-body": "3.0.0",
|
|
123
124
|
"read-package-up": "11.0.0",
|
|
124
|
-
"readdirp": "4.1.
|
|
125
|
+
"readdirp": "4.1.2",
|
|
125
126
|
"semver": "7.7.1",
|
|
126
127
|
"source-map-support": "0.5.21",
|
|
127
128
|
"strip-ansi-control-characters": "2.0.0",
|
|
128
|
-
"tabtab": "3.0.2",
|
|
129
129
|
"tempy": "3.1.0",
|
|
130
130
|
"terminal-link": "3.0.0",
|
|
131
131
|
"through2-filter": "4.0.0",
|
|
@@ -137,6 +137,7 @@
|
|
|
137
137
|
"uuid": "11.0.5",
|
|
138
138
|
"wait-port": "1.1.0",
|
|
139
139
|
"write-file-atomic": "5.0.1",
|
|
140
|
-
"ws": "8.18.
|
|
141
|
-
}
|
|
140
|
+
"ws": "8.18.1"
|
|
141
|
+
},
|
|
142
|
+
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
|
|
142
143
|
}
|