@inkeep/agents-cli 0.25.0 → 0.26.1
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/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -226950,11 +226950,11 @@ var init_tools = __esm({
|
|
|
226950
226950
|
"use strict";
|
|
226951
226951
|
init_esm_shims();
|
|
226952
226952
|
init_context5();
|
|
226953
|
-
init_conversations();
|
|
226954
226953
|
init_credential_stuffer();
|
|
226955
226954
|
init_schema();
|
|
226956
226955
|
init_types();
|
|
226957
226956
|
init_utils();
|
|
226957
|
+
init_conversations();
|
|
226958
226958
|
init_logger();
|
|
226959
226959
|
init_mcp_client();
|
|
226960
226960
|
init_credentialReferences();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.26.1",
|
|
4
4
|
"description": "Inkeep CLI tool",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"recast": "^0.23.0",
|
|
49
49
|
"ts-morph": "^26.0.0",
|
|
50
50
|
"tsx": "^4.20.5",
|
|
51
|
-
"@inkeep/agents-
|
|
52
|
-
"@inkeep/agents-
|
|
51
|
+
"@inkeep/agents-core": "^0.26.1",
|
|
52
|
+
"@inkeep/agents-sdk": "^0.26.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@types/degit": "^2.8.6",
|