@iblai/iblai-js 1.9.5 → 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/iblai-web-mentor');
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.5",
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": {
@@ -62,8 +62,8 @@
62
62
  "dotenv": "16.6.1",
63
63
  "winston": "3.19.0",
64
64
  "@iblai/mcp": "1.4.7",
65
+ "@iblai/web-containers": "1.6.9",
65
66
  "@iblai/data-layer": "1.5.3",
66
- "@iblai/web-containers": "1.6.8",
67
67
  "@iblai/web-utils": "1.6.4"
68
68
  },
69
69
  "peerDependencies": {