@iblai/iblai-js 1.9.6 → 1.9.7
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.
|
@@ -175159,7 +175159,7 @@ function AgentEmbedTab({ labels: labelsProp, urls, CopyCodeBlock, visibilityOpti
|
|
|
175159
175159
|
const { tenantKey, mentorId, username } = useAgentSettings();
|
|
175160
175160
|
// Dynamically import web component to avoid HTMLElement ReferenceError during SSR
|
|
175161
175161
|
useEffect(() => {
|
|
175162
|
-
import('@iblai/
|
|
175162
|
+
import('@iblai/agent-ai');
|
|
175163
175163
|
}, []);
|
|
175164
175164
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
175165
175165
|
const [shareableToken, setShareableToken] = useState();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iblai/iblai-js",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.7",
|
|
4
4
|
"description": "Unified JavaScript SDK for IBL.ai — re-exports data-layer, web-containers, and web-utils under a single package",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -61,10 +61,10 @@
|
|
|
61
61
|
"axios": "1.13.6",
|
|
62
62
|
"dotenv": "16.6.1",
|
|
63
63
|
"winston": "3.19.0",
|
|
64
|
-
"@iblai/web-containers": "1.6.8",
|
|
65
|
-
"@iblai/web-utils": "1.6.4",
|
|
66
64
|
"@iblai/mcp": "1.4.7",
|
|
67
|
-
"@iblai/
|
|
65
|
+
"@iblai/web-containers": "1.6.9",
|
|
66
|
+
"@iblai/data-layer": "1.5.3",
|
|
67
|
+
"@iblai/web-utils": "1.6.4"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
70
|
"@radix-ui/react-dialog": "^1.1.7",
|