@inkeep/agents-cli 0.0.0-dev-20251124055012 → 0.0.0-dev-20251124172027
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 +10 -0
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -227207,6 +227207,15 @@ var init_service_token_auth = __esm({
|
|
|
227207
227207
|
}
|
|
227208
227208
|
});
|
|
227209
227209
|
|
|
227210
|
+
// ../packages/agents-core/src/utils/temp-jwt.ts
|
|
227211
|
+
var init_temp_jwt = __esm({
|
|
227212
|
+
"../packages/agents-core/src/utils/temp-jwt.ts"() {
|
|
227213
|
+
"use strict";
|
|
227214
|
+
init_esm_shims();
|
|
227215
|
+
init_conversations();
|
|
227216
|
+
}
|
|
227217
|
+
});
|
|
227218
|
+
|
|
227210
227219
|
// ../node_modules/.pnpm/@composio+client@0.1.0-alpha.40/node_modules/@composio/client/internal/tslib.mjs
|
|
227211
227220
|
function __classPrivateFieldSet(receiver, state, value, kind, f3) {
|
|
227212
227221
|
if (kind === "m")
|
|
@@ -242821,6 +242830,7 @@ var init_utils4 = __esm({
|
|
|
242821
242830
|
init_mcp_client();
|
|
242822
242831
|
init_schema_conversion();
|
|
242823
242832
|
init_service_token_auth();
|
|
242833
|
+
init_temp_jwt();
|
|
242824
242834
|
init_third_party_mcp_servers();
|
|
242825
242835
|
init_tracer_factory();
|
|
242826
242836
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-cli",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20251124172027",
|
|
4
4
|
"description": "Inkeep CLI tool",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"ts-morph": "^26.0.0",
|
|
51
51
|
"tsx": "^4.20.5",
|
|
52
52
|
"open": "^10.2.0",
|
|
53
|
-
"@inkeep/agents-core": "^0.0.0-dev-
|
|
54
|
-
"@inkeep/agents-sdk": "^0.0.0-dev-
|
|
53
|
+
"@inkeep/agents-core": "^0.0.0-dev-20251124172027",
|
|
54
|
+
"@inkeep/agents-sdk": "^0.0.0-dev-20251124172027"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@types/degit": "^2.8.6",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"vitest": "^3.2.4"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
|
-
"@inkeep/agents-manage-ui": "0.0.0-dev-
|
|
67
|
+
"@inkeep/agents-manage-ui": "0.0.0-dev-20251124172027",
|
|
68
68
|
"zod": "^4.1.11"
|
|
69
69
|
},
|
|
70
70
|
"engines": {
|