@happyvertical/smrt-projects 0.40.27 → 0.40.28
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/index.js +1 -1
- package/dist/manifest.json +17 -2
- package/dist/smrt-knowledge.json +4 -4
- package/package.json +10 -10
package/dist/manifest.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"timestamp":
|
|
3
|
+
"timestamp": 1785095352858,
|
|
4
4
|
"packageName": "@happyvertical/smrt-projects",
|
|
5
|
-
"packageVersion": "0.40.
|
|
5
|
+
"packageVersion": "0.40.28",
|
|
6
6
|
"objects": {
|
|
7
7
|
"@happyvertical/smrt-projects:DevelopmentRequestHistoryCollection": {
|
|
8
8
|
"name": "developmentrequesthistorycollection",
|
|
@@ -5589,6 +5589,9 @@
|
|
|
5589
5589
|
"work_item_type",
|
|
5590
5590
|
"work_item_id"
|
|
5591
5591
|
],
|
|
5592
|
+
"api": false,
|
|
5593
|
+
"cli": false,
|
|
5594
|
+
"mcp": false,
|
|
5592
5595
|
"tenantScoped": {
|
|
5593
5596
|
"mode": "required"
|
|
5594
5597
|
}
|
|
@@ -5787,6 +5790,9 @@
|
|
|
5787
5790
|
"integration_id",
|
|
5788
5791
|
"idempotency_key"
|
|
5789
5792
|
],
|
|
5793
|
+
"api": false,
|
|
5794
|
+
"cli": false,
|
|
5795
|
+
"mcp": false,
|
|
5790
5796
|
"tenantScoped": {
|
|
5791
5797
|
"mode": "required"
|
|
5792
5798
|
}
|
|
@@ -5998,6 +6004,9 @@
|
|
|
5998
6004
|
"request_id",
|
|
5999
6005
|
"preview_id"
|
|
6000
6006
|
],
|
|
6007
|
+
"api": false,
|
|
6008
|
+
"cli": false,
|
|
6009
|
+
"mcp": false,
|
|
6001
6010
|
"tenantScoped": {
|
|
6002
6011
|
"mode": "required"
|
|
6003
6012
|
}
|
|
@@ -6198,6 +6207,9 @@
|
|
|
6198
6207
|
"methods": {},
|
|
6199
6208
|
"decoratorConfig": {
|
|
6200
6209
|
"tableName": "assistance_requests",
|
|
6210
|
+
"api": false,
|
|
6211
|
+
"cli": false,
|
|
6212
|
+
"mcp": false,
|
|
6201
6213
|
"tenantScoped": {
|
|
6202
6214
|
"mode": "required"
|
|
6203
6215
|
}
|
|
@@ -6389,6 +6401,9 @@
|
|
|
6389
6401
|
"methods": {},
|
|
6390
6402
|
"decoratorConfig": {
|
|
6391
6403
|
"tableName": "assistance_request_events",
|
|
6404
|
+
"api": false,
|
|
6405
|
+
"cli": false,
|
|
6406
|
+
"mcp": false,
|
|
6392
6407
|
"tenantScoped": {
|
|
6393
6408
|
"mode": "required"
|
|
6394
6409
|
}
|
package/dist/smrt-knowledge.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"generatedAt": "2026-07-
|
|
3
|
+
"generatedAt": "2026-07-26T19:49:17.661Z",
|
|
4
4
|
"packageName": "@happyvertical/smrt-projects",
|
|
5
|
-
"packageVersion": "0.40.
|
|
5
|
+
"packageVersion": "0.40.28",
|
|
6
6
|
"sourceManifestPath": "dist/manifest.json",
|
|
7
7
|
"agentDocPath": "AGENTS.md",
|
|
8
8
|
"sourceHashes": {
|
|
9
|
-
"manifest": "
|
|
10
|
-
"packageJson": "
|
|
9
|
+
"manifest": "2db58208739c2dafa34f426ce6b18fa73ef947ca67bb48a1baf4e6ac60c49090",
|
|
10
|
+
"packageJson": "bdc14537733b34128573f9e443f03c8d1d8f5acb4f3923b6731e8c26b486b675",
|
|
11
11
|
"agents": "413522a1eeb6062d2011e201074bf783cc501b21d07ca616aacc062db486fe7d"
|
|
12
12
|
},
|
|
13
13
|
"exports": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/smrt-projects",
|
|
3
|
-
"version": "0.40.
|
|
3
|
+
"version": "0.40.28",
|
|
4
4
|
"description": "Provider-agnostic project management models (Issues, PRs, Repositories, Projects) for SMRT framework",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"smrtRawPrimitives": "strict",
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
"@happyvertical/repos": "^0.84.0",
|
|
41
41
|
"@happyvertical/sql": "^0.84.0",
|
|
42
42
|
"@happyvertical/utils": "^0.84.0",
|
|
43
|
-
"@happyvertical/smrt-
|
|
44
|
-
"@happyvertical/smrt-
|
|
45
|
-
"@happyvertical/smrt-prompts": "0.40.
|
|
46
|
-
"@happyvertical/smrt-
|
|
47
|
-
"@happyvertical/smrt-
|
|
48
|
-
"@happyvertical/smrt-types": "0.40.
|
|
49
|
-
"@happyvertical/smrt-ui": "0.40.
|
|
43
|
+
"@happyvertical/smrt-core": "0.40.28",
|
|
44
|
+
"@happyvertical/smrt-config": "0.40.28",
|
|
45
|
+
"@happyvertical/smrt-prompts": "0.40.28",
|
|
46
|
+
"@happyvertical/smrt-subscriptions": "0.40.28",
|
|
47
|
+
"@happyvertical/smrt-tenancy": "0.40.28",
|
|
48
|
+
"@happyvertical/smrt-types": "0.40.28",
|
|
49
|
+
"@happyvertical/smrt-ui": "0.40.28"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"svelte": "^5.56.4"
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
"typescript": "5.9.3",
|
|
67
67
|
"vite": "8.1.4",
|
|
68
68
|
"vitest": "4.1.10",
|
|
69
|
-
"@happyvertical/smrt-
|
|
70
|
-
"@happyvertical/smrt-
|
|
69
|
+
"@happyvertical/smrt-vitest": "0.40.28",
|
|
70
|
+
"@happyvertical/smrt-cli": "0.40.28"
|
|
71
71
|
},
|
|
72
72
|
"keywords": [
|
|
73
73
|
"ai",
|