@inkeep/agents-cli 0.2.1 → 0.2.2
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
|
@@ -1699,7 +1699,6 @@ async function pullProjectCommand(options) {
|
|
|
1699
1699
|
|
|
1700
1700
|
// src/commands/push.ts
|
|
1701
1701
|
init_esm_shims();
|
|
1702
|
-
init_tsx_loader();
|
|
1703
1702
|
import { existsSync as existsSync9 } from "fs";
|
|
1704
1703
|
import { join as join9 } from "path";
|
|
1705
1704
|
import chalk6 from "chalk";
|
|
@@ -1739,6 +1738,7 @@ Make sure you have a ${env}.env.ts file in the environments directory.`
|
|
|
1739
1738
|
}
|
|
1740
1739
|
|
|
1741
1740
|
// src/commands/push.ts
|
|
1741
|
+
init_tsx_loader();
|
|
1742
1742
|
async function loadProject(projectDir) {
|
|
1743
1743
|
const indexPath = join9(projectDir, "index.ts");
|
|
1744
1744
|
if (!existsSync9(indexPath)) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Inkeep CLI tool",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"recast": "^0.23.0",
|
|
44
44
|
"ts-morph": "^26.0.0",
|
|
45
45
|
"tsx": "^4.20.5",
|
|
46
|
-
"@inkeep/agents-core": "^0.2.
|
|
47
|
-
"@inkeep/agents-manage-ui": "^0.2.
|
|
46
|
+
"@inkeep/agents-core": "^0.2.2",
|
|
47
|
+
"@inkeep/agents-manage-ui": "^0.2.2"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@types/degit": "^2.8.6",
|