@inkeep/agents-cli 0.0.0-dev-20250919185941 → 0.0.0-dev-20250919192523

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 +2 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -331,7 +331,7 @@ var init_api = __esm({
331
331
  const tenantId = this.checkTenantId();
332
332
  const projectId = this.getProjectId();
333
333
  const response = await fetch(
334
- `${this.apiUrl}/tenants/${tenantId}/crud/projects/${projectId}/agent-graphs`,
334
+ `${this.apiUrl}/tenants/${tenantId}/projects/${projectId}/agent-graphs`,
335
335
  {
336
336
  method: "GET",
337
337
  headers: {
@@ -362,7 +362,7 @@ var init_api = __esm({
362
362
  throw new Error("Graph must have an id property");
363
363
  }
364
364
  const response = await fetch(
365
- `${this.apiUrl}/tenants/${tenantId}/crud/projects/${projectId}/graph/${graphId}`,
365
+ `${this.apiUrl}/tenants/${tenantId}/projects/${projectId}/graph/${graphId}`,
366
366
  {
367
367
  method: "PUT",
368
368
  headers: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-cli",
3
- "version": "0.0.0-dev-20250919185941",
3
+ "version": "0.0.0-dev-20250919192523",
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.0.0-dev-20250919185941",
47
- "@inkeep/agents-manage-ui": "^0.0.0-dev-20250919185941"
46
+ "@inkeep/agents-core": "^0.0.0-dev-20250919192523",
47
+ "@inkeep/agents-manage-ui": "^0.0.0-dev-20250919192523"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/degit": "^2.8.6",