netlify 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",
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",
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",
@@ -1366,17 +1366,17 @@
1366
1366
  }
1367
1367
  },
1368
1368
  "node_modules/@netlify/ai": {
1369
- "version": "0.3.3",
1370
- "resolved": "https://registry.npmjs.org/@netlify/ai/-/ai-0.3.3.tgz",
1371
- "integrity": "sha512-P2EWy+fmybtJ4xptqR1qq+fL0JK4kj7MxqziSIB9BfqG7kIGDPTHHgbrzpEbgNvUpPt/l74mF5rQ5UW26VRp3A==",
1369
+ "version": "0.3.4",
1370
+ "resolved": "https://registry.npmjs.org/@netlify/ai/-/ai-0.3.4.tgz",
1371
+ "integrity": "sha512-mV0RtkO5dOwbuqRn/Sn0aHIV4j6sw8B4F16WCx0GYBRcJ9IbBkzvuEzW0IDUbNE6hxu9FFs5WRDASDJpgDY1ZQ==",
1372
1372
  "dependencies": {
1373
- "@netlify/api": "^14.0.10"
1373
+ "@netlify/api": "^14.0.11"
1374
1374
  },
1375
1375
  "engines": {
1376
1376
  "node": ">=20.6.1"
1377
1377
  },
1378
1378
  "peerDependencies": {
1379
- "@netlify/api": ">=14.0.10"
1379
+ "@netlify/api": ">=14.0.11"
1380
1380
  }
1381
1381
  },
1382
1382
  "node_modules/@netlify/api": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "netlify",
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": {
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@fastify/static": "7.0.4",
59
- "@netlify/ai": "0.3.3",
59
+ "@netlify/ai": "0.3.4",
60
60
  "@netlify/api": "14.0.11",
61
61
  "@netlify/blobs": "10.1.0",
62
62
  "@netlify/build": "35.5.2",