@happyvertical/smrt-projects 0.36.8 → 0.37.1

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,8 +1,8 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "timestamp": 1782522938109,
3
+ "timestamp": 1782792617394,
4
4
  "packageName": "@happyvertical/smrt-projects",
5
- "packageVersion": "0.36.8",
5
+ "packageVersion": "0.37.1",
6
6
  "objects": {
7
7
  "@happyvertical/smrt-projects:IssueCollection": {
8
8
  "name": "issuecollection",
@@ -1306,7 +1306,7 @@
1306
1306
  "parameters": [
1307
1307
  {
1308
1308
  "name": "data",
1309
- "type": "any",
1309
+ "type": "Record<string>",
1310
1310
  "optional": false
1311
1311
  }
1312
1312
  ],
@@ -1318,7 +1318,7 @@
1318
1318
  "name": "getFields",
1319
1319
  "async": true,
1320
1320
  "parameters": [],
1321
- "returnType": "any",
1321
+ "returnType": "Promise<any>",
1322
1322
  "isStatic": false,
1323
1323
  "isPublic": true
1324
1324
  },
@@ -1427,7 +1427,7 @@
1427
1427
  },
1428
1428
  {
1429
1429
  "name": "options",
1430
- "type": "any",
1430
+ "type": "AiOperationOptions",
1431
1431
  "optional": true
1432
1432
  }
1433
1433
  ],
@@ -1446,7 +1446,7 @@
1446
1446
  },
1447
1447
  {
1448
1448
  "name": "options",
1449
- "type": "any",
1449
+ "type": "AiOperationOptions",
1450
1450
  "optional": true
1451
1451
  }
1452
1452
  ],
@@ -1460,7 +1460,7 @@
1460
1460
  "parameters": [
1461
1461
  {
1462
1462
  "name": "options",
1463
- "type": "any",
1463
+ "type": "AiOperationOptions",
1464
1464
  "optional": true
1465
1465
  }
1466
1466
  ],
@@ -1490,6 +1490,25 @@
1490
1490
  "isStatic": false,
1491
1491
  "isPublic": true
1492
1492
  },
1493
+ "_setLoadedRelationship": {
1494
+ "name": "_setLoadedRelationship",
1495
+ "async": false,
1496
+ "parameters": [
1497
+ {
1498
+ "name": "fieldName",
1499
+ "type": "string",
1500
+ "optional": false
1501
+ },
1502
+ {
1503
+ "name": "value",
1504
+ "type": "any",
1505
+ "optional": false
1506
+ }
1507
+ ],
1508
+ "returnType": "void",
1509
+ "isStatic": false,
1510
+ "isPublic": true
1511
+ },
1493
1512
  "loadRelated": {
1494
1513
  "name": "loadRelated",
1495
1514
  "async": true,
@@ -1593,7 +1612,7 @@
1593
1612
  "optional": false
1594
1613
  }
1595
1614
  ],
1596
- "returnType": "Promise<any | null>",
1615
+ "returnType": "Promise",
1597
1616
  "isStatic": false,
1598
1617
  "isPublic": true
1599
1618
  },
@@ -1607,7 +1626,7 @@
1607
1626
  "optional": true
1608
1627
  }
1609
1628
  ],
1610
- "returnType": "Promise<Map<string, any>>",
1629
+ "returnType": "Promise<Map<string>>",
1611
1630
  "isStatic": false,
1612
1631
  "isPublic": true
1613
1632
  },
@@ -2965,7 +2984,7 @@
2965
2984
  "parameters": [
2966
2985
  {
2967
2986
  "name": "data",
2968
- "type": "any",
2987
+ "type": "Record<string>",
2969
2988
  "optional": false
2970
2989
  }
2971
2990
  ],
@@ -2977,7 +2996,7 @@
2977
2996
  "name": "getFields",
2978
2997
  "async": true,
2979
2998
  "parameters": [],
2980
- "returnType": "any",
2999
+ "returnType": "Promise<any>",
2981
3000
  "isStatic": false,
2982
3001
  "isPublic": true
2983
3002
  },
@@ -3086,7 +3105,7 @@
3086
3105
  },
3087
3106
  {
3088
3107
  "name": "options",
3089
- "type": "any",
3108
+ "type": "AiOperationOptions",
3090
3109
  "optional": true
3091
3110
  }
3092
3111
  ],
@@ -3105,7 +3124,7 @@
3105
3124
  },
3106
3125
  {
3107
3126
  "name": "options",
3108
- "type": "any",
3127
+ "type": "AiOperationOptions",
3109
3128
  "optional": true
3110
3129
  }
3111
3130
  ],
@@ -3119,7 +3138,7 @@
3119
3138
  "parameters": [
3120
3139
  {
3121
3140
  "name": "options",
3122
- "type": "any",
3141
+ "type": "AiOperationOptions",
3123
3142
  "optional": true
3124
3143
  }
3125
3144
  ],
@@ -3149,6 +3168,25 @@
3149
3168
  "isStatic": false,
3150
3169
  "isPublic": true
3151
3170
  },
