@happyvertical/smrt-projects 0.36.7 → 0.37.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/manifest.json +54 -16
- package/dist/smrt-knowledge.json +6 -4
- package/package.json +9 -9
package/dist/manifest.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"timestamp":
|
|
3
|
+
"timestamp": 1782683575921,
|
|
4
4
|
"packageName": "@happyvertical/smrt-projects",
|
|
5
|
-
"packageVersion": "0.
|
|
5
|
+
"packageVersion": "0.37.0",
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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
|
|
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
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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
|
|
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
|
|
3307
|
+
"returnType": "Promise<Map<string>>",
|
|
3270
3308
|
"isStatic": false,
|
|
3271
3309
|
"isPublic": true
|
|
3272
3310
|
},
|
package/dist/smrt-knowledge.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"generatedAt": "2026-06-
|
|
3
|
+
"generatedAt": "2026-06-28T21:52:56.597Z",
|
|
4
4
|
"packageName": "@happyvertical/smrt-projects",
|
|
5
|
-
"packageVersion": "0.
|
|
5
|
+
"packageVersion": "0.37.0",
|
|
6
6
|
"sourceManifestPath": "dist/manifest.json",
|
|
7
7
|
"agentDocPath": "AGENTS.md",
|
|
8
8
|
"sourceHashes": {
|
|
9
|
-
"manifest": "
|
|
10
|
-
"packageJson": "
|
|
9
|
+
"manifest": "faf18abc5ff7b04182d9dd64b43eb2de24d0262c3d95183873d202ec4bc0760b",
|
|
10
|
+
"packageJson": "e305e3745415f72e3dbb3b955ec39adf6bc764e798157d249d31063ef9603610",
|
|
11
11
|
"agents": "31de38c962634d69c728bab8dff270448a49718fc36ee20b9cd12216cdbed95c"
|
|
12
12
|
},
|
|
13
13
|
"exports": [
|
|
@@ -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.
|
|
3
|
+
"version": "0.37.0",
|
|
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.
|
|
43
|
-
"@happyvertical/smrt-
|
|
44
|
-
"@happyvertical/smrt-
|
|
45
|
-
"@happyvertical/smrt-
|
|
46
|
-
"@happyvertical/smrt-
|
|
47
|
-
"@happyvertical/smrt-
|
|
42
|
+
"@happyvertical/smrt-config": "0.37.0",
|
|
43
|
+
"@happyvertical/smrt-prompts": "0.37.0",
|
|
44
|
+
"@happyvertical/smrt-tenancy": "0.37.0",
|
|
45
|
+
"@happyvertical/smrt-types": "0.37.0",
|
|
46
|
+
"@happyvertical/smrt-ui": "0.37.0",
|
|
47
|
+
"@happyvertical/smrt-core": "0.37.0"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"svelte": "^5.18.0"
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"typescript": "^5.9.3",
|
|
65
65
|
"vite": "^7.3.1",
|
|
66
66
|
"vitest": "^4.0.17",
|
|
67
|
-
"@happyvertical/smrt-cli": "0.
|
|
68
|
-
"@happyvertical/smrt-vitest": "0.
|
|
67
|
+
"@happyvertical/smrt-cli": "0.37.0",
|
|
68
|
+
"@happyvertical/smrt-vitest": "0.37.0"
|
|
69
69
|
},
|
|
70
70
|
"keywords": [
|
|
71
71
|
"ai",
|