@inkeep/agents-cli 0.32.2 → 0.33.0

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 +11 -11
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -11489,15 +11489,15 @@ import { fileURLToPath as fileURLToPath2 } from "url";
11489
11489
  import { sql } from "drizzle-orm";
11490
11490
  import { drizzle } from "drizzle-orm/pglite";
11491
11491
  import { migrate } from "drizzle-orm/pglite/migrator";
11492
- var __filename2, __dirname2;
11492
+ var FILENAME, DIRNAME;
11493
11493
  var init_test_client = __esm({
11494
11494
  "../packages/agents-core/src/db/test-client.ts"() {
11495
11495
  "use strict";
11496
11496
  init_esm_shims();
11497
11497
  init_dist5();
11498
11498
  init_schema();
11499
- __filename2 = fileURLToPath2(import.meta.url);
11500
- __dirname2 = dirname(__filename2);
11499
+ FILENAME = fileURLToPath2(import.meta.url);
11500
+ DIRNAME = dirname(FILENAME);
11501
11501
  }
11502
11502
  });
11503
11503
 
@@ -235140,9 +235140,9 @@ import { existsSync as existsSync6, readFileSync as readFileSync2 } from "fs";
235140
235140
  import { dirname as dirname5, join as join7 } from "path";
235141
235141
  import { fileURLToPath as fileURLToPath3 } from "url";
235142
235142
  function getCurrentVersion() {
235143
- let packageJsonPath2 = join7(__dirname3, "..", "package.json");
235143
+ let packageJsonPath2 = join7(__dirname2, "..", "package.json");
235144
235144
  if (!existsSync6(packageJsonPath2)) {
235145
- packageJsonPath2 = join7(__dirname3, "..", "..", "package.json");
235145
+ packageJsonPath2 = join7(__dirname2, "..", "..", "package.json");
235146
235146
  }
235147
235147
  const packageJson2 = JSON.parse(readFileSync2(packageJsonPath2, "utf-8"));
235148
235148
  return packageJson2.version;
@@ -235196,13 +235196,13 @@ async function checkForUpdate() {
235196
235196
  function getChangelogUrl() {
235197
235197
  return `https://github.com/inkeep/agents/blob/main/agents-cli/CHANGELOG.md`;
235198
235198
  }
235199
- var __filename3, __dirname3, DEFAULT_PACKAGE_NAME;
235199
+ var __filename2, __dirname2, DEFAULT_PACKAGE_NAME;
235200
235200
  var init_version_check = __esm({
235201
235201
  "src/utils/version-check.ts"() {
235202
235202
  "use strict";
235203
235203
  init_esm_shims();
235204
- __filename3 = fileURLToPath3(import.meta.url);
235205
- __dirname3 = dirname5(__filename3);
235204
+ __filename2 = fileURLToPath3(import.meta.url);
235205
+ __dirname2 = dirname5(__filename2);
235206
235206
  DEFAULT_PACKAGE_NAME = "@inkeep/agents-cli";
235207
235207
  }
235208
235208
  });
@@ -242773,9 +242773,9 @@ async function updateCommand(options = {}) {
242773
242773
  // src/index.ts
242774
242774
  var configLogger = getLogger("config");
242775
242775
  configLogger.updateOptions({ level: "silent" });
242776
- var __filename4 = fileURLToPath4(import.meta.url);
242777
- var __dirname4 = dirname11(__filename4);
242778
- var packageJsonPath = join18(__dirname4, "..", "package.json");
242776
+ var __filename3 = fileURLToPath4(import.meta.url);
242777
+ var __dirname3 = dirname11(__filename3);
242778
+ var packageJsonPath = join18(__dirname3, "..", "package.json");
242779
242779
  var packageJson = JSON.parse(readFileSync6(packageJsonPath, "utf-8"));
242780
242780
  var program = new Command();
242781
242781
  program.name("inkeep").description("CLI tool for Inkeep Agent Framework").version(packageJson.version);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-cli",
3
- "version": "0.32.2",
3
+ "version": "0.33.0",
4
4
  "description": "Inkeep CLI tool",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -49,8 +49,8 @@
49
49
  "ts-morph": "^26.0.0",
50
50
  "tsx": "^4.20.5",
51
51
  "open": "^10.2.0",
52
- "@inkeep/agents-core": "^0.32.2",
53
- "@inkeep/agents-sdk": "^0.32.2"
52
+ "@inkeep/agents-sdk": "^0.33.0",
53
+ "@inkeep/agents-core": "^0.33.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/degit": "^2.8.6",