netlify-cli 23.12.2 → 23.12.3

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.
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
- "version": "23.12.2",
3
+ "version": "23.12.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify-cli",
9
- "version": "23.12.2",
9
+ "version": "23.12.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
13
  "@fastify/static": "7.0.4",
14
- "@netlify/ai": "0.3.3",
14
+ "@netlify/ai": "0.3.4",
15
15
  "@netlify/api": "14.0.11",
16
16
  "@netlify/blobs": "10.1.0",
17
17
  "@netlify/build": "35.5.2",
@@ -1367,17 +1367,17 @@
1367
1367
  }
1368
1368
  },
1369
1369
  "node_modules/@netlify/ai": {
1370
- "version": "0.3.3",
1371
- "resolved": "https://registry.npmjs.org/@netlify/ai/-/ai-0.3.3.tgz",
1372
- "integrity": "sha512-P2EWy+fmybtJ4xptqR1qq+fL0JK4kj7MxqziSIB9BfqG7kIGDPTHHgbrzpEbgNvUpPt/l74mF5rQ5UW26VRp3A==",
1370
+ "version": "0.3.4",
1371
+ "resolved": "https://registry.npmjs.org/@netlify/ai/-/ai-0.3.4.tgz",
1372
+ "integrity": "sha512-mV0RtkO5dOwbuqRn/Sn0aHIV4j6sw8B4F16WCx0GYBRcJ9IbBkzvuEzW0IDUbNE6hxu9FFs5WRDASDJpgDY1ZQ==",
1373
1373
  "dependencies": {
1374
- "@netlify/api": "^14.0.10"
1374
+ "@netlify/api": "^14.0.11"
1375
1375
  },
1376
1376
  "engines": {
1377
1377
  "node": ">=20.6.1"
1378
1378
  },
1379
1379
  "peerDependencies": {
1380
- "@netlify/api": ">=14.0.10"
1380
+ "@netlify/api": ">=14.0.11"
1381
1381
  }
1382
1382
  },
1383
1383
  "node_modules/@netlify/api": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
3
  "description": "Netlify command line tool",
4
- "version": "23.12.2",
4
+ "version": "23.12.3",
5
5
  "author": "Netlify Inc.",
6
6
  "type": "module",
7
7
  "engines": {
@@ -58,7 +58,7 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@fastify/static": "7.0.4",
61
- "@netlify/ai": "0.3.3",
61
+ "@netlify/ai": "0.3.4",
62
62
  "@netlify/api": "14.0.11",
63
63
  "@netlify/blobs": "10.1.0",
64
64
  "@netlify/build": "35.5.2",