@inkeep/agents-cli 0.8.0 → 0.8.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 +2 -0
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -20580,6 +20580,8 @@ var init_env = __esm({
|
|
|
20580
20580
|
envSchema = z9.object({
|
|
20581
20581
|
ENVIRONMENT: z9.enum(["development", "production", "pentest", "test"]).optional(),
|
|
20582
20582
|
DB_FILE_NAME: z9.string().optional(),
|
|
20583
|
+
TURSO_DATABASE_URL: z9.string().optional(),
|
|
20584
|
+
TURSO_AUTH_TOKEN: z9.string().optional(),
|
|
20583
20585
|
OTEL_TRACES_FORCE_FLUSH_ENABLED: z9.coerce.boolean().optional()
|
|
20584
20586
|
});
|
|
20585
20587
|
parseEnv = () => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-cli",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"description": "Inkeep CLI tool",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"recast": "^0.23.0",
|
|
46
46
|
"ts-morph": "^26.0.0",
|
|
47
47
|
"tsx": "^4.20.5",
|
|
48
|
-
"@inkeep/agents-core": "^0.8.
|
|
49
|
-
"@inkeep/agents-manage-ui": "^0.8.
|
|
48
|
+
"@inkeep/agents-core": "^0.8.1",
|
|
49
|
+
"@inkeep/agents-manage-ui": "^0.8.1"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/degit": "^2.8.6",
|