3171
+ "_setLoadedRelationship": {
3172
+ "name": "_setLoadedRelationship",
3173
+ "async": false,
3174
+ "parameters": [
3175
+ {
3176
+ "name": "fieldName",
3177
+ "type": "string",
3178
+ "optional": false
3179
+ },
3180
+ {
3181
+ "name": "value",
3182
+ "type": "any",
3183
+ "optional": false
3184
+ }
3185
+ ],
3186
+ "returnType": "void",
3187
+ "isStatic": false,
3188
+ "isPublic": true
3189
+ },
3152
3190
  "loadRelated": {
3153
3191
  "name": "loadRelated",
3154
3192
  "async": true,
@@ -3252,7 +3290,7 @@
3252
3290
  "optional": false
3253
3291
  }
3254
3292
  ],
3255
- "returnType": "Promise<any | null>",
3293
+ "returnType": "Promise",
3256
3294
  "isStatic": false,
3257
3295
  "isPublic": true
3258
3296
  },
@@ -3266,7 +3304,7 @@
3266
3304
  "optional": true
3267
3305
  }
3268
3306
  ],
3269
- "returnType": "Promise<Map<string, any>>",
3307
+ "returnType": "Promise<Map<string>>",
3270
3308
  "isStatic": false,
3271
3309
  "isPublic": true
3272
3310
  },
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-06-27T01:15:38.498Z",
3
+ "generatedAt": "2026-06-30T04:10:18.666Z",
4
4
  "packageName": "@happyvertical/smrt-projects",
5
- "packageVersion": "0.36.8",
5
+ "packageVersion": "0.37.1",
6
6
  "sourceManifestPath": "dist/manifest.json",
7
7
  "agentDocPath": "AGENTS.md",
8
8
  "sourceHashes": {
9
- "manifest": "152dab1699b22fbaeb02526d437179ac8ad79495969b4b5e6f6e3039e366e9ac",
10
- "packageJson": "cea7e1491235df2f1a48e8f6c62c46ca4e581e834328f1a2b07fedf0493d3ad3",
9
+ "manifest": "9b66898dfa9d5188df0beb9579d4dd710da5db2839d02d490e66a72e3e33a732",
10
+ "packageJson": "c048cc77f5f2bf7052cd548fc95132267324b92aacf5c3feb1c07589b1f5a7fd",
11
11
  "agents": "31de38c962634d69c728bab8dff270448a49718fc36ee20b9cd12216cdbed95c"
12
12
  },
13
13
  "exports": [
@@ -40,7 +40,7 @@
40
40
  "svelte": "^5.18.0",
41
41
  "svelte-check": "^4.3.5",
42
42
  "typescript": "^5.9.3",
43
- "vite": "^7.3.1",
43
+ "vite": "^7.3.6",
44
44
  "vitest": "^4.0.17"
45
45
  },
46
46
  "smrtDependencies": [
@@ -420,6 +420,7 @@
420
420
  }
421
421
  ],
422
422
  "methods": [
423
+ "_setLoadedRelationship",
423
424
  "addComment",
424
425
  "addLabels",
425
426
  "assign",
@@ -1109,6 +1110,7 @@
1109
1110
  }
1110
1111
  ],
1111
1112
  "methods": [
1113
+ "_setLoadedRelationship",
1112
1114
  "addComment",
1113
1115
  "addLabels",
1114
1116
  "assign",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/smrt-projects",
3
- "version": "0.36.8",
3
+ "version": "0.37.1",
4
4
  "description": "Provider-agnostic project management models (Issues, PRs, Repositories, Projects) for SMRT framework",
5
5
  "type": "module",
6
6
  "smrtRawPrimitives": "strict",
@@ -39,12 +39,12 @@
39
39
  "@happyvertical/repos": "^0.74.10",
40
40
  "@happyvertical/sql": "^0.74.10",
41
41
  "@happyvertical/utils": "^0.74.10",
42
- "@happyvertical/smrt-config": "0.36.8",
43
- "@happyvertical/smrt-prompts": "0.36.8",
44
- "@happyvertical/smrt-tenancy": "0.36.8",
45
- "@happyvertical/smrt-types": "0.36.8",
46
- "@happyvertical/smrt-core": "0.36.8",
47
- "@happyvertical/smrt-ui": "0.36.8"
42
+ "@happyvertical/smrt-config": "0.37.1",
43
+ "@happyvertical/smrt-core": "0.37.1",
44
+ "@happyvertical/smrt-prompts": "0.37.1",
45
+ "@happyvertical/smrt-tenancy": "0.37.1",
46
+ "@happyvertical/smrt-types": "0.37.1",
47
+ "@happyvertical/smrt-ui": "0.37.1"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "svelte": "^5.18.0"
@@ -62,10 +62,10 @@
62
62
  "svelte": "^5.46.4",
63
63
  "svelte-check": "^4.3.5",
64
64
  "typescript": "^5.9.3",
65
- "vite": "^7.3.1",
65
+ "vite": "^7.3.6",
66
66
  "vitest": "^4.0.17",
67
- "@happyvertical/smrt-cli": "0.36.8",
68
- "@happyvertical/smrt-vitest": "0.36.8"
67
+ "@happyvertical/smrt-cli": "0.37.1",
68
+ "@happyvertical/smrt-vitest": "0.37.1"
69
69
  },
70
70
  "keywords": [
71
71
  "ai",