@inkeep/create-agents 0.8.4 → 0.8.5

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/utils.js +1 -1
  2. package/package.json +1 -1
package/dist/utils.js CHANGED
@@ -343,7 +343,7 @@ async function setupProjectInDatabase(config) {
343
343
  // Run inkeep push
344
344
  try {
345
345
  // Suppress all output
346
- await execAsync(`pnpm inkeep push --project src/${config.projectId}`);
346
+ await execAsync(`pnpm inkeep push --project src/${config.projectId} --config src/inkeep.config.ts`);
347
347
  }
348
348
  catch (_error) {
349
349
  //Continue despite error - user can setup project manually
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/create-agents",
3
- "version": "0.8.4",
3
+ "version": "0.8.5",
4
4
  "description": "Create an Inkeep Agent Framework project",
5
5
  "type": "module",
6
6
  "bin": {