netlify 23.8.0 → 23.9.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/agents/agents-create.d.ts +12 -0
- package/dist/commands/agents/agents-create.d.ts.map +1 -0
- package/dist/commands/agents/agents-create.js +131 -0
- package/dist/commands/agents/agents-create.js.map +1 -0
- package/dist/commands/agents/agents-list.d.ts +10 -0
- package/dist/commands/agents/agents-list.d.ts.map +1 -0
- package/dist/commands/agents/agents-list.js +115 -0
- package/dist/commands/agents/agents-list.js.map +1 -0
- package/dist/commands/agents/agents-show.d.ts +9 -0
- package/dist/commands/agents/agents-show.d.ts.map +1 -0
- package/dist/commands/agents/agents-show.js +127 -0
- package/dist/commands/agents/agents-show.js.map +1 -0
- package/dist/commands/agents/agents-stop.d.ts +11 -0
- package/dist/commands/agents/agents-stop.d.ts.map +1 -0
- package/dist/commands/agents/agents-stop.js +75 -0
- package/dist/commands/agents/agents-stop.js.map +1 -0
- package/dist/commands/agents/agents.d.ts +3 -0
- package/dist/commands/agents/agents.d.ts.map +1 -0
- package/dist/commands/agents/agents.js +83 -0
- package/dist/commands/agents/agents.js.map +1 -0
- package/dist/commands/agents/constants.d.ts +39 -0
- package/dist/commands/agents/constants.d.ts.map +1 -0
- package/dist/commands/agents/constants.js +29 -0
- package/dist/commands/agents/constants.js.map +1 -0
- package/dist/commands/agents/index.d.ts +2 -0
- package/dist/commands/agents/index.d.ts.map +1 -0
- package/dist/commands/agents/index.js +2 -0
- package/dist/commands/agents/index.js.map +1 -0
- package/dist/commands/agents/types.d.ts +48 -0
- package/dist/commands/agents/types.d.ts.map +1 -0
- package/dist/commands/agents/types.js +2 -0
- package/dist/commands/agents/types.js.map +1 -0
- package/dist/commands/agents/utils.d.ts +8 -0
- package/dist/commands/agents/utils.d.ts.map +1 -0
- package/dist/commands/agents/utils.js +51 -0
- package/dist/commands/agents/utils.js.map +1 -0
- package/dist/commands/database/utils.d.ts.map +1 -1
- package/dist/commands/main.d.ts.map +1 -1
- package/dist/commands/main.js +2 -0
- package/dist/commands/main.js.map +1 -1
- package/dist/lib/extensions.d.ts.map +1 -1
- package/dist/lib/extensions.js +0 -1
- package/dist/lib/extensions.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/utils/command-helpers.d.ts +4 -2
- package/dist/utils/command-helpers.d.ts.map +1 -1
- package/dist/utils/command-helpers.js +1 -1
- package/dist/utils/command-helpers.js.map +1 -1
- package/dist/utils/hooks/requires-site-info-with-project.d.ts +8 -0
- package/dist/utils/hooks/requires-site-info-with-project.d.ts.map +1 -0
- package/dist/utils/hooks/requires-site-info-with-project.js +84 -0
- package/dist/utils/hooks/requires-site-info-with-project.js.map +1 -0
- package/dist/utils/init/utils.d.ts.map +1 -1
- package/functions-templates/rust/hello-world/Cargo.toml +1 -1
- package/functions-templates/typescript/hello-world/package-lock.json +6 -6
- package/npm-shrinkwrap.json +200 -197
- package/package.json +7 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify",
|
|
3
3
|
"description": "Netlify command line tool",
|
|
4
|
-
"version": "23.
|
|
4
|
+
"version": "23.9.0",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@fastify/static": "7.0.4",
|
|
59
59
|
"@netlify/ai": "0.2.1",
|
|
60
|
-
"@netlify/api": "14.0.
|
|
60
|
+
"@netlify/api": "14.0.6",
|
|
61
61
|
"@netlify/blobs": "10.0.11",
|
|
62
62
|
"@netlify/build": "35.1.8",
|
|
63
63
|
"@netlify/build-info": "10.0.8",
|
|
@@ -65,11 +65,12 @@
|
|
|
65
65
|
"@netlify/dev-utils": "4.2.0",
|
|
66
66
|
"@netlify/edge-bundler": "14.5.6",
|
|
67
67
|
"@netlify/edge-functions": "2.18.1",
|
|
68
|
+
"@netlify/edge-functions-bootstrap": "2.17.1",
|
|
68
69
|
"@netlify/headers-parser": "9.0.2",
|
|
69
70
|
"@netlify/local-functions-proxy": "2.0.3",
|
|
70
71
|
"@netlify/redirect-parser": "15.0.3",
|
|
71
72
|
"@netlify/zip-it-and-ship-it": "14.1.8",
|
|
72
|
-
"@octokit/rest": "
|
|
73
|
+
"@octokit/rest": "22.0.0",
|
|
73
74
|
"@opentelemetry/api": "1.8.0",
|
|
74
75
|
"@pnpm/tabtab": "0.5.4",
|
|
75
76
|
"ansi-escapes": "7.1.1",
|
|
@@ -82,16 +83,16 @@
|
|
|
82
83
|
"ci-info": "4.3.0",
|
|
83
84
|
"clean-deep": "3.4.0",
|
|
84
85
|
"commander": "12.1.0",
|
|
85
|
-
"comment-json": "4.
|
|
86
|
+
"comment-json": "4.3.0",
|
|
86
87
|
"content-type": "1.0.5",
|
|
87
88
|
"cookie": "1.0.2",
|
|
88
89
|
"cron-parser": "4.9.0",
|
|
89
90
|
"debug": "4.4.3",
|
|
90
91
|
"decache": "4.6.2",
|
|
91
92
|
"dot-prop": "9.0.0",
|
|
92
|
-
"dotenv": "17.2.
|
|
93
|
+
"dotenv": "17.2.3",
|
|
93
94
|
"env-paths": "3.0.0",
|
|
94
|
-
"envinfo": "7.
|
|
95
|
+
"envinfo": "7.15.0",
|
|
95
96
|
"etag": "1.8.1",
|
|
96
97
|
"execa": "5.1.1",
|
|
97
98
|
"express": "4.21.2",
|