@genesislcap/ai-assistant 14.496.1 → 14.496.2-alpha-438fb6e.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/custom-elements.json +54 -54
- package/package.json +17 -17
|
@@ -1315,6 +1315,48 @@
|
|
|
1315
1315
|
"declarations": [],
|
|
1316
1316
|
"exports": []
|
|
1317
1317
|
},
|
|
1318
|
+
{
|
|
1319
|
+
"kind": "javascript-module",
|
|
1320
|
+
"path": "src/provider/ai-provider-switcher.ts",
|
|
1321
|
+
"declarations": [
|
|
1322
|
+
{
|
|
1323
|
+
"kind": "variable",
|
|
1324
|
+
"name": "AIProviderSwitcher",
|
|
1325
|
+
"description": "The DI token for the (AIProviderSwitcher:interface). Resolves a noop until the app\nregisters one."
|
|
1326
|
+
}
|
|
1327
|
+
],
|
|
1328
|
+
"exports": [
|
|
1329
|
+
{
|
|
1330
|
+
"kind": "js",
|
|
1331
|
+
"name": "AIProviderSwitcher",
|
|
1332
|
+
"declaration": {
|
|
1333
|
+
"name": "AIProviderSwitcher",
|
|
1334
|
+
"module": "src/provider/ai-provider-switcher.ts"
|
|
1335
|
+
}
|
|
1336
|
+
}
|
|
1337
|
+
]
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"kind": "javascript-module",
|
|
1341
|
+
"path": "src/provider/assistant-app-settings.ts",
|
|
1342
|
+
"declarations": [
|
|
1343
|
+
{
|
|
1344
|
+
"kind": "variable",
|
|
1345
|
+
"name": "AssistantAppSettingsProvider",
|
|
1346
|
+
"description": "The DI token for the (AssistantAppSettingsProvider:interface). Resolves a noop\nuntil the host registers one."
|
|
1347
|
+
}
|
|
1348
|
+
],
|
|
1349
|
+
"exports": [
|
|
1350
|
+
{
|
|
1351
|
+
"kind": "js",
|
|
1352
|
+
"name": "AssistantAppSettingsProvider",
|
|
1353
|
+
"declaration": {
|
|
1354
|
+
"name": "AssistantAppSettingsProvider",
|
|
1355
|
+
"module": "src/provider/assistant-app-settings.ts"
|
|
1356
|
+
}
|
|
1357
|
+
}
|
|
1358
|
+
]
|
|
1359
|
+
},
|
|
1318
1360
|
{
|
|
1319
1361
|
"kind": "javascript-module",
|
|
1320
1362
|
"path": "src/main/index.ts",
|
|
@@ -3944,48 +3986,6 @@
|
|
|
3944
3986
|
}
|
|
3945
3987
|
]
|
|
3946
3988
|
},
|
|
3947
|
-
{
|
|
3948
|
-
"kind": "javascript-module",
|
|
3949
|
-
"path": "src/provider/ai-provider-switcher.ts",
|
|
3950
|
-
"declarations": [
|
|
3951
|
-
{
|
|
3952
|
-
"kind": "variable",
|
|
3953
|
-
"name": "AIProviderSwitcher",
|
|
3954
|
-
"description": "The DI token for the (AIProviderSwitcher:interface). Resolves a noop until the app\nregisters one."
|
|
3955
|
-
}
|
|
3956
|
-
],
|
|
3957
|
-
"exports": [
|
|
3958
|
-
{
|
|
3959
|
-
"kind": "js",
|
|
3960
|
-
"name": "AIProviderSwitcher",
|
|
3961
|
-
"declaration": {
|
|
3962
|
-
"name": "AIProviderSwitcher",
|
|
3963
|
-
"module": "src/provider/ai-provider-switcher.ts"
|
|
3964
|
-
}
|
|
3965
|
-
}
|
|
3966
|
-
]
|
|
3967
|
-
},
|
|
3968
|
-
{
|
|
3969
|
-
"kind": "javascript-module",
|
|
3970
|
-
"path": "src/provider/assistant-app-settings.ts",
|
|
3971
|
-
"declarations": [
|
|
3972
|
-
{
|
|
3973
|
-
"kind": "variable",
|
|
3974
|
-
"name": "AssistantAppSettingsProvider",
|
|
3975
|
-
"description": "The DI token for the (AssistantAppSettingsProvider:interface). Resolves a noop\nuntil the host registers one."
|
|
3976
|
-
}
|
|
3977
|
-
],
|
|
3978
|
-
"exports": [
|
|
3979
|
-
{
|
|
3980
|
-
"kind": "js",
|
|
3981
|
-
"name": "AssistantAppSettingsProvider",
|
|
3982
|
-
"declaration": {
|
|
3983
|
-
"name": "AssistantAppSettingsProvider",
|
|
3984
|
-
"module": "src/provider/assistant-app-settings.ts"
|
|
3985
|
-
}
|
|
3986
|
-
}
|
|
3987
|
-
]
|
|
3988
|
-
},
|
|
3989
3989
|
{
|
|
3990
3990
|
"kind": "javascript-module",
|
|
3991
3991
|
"path": "src/state/ai-assistant-slice.ts",
|
|
@@ -4699,6 +4699,18 @@
|
|
|
4699
4699
|
"declarations": [],
|
|
4700
4700
|
"exports": []
|
|
4701
4701
|
},
|
|
4702
|
+
{
|
|
4703
|
+
"kind": "javascript-module",
|
|
4704
|
+
"path": "src/types/ai-chat-widget.ts",
|
|
4705
|
+
"declarations": [],
|
|
4706
|
+
"exports": []
|
|
4707
|
+
},
|
|
4708
|
+
{
|
|
4709
|
+
"kind": "javascript-module",
|
|
4710
|
+
"path": "src/types/interaction-context.ts",
|
|
4711
|
+
"declarations": [],
|
|
4712
|
+
"exports": []
|
|
4713
|
+
},
|
|
4702
4714
|
{
|
|
4703
4715
|
"kind": "javascript-module",
|
|
4704
4716
|
"path": "src/utils/animated-panel-toggle.ts",
|
|
@@ -8373,18 +8385,6 @@
|
|
|
8373
8385
|
}
|
|
8374
8386
|
]
|
|
8375
8387
|
},
|
|
8376
|
-
{
|
|
8377
|
-
"kind": "javascript-module",
|
|
8378
|
-
"path": "src/types/ai-chat-widget.ts",
|
|
8379
|
-
"declarations": [],
|
|
8380
|
-
"exports": []
|
|
8381
|
-
},
|
|
8382
|
-
{
|
|
8383
|
-
"kind": "javascript-module",
|
|
8384
|
-
"path": "src/types/interaction-context.ts",
|
|
8385
|
-
"declarations": [],
|
|
8386
|
-
"exports": []
|
|
8387
|
-
},
|
|
8388
8388
|
{
|
|
8389
8389
|
"kind": "javascript-module",
|
|
8390
8390
|
"path": "src/components/chat-markdown/chat-markdown.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/ai-assistant",
|
|
3
3
|
"description": "Genesis AI Assistant micro-frontend",
|
|
4
|
-
"version": "14.496.
|
|
4
|
+
"version": "14.496.2-alpha-438fb6e.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/ai-assistant.d.ts",
|
|
@@ -73,26 +73,26 @@
|
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@genesislcap/foundation-testing": "14.496.
|
|
77
|
-
"@genesislcap/genx": "14.496.
|
|
78
|
-
"@genesislcap/rollup-builder": "14.496.
|
|
79
|
-
"@genesislcap/ts-builder": "14.496.
|
|
80
|
-
"@genesislcap/uvu-playwright-builder": "14.496.
|
|
81
|
-
"@genesislcap/vite-builder": "14.496.
|
|
82
|
-
"@genesislcap/webpack-builder": "14.496.
|
|
76
|
+
"@genesislcap/foundation-testing": "14.496.2-alpha-438fb6e.0",
|
|
77
|
+
"@genesislcap/genx": "14.496.2-alpha-438fb6e.0",
|
|
78
|
+
"@genesislcap/rollup-builder": "14.496.2-alpha-438fb6e.0",
|
|
79
|
+
"@genesislcap/ts-builder": "14.496.2-alpha-438fb6e.0",
|
|
80
|
+
"@genesislcap/uvu-playwright-builder": "14.496.2-alpha-438fb6e.0",
|
|
81
|
+
"@genesislcap/vite-builder": "14.496.2-alpha-438fb6e.0",
|
|
82
|
+
"@genesislcap/webpack-builder": "14.496.2-alpha-438fb6e.0",
|
|
83
83
|
"@types/dompurify": "^3.0.5",
|
|
84
84
|
"@types/marked": "^5.0.2",
|
|
85
85
|
"esbuild": "0.25.12"
|
|
86
86
|
},
|
|
87
87
|
"dependencies": {
|
|
88
|
-
"@genesislcap/foundation-ai": "14.496.
|
|
89
|
-
"@genesislcap/foundation-logger": "14.496.
|
|
90
|
-
"@genesislcap/foundation-notifications": "14.496.
|
|
91
|
-
"@genesislcap/foundation-redux": "14.496.
|
|
92
|
-
"@genesislcap/foundation-ui": "14.496.
|
|
93
|
-
"@genesislcap/foundation-utils": "14.496.
|
|
94
|
-
"@genesislcap/rapid-design-system": "14.496.
|
|
95
|
-
"@genesislcap/web-core": "14.496.
|
|
88
|
+
"@genesislcap/foundation-ai": "14.496.2-alpha-438fb6e.0",
|
|
89
|
+
"@genesislcap/foundation-logger": "14.496.2-alpha-438fb6e.0",
|
|
90
|
+
"@genesislcap/foundation-notifications": "14.496.2-alpha-438fb6e.0",
|
|
91
|
+
"@genesislcap/foundation-redux": "14.496.2-alpha-438fb6e.0",
|
|
92
|
+
"@genesislcap/foundation-ui": "14.496.2-alpha-438fb6e.0",
|
|
93
|
+
"@genesislcap/foundation-utils": "14.496.2-alpha-438fb6e.0",
|
|
94
|
+
"@genesislcap/rapid-design-system": "14.496.2-alpha-438fb6e.0",
|
|
95
|
+
"@genesislcap/web-core": "14.496.2-alpha-438fb6e.0",
|
|
96
96
|
"dompurify": "^3.3.1",
|
|
97
97
|
"marked": "^17.0.3"
|
|
98
98
|
},
|
|
@@ -105,5 +105,5 @@
|
|
|
105
105
|
"access": "public"
|
|
106
106
|
},
|
|
107
107
|
"customElements": "dist/custom-elements.json",
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "2ed9d35b5d9fa61cae25e36db270198c2fd0a197"
|
|
109
109
|
}
|