@inkeep/agents-cli 0.19.5 → 0.19.6
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 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -233939,8 +233939,7 @@ var init_env = __esm({
|
|
|
233939
233939
|
ENVIRONMENT: z10.enum(["development", "production", "pentest", "test"]).optional(),
|
|
233940
233940
|
DB_FILE_NAME: z10.string().optional(),
|
|
233941
233941
|
TURSO_DATABASE_URL: z10.string().optional(),
|
|
233942
|
-
TURSO_AUTH_TOKEN: z10.string().optional()
|
|
233943
|
-
OTEL_TRACES_FORCE_FLUSH_ENABLED: z10.coerce.boolean().optional()
|
|
233942
|
+
TURSO_AUTH_TOKEN: z10.string().optional()
|
|
233944
233943
|
});
|
|
233945
233944
|
parseEnv = () => {
|
|
233946
233945
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-cli",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.6",
|
|
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.6",
|
|
50
|
+
"@inkeep/agents-sdk": "^0.19.6"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/degit": "^2.8.6",
|