@basou/core 0.35.0 → 0.36.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basou/core",
3
- "version": "0.35.0",
3
+ "version": "0.36.0",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "Core primitives for Basou: sessions, events, approvals, git capability",
@@ -1297,6 +1297,27 @@
1297
1297
  "type": "string",
1298
1298
  "minLength": 1
1299
1299
  },
1300
+ "repos": {
1301
+ "type": "array",
1302
+ "items": {
1303
+ "type": "string",
1304
+ "minLength": 1
1305
+ }
1306
+ },
1307
+ "repos_resolved": {
1308
+ "type": "array",
1309
+ "items": {
1310
+ "type": "string",
1311
+ "minLength": 1
1312
+ }
1313
+ },
1314
+ "commits": {
1315
+ "type": "array",
1316
+ "items": {
1317
+ "type": "string",
1318
+ "minLength": 1
1319
+ }
1320
+ },
1300
1321
  "verdict": {
1301
1322
  "type": "string",
1302
1323
  "enum": [
@@ -1541,6 +1541,27 @@
1541
1541
  "type": "string",
1542
1542
  "minLength": 1
1543
1543
  },
1544
+ "repos": {
1545
+ "type": "array",
1546
+ "items": {
1547
+ "type": "string",
1548
+ "minLength": 1
1549
+ }
1550
+ },
1551
+ "repos_resolved": {
1552
+ "type": "array",
1553
+ "items": {
1554
+ "type": "string",
1555
+ "minLength": 1
1556
+ }
1557
+ },
1558
+ "commits": {
1559
+ "type": "array",
1560
+ "items": {
1561
+ "type": "string",
1562
+ "minLength": 1
1563
+ }
1564
+ },
1544
1565
  "verdict": {
1545
1566
  "type": "string",
1546
1567
  "enum": [