@inkeep/agents-cli 0.19.3 → 0.19.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.
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -233537,12 +233537,12 @@ var init_projectFull = __esm({
|
|
|
233537
233537
|
"use strict";
|
|
233538
233538
|
init_esm_shims();
|
|
233539
233539
|
init_logger();
|
|
233540
|
+
init_agentFull2();
|
|
233540
233541
|
init_agents();
|
|
233541
233542
|
init_artifactComponents();
|
|
233542
233543
|
init_credentialReferences();
|
|
233543
233544
|
init_dataComponents();
|
|
233544
233545
|
init_functions();
|
|
233545
|
-
init_agentFull2();
|
|
233546
233546
|
init_projects();
|
|
233547
233547
|
init_tools();
|
|
233548
233548
|
defaultLogger = getLogger("projectFull");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-cli",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.4",
|
|
4
4
|
"description": "Inkeep CLI tool",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"recast": "^0.23.0",
|
|
47
47
|
"ts-morph": "^26.0.0",
|
|
48
48
|
"tsx": "^4.20.5",
|
|
49
|
-
"@inkeep/agents-core": "^0.19.
|
|
50
|
-
"@inkeep/agents-sdk": "^0.19.
|
|
49
|
+
"@inkeep/agents-core": "^0.19.4",
|
|
50
|
+
"@inkeep/agents-sdk": "^0.19.4"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/degit": "^2.8.6",
|