@inkeep/agents-cli 0.0.0-dev-20250912011812 → 0.0.0-dev-20250912012315

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -4
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -359,8 +359,8 @@ var init_api = __esm({
359
359
  method: "GET",
360
360
  headers: {
361
361
  "Content-Type": "application/json",
362
- ...process.env.INKEEP_AGENTS_MANAGE_API_SECRET && {
363
- Authorization: `Bearer ${process.env.INKEEP_AGENTS_MANAGE_API_SECRET}`
362
+ ...process.env.INKEEP_AGENTS_MANAGE_API_BYPASS_SECRET && {
363
+ Authorization: `Bearer ${process.env.INKEEP_AGENTS_MANAGE_API_BYPASS_SECRET}`
364
364
  }
365
365
  }
366
366
  }
@@ -390,8 +390,8 @@ var init_api = __esm({
390
390
  method: "PUT",
391
391
  headers: {
392
392
  "Content-Type": "application/json",
393
- ...process.env.INKEEP_AGENTS_MANAGE_API_SECRET && {
394
- Authorization: `Bearer ${process.env.INKEEP_AGENTS_MANAGE_API_SECRET}`
393
+ ...process.env.INKEEP_AGENTS_MANAGE_API_BYPASS_SECRET && {
394
+ Authorization: `Bearer ${process.env.INKEEP_AGENTS_MANAGE_API_BYPASS_SECRET}`
395
395
  }
396
396
  },
397
397
  body: JSON.stringify(graphDefinition)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-cli",
3
- "version": "0.0.0-dev-20250912011812",
3
+ "version": "0.0.0-dev-20250912012315",
4
4
  "description": "Inkeep CLI tool",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -42,8 +42,8 @@
42
42
  "recast": "^0.23.0",
43
43
  "ts-morph": "^26.0.0",
44
44
  "tsx": "^4.20.5",
45
- "@inkeep/agents-core": "^0.0.0-dev-20250912011812",
46
- "@inkeep/agents-manage-ui": "^0.0.0-dev-20250912011812"
45
+ "@inkeep/agents-core": "^0.0.0-dev-20250912012315",
46
+ "@inkeep/agents-manage-ui": "^0.0.0-dev-20250912012315"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/fs-extra": "^11.0.4",