netlify-cli 18.0.4 → 18.1.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/recipes/recipes.d.ts +1 -2
- package/dist/commands/recipes/recipes.d.ts.map +1 -1
- package/dist/recipes/ai-context/context.d.ts +33 -0
- package/dist/recipes/ai-context/context.d.ts.map +1 -0
- package/dist/recipes/ai-context/context.js +100 -0
- package/dist/recipes/ai-context/index.d.ts +4 -0
- package/dist/recipes/ai-context/index.d.ts.map +1 -0
- package/dist/recipes/ai-context/index.js +85 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +9 -9
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "18.0
|
|
3
|
+
"version": "18.1.0",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "18.0
|
|
9
|
+
"version": "18.1.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@bugsnag/js": "8.2.0",
|
|
14
14
|
"@fastify/static": "7.0.4",
|
|
15
|
-
"@netlify/blobs": "8.1.
|
|
15
|
+
"@netlify/blobs": "8.1.1",
|
|
16
16
|
"@netlify/build": "29.58.9",
|
|
17
17
|
"@netlify/build-info": "8.0.0",
|
|
18
18
|
"@netlify/config": "20.21.7",
|
|
@@ -1024,9 +1024,9 @@
|
|
|
1024
1024
|
"integrity": "sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw=="
|
|
1025
1025
|
},
|
|
1026
1026
|
"node_modules/@netlify/blobs": {
|
|
1027
|
-
"version": "8.1.
|
|
1028
|
-
"resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-8.1.
|
|
1029
|
-
"integrity": "sha512-
|
|
1027
|
+
"version": "8.1.1",
|
|
1028
|
+
"resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-8.1.1.tgz",
|
|
1029
|
+
"integrity": "sha512-7Dg3PzArvQ0Owq4wpkLECC9iaDBOxuWUN2uwbQtUF6tZssyez2QN+eO0CjuIhhZUivbw+X9bwsyiEjWkdJnv/A==",
|
|
1030
1030
|
"engines": {
|
|
1031
1031
|
"node": "^14.16.0 || >=16.0.0"
|
|
1032
1032
|
}
|
|
@@ -15201,9 +15201,9 @@
|
|
|
15201
15201
|
"integrity": "sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw=="
|
|
15202
15202
|
},
|
|
15203
15203
|
"@netlify/blobs": {
|
|
15204
|
-
"version": "8.1.
|
|
15205
|
-
"resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-8.1.
|
|
15206
|
-
"integrity": "sha512-
|
|
15204
|
+
"version": "8.1.1",
|
|
15205
|
+
"resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-8.1.1.tgz",
|
|
15206
|
+
"integrity": "sha512-7Dg3PzArvQ0Owq4wpkLECC9iaDBOxuWUN2uwbQtUF6tZssyez2QN+eO0CjuIhhZUivbw+X9bwsyiEjWkdJnv/A=="
|
|
15207
15207
|
},
|
|
15208
15208
|
"@netlify/build": {
|
|
15209
15209
|
"version": "29.58.9",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
3
|
"description": "Netlify command line tool",
|
|
4
|
-
"version": "18.0
|
|
4
|
+
"version": "18.1.0",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@bugsnag/js": "8.2.0",
|
|
39
39
|
"@fastify/static": "7.0.4",
|
|
40
|
-
"@netlify/blobs": "8.1.
|
|
40
|
+
"@netlify/blobs": "8.1.1",
|
|
41
41
|
"@netlify/build": "29.58.9",
|
|
42
42
|
"@netlify/build-info": "8.0.0",
|
|
43
43
|
"@netlify/config": "20.21.7",
|