@happyvertical/smrt-chat 0.40.69 → 0.41.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/index.js +1 -1
- package/dist/manifest.json +287 -104
- package/dist/smrt-knowledge.json +38 -3
- package/package.json +11 -11
package/dist/smrt-knowledge.json
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
"sensitiveFieldsExcluded": true,
|
|
4
4
|
"generatedAt": "1970-01-01T00:00:00.000Z",
|
|
5
5
|
"packageName": "@happyvertical/smrt-chat",
|
|
6
|
-
"packageVersion": "0.
|
|
6
|
+
"packageVersion": "0.41.0",
|
|
7
7
|
"sourceManifestPath": "dist/manifest.json",
|
|
8
8
|
"agentDocPath": "AGENTS.md",
|
|
9
9
|
"sourceHashes": {
|
|
10
|
-
"manifest": "
|
|
11
|
-
"packageJson": "
|
|
10
|
+
"manifest": "e3c0bf8fb2270830b8b6325bc86fd72de113a8e9e99d41cab8fcc64e980531ff",
|
|
11
|
+
"packageJson": "e3580b2c97e37ba62b1e96bd4ade287e7aac5df7f21da89d4d1d450dc405ab48",
|
|
12
12
|
"agents": "1cf0059cf2de39d183d21873a0df0cc8c5979dd2707d880007d6c462dd92cae1"
|
|
13
13
|
},
|
|
14
14
|
"exports": [
|
|
@@ -758,6 +758,11 @@
|
|
|
758
758
|
"mode": "optional",
|
|
759
759
|
"field": "tenantId"
|
|
760
760
|
},
|
|
761
|
+
"conflictColumns": [
|
|
762
|
+
"tenant_id",
|
|
763
|
+
"slug",
|
|
764
|
+
"context"
|
|
765
|
+
],
|
|
761
766
|
"surfaces": [
|
|
762
767
|
{
|
|
763
768
|
"kind": "api",
|
|
@@ -1070,6 +1075,11 @@
|
|
|
1070
1075
|
"mode": "required",
|
|
1071
1076
|
"field": "tenantId"
|
|
1072
1077
|
},
|
|
1078
|
+
"conflictColumns": [
|
|
1079
|
+
"tenant_id",
|
|
1080
|
+
"slug",
|
|
1081
|
+
"context"
|
|
1082
|
+
],
|
|
1073
1083
|
"surfaces": [
|
|
1074
1084
|
{
|
|
1075
1085
|
"kind": "api",
|
|
@@ -1299,6 +1309,11 @@
|
|
|
1299
1309
|
"mode": "required",
|
|
1300
1310
|
"field": "tenantId"
|
|
1301
1311
|
},
|
|
1312
|
+
"conflictColumns": [
|
|
1313
|
+
"tenant_id",
|
|
1314
|
+
"slug",
|
|
1315
|
+
"context"
|
|
1316
|
+
],
|
|
1302
1317
|
"surfaces": [
|
|
1303
1318
|
{
|
|
1304
1319
|
"kind": "api",
|
|
@@ -1425,6 +1440,11 @@
|
|
|
1425
1440
|
"mode": "required",
|
|
1426
1441
|
"field": "tenantId"
|
|
1427
1442
|
},
|
|
1443
|
+
"conflictColumns": [
|
|
1444
|
+
"tenant_id",
|
|
1445
|
+
"slug",
|
|
1446
|
+
"context"
|
|
1447
|
+
],
|
|
1428
1448
|
"surfaces": [
|
|
1429
1449
|
{
|
|
1430
1450
|
"kind": "api",
|
|
@@ -1611,6 +1631,11 @@
|
|
|
1611
1631
|
"mode": "required",
|
|
1612
1632
|
"field": "tenantId"
|
|
1613
1633
|
},
|
|
1634
|
+
"conflictColumns": [
|
|
1635
|
+
"tenant_id",
|
|
1636
|
+
"slug",
|
|
1637
|
+
"context"
|
|
1638
|
+
],
|
|
1614
1639
|
"surfaces": [
|
|
1615
1640
|
{
|
|
1616
1641
|
"kind": "api",
|
|
@@ -1778,6 +1803,11 @@
|
|
|
1778
1803
|
"mode": "required",
|
|
1779
1804
|
"field": "tenantId"
|
|
1780
1805
|
},
|
|
1806
|
+
"conflictColumns": [
|
|
1807
|
+
"tenant_id",
|
|
1808
|
+
"slug",
|
|
1809
|
+
"context"
|
|
1810
|
+
],
|
|
1781
1811
|
"surfaces": [
|
|
1782
1812
|
{
|
|
1783
1813
|
"kind": "api",
|
|
@@ -2230,6 +2260,11 @@
|
|
|
2230
2260
|
"mode": "required",
|
|
2231
2261
|
"field": "tenantId"
|
|
2232
2262
|
},
|
|
2263
|
+
"conflictColumns": [
|
|
2264
|
+
"tenant_id",
|
|
2265
|
+
"slug",
|
|
2266
|
+
"context"
|
|
2267
|
+
],
|
|
2233
2268
|
"surfaces": [
|
|
2234
2269
|
{
|
|
2235
2270
|
"kind": "api",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/smrt-chat",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.41.0",
|
|
4
4
|
"description": "Chat rooms, DMs, threads, and agent conversations for the SMRT framework",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"smrtRawPrimitives": "strict",
|
|
@@ -62,13 +62,13 @@
|
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@happyvertical/ai": "^0.88.0",
|
|
64
64
|
"@happyvertical/sql": "^0.88.0",
|
|
65
|
-
"@happyvertical/smrt-agents": "0.
|
|
66
|
-
"@happyvertical/smrt-
|
|
67
|
-
"@happyvertical/smrt-
|
|
68
|
-
"@happyvertical/smrt-tenancy": "0.
|
|
69
|
-
"@happyvertical/smrt-
|
|
70
|
-
"@happyvertical/smrt-
|
|
71
|
-
"@happyvertical/smrt-users": "0.
|
|
65
|
+
"@happyvertical/smrt-agents": "0.41.0",
|
|
66
|
+
"@happyvertical/smrt-core": "0.41.0",
|
|
67
|
+
"@happyvertical/smrt-personas": "0.41.0",
|
|
68
|
+
"@happyvertical/smrt-tenancy": "0.41.0",
|
|
69
|
+
"@happyvertical/smrt-ui": "0.41.0",
|
|
70
|
+
"@happyvertical/smrt-types": "0.41.0",
|
|
71
|
+
"@happyvertical/smrt-users": "0.41.0"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"svelte": "^5.56.4"
|
|
@@ -89,9 +89,9 @@
|
|
|
89
89
|
"typescript": "5.9.3",
|
|
90
90
|
"vite": "8.1.4",
|
|
91
91
|
"vitest": "4.1.10",
|
|
92
|
-
"@happyvertical/smrt-playground": "0.
|
|
93
|
-
"@happyvertical/smrt-profiles": "0.
|
|
94
|
-
"@happyvertical/smrt-vitest": "0.
|
|
92
|
+
"@happyvertical/smrt-playground": "0.41.0",
|
|
93
|
+
"@happyvertical/smrt-profiles": "0.41.0",
|
|
94
|
+
"@happyvertical/smrt-vitest": "0.41.0"
|
|
95
95
|
},
|
|
96
96
|
"scripts": {
|
|
97
97
|
"build": "SMRT_PACKAGE_BUILD=1 vite build --mode library && SMRT_PACKAGE_BUILD=1 svelte-package -i src/svelte -o dist/svelte --tsconfig tsconfig.svelte.json",
|