@inkeep/agents-cli 0.0.0-dev-20251219041142 → 0.0.0-dev-20251219051850

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 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -742,6 +742,7 @@ const envSchema$1 = z$3.object({
742
742
  INKEEP_AGENTS_MANAGE_UI_URL: z$3.string().optional(),
743
743
  INKEEP_AGENTS_MANAGE_API_URL: z$3.string().optional(),
744
744
  BETTER_AUTH_SECRET: z$3.string().optional(),
745
+ TRUSTED_ORIGIN: z$3.string().optional(),
745
746
  OAUTH_PROXY_PRODUCTION_URL: z$3.string().optional()
746
747
  });
747
748
  const parseEnv$1 = () => {
@@ -4930,7 +4931,7 @@ function customAlphabet(alphabet, size = 21) {
4930
4931
  const generateId$1 = customAlphabet("abcdefghijklmnopqrstuvwxyz0123456789", 21);
4931
4932
 
4932
4933
  //#endregion
4933
- //#region ../node_modules/.pnpm/tsdown@0.18.0_typescript@5.9.3/node_modules/tsdown/esm-shims.js
4934
+ //#region ../node_modules/.pnpm/tsdown@0.18.0_oxc-resolver@11.16.0_typescript@5.9.3/node_modules/tsdown/esm-shims.js
4934
4935
  var getFilename, getDirname, __dirname$1, __filename;
4935
4936
  var init_esm_shims = __esmMin((() => {
4936
4937
  getFilename = () => fileURLToPath(import.meta.url);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-cli",
3
- "version": "0.0.0-dev-20251219041142",
3
+ "version": "0.0.0-dev-20251219051850",
4
4
  "description": "Inkeep CLI tool",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -55,8 +55,8 @@
55
55
  "tsx": "^4.20.5",
56
56
  "open": "^10.2.0",
57
57
  "yaml": "^2.7.0",
58
- "@inkeep/agents-core": "^0.0.0-dev-20251219041142",
59
- "@inkeep/agents-sdk": "^0.0.0-dev-20251219041142"
58
+ "@inkeep/agents-core": "^0.0.0-dev-20251219051850",
59
+ "@inkeep/agents-sdk": "^0.0.0-dev-20251219051850"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@types/degit": "^2.8.6",
@@ -69,7 +69,7 @@
69
69
  "vitest": "^3.2.4"
70
70
  },
71
71
  "peerDependencies": {
72
- "@inkeep/agents-manage-ui": "0.0.0-dev-20251219041142",
72
+ "@inkeep/agents-manage-ui": "0.0.0-dev-20251219051850",
73
73
  "zod": "^4.1.11"
74
74
  },
75
75
  "publishConfig": {