@inkeep/create-agents 0.14.15 → 0.14.16

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 +0 -1
  2. package/package.json +1 -1
package/dist/utils.js CHANGED
@@ -379,7 +379,6 @@ async function setupProjectInDatabase(config) {
379
379
  async function setupDatabase() {
380
380
  try {
381
381
  // Run drizzle-kit migrate to apply migrations to database
382
- await execAsync('pnpm db:generate');
383
382
  await execAsync('pnpm db:migrate');
384
383
  await new Promise((resolve) => setTimeout(resolve, 1000));
385
384
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/create-agents",
3
- "version": "0.14.15",
3
+ "version": "0.14.16",
4
4
  "description": "Create an Inkeep Agent Framework project",
5
5
  "type": "module",
6
6
  "bin": {