@iblai/iblai-js 1.16.2 → 1.16.4
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.
|
@@ -213390,7 +213390,7 @@ function AgentSearchInput({ value, onChange, isLoading = false, placeholder = 'S
|
|
|
213390
213390
|
* standalone passes a "mentor" bundle.
|
|
213391
213391
|
*/
|
|
213392
213392
|
const AGENT_SEARCH_LABELS = {
|
|
213393
|
-
heading: 'Discover and create
|
|
213393
|
+
heading: 'Discover and create agents that combine subject expertise, resources, and skills',
|
|
213394
213394
|
searchPlaceholder: 'Search',
|
|
213395
213395
|
searchAriaLabel: 'Search agents',
|
|
213396
213396
|
pageAriaLabel: 'Agent exploration page',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iblai/iblai-js",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.4",
|
|
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": {
|
|
@@ -67,9 +67,9 @@
|
|
|
67
67
|
"dotenv": "16.6.1",
|
|
68
68
|
"winston": "3.19.0",
|
|
69
69
|
"@iblai/data-layer": "1.7.0",
|
|
70
|
-
"@iblai/mcp": "1.5.
|
|
71
|
-
"@iblai/web-containers": "1.8.
|
|
72
|
-
"@iblai/web-utils": "1.9.
|
|
70
|
+
"@iblai/mcp": "1.5.3",
|
|
71
|
+
"@iblai/web-containers": "1.8.5",
|
|
72
|
+
"@iblai/web-utils": "1.9.2"
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|
|
75
75
|
"@radix-ui/react-dialog": "^1.1.7",
|