@inkeep/create-agents 0.1.9 → 0.1.10

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
@@ -517,7 +517,7 @@ dotenv.config();
517
517
  const dbUrl = process.env.DB_FILE_NAME || 'file:local.db';
518
518
  const tenantId = '${config.tenantId}';
519
519
  const projectId = '${config.projectId}';
520
- const projectName = '${config.dirName}';
520
+ const projectName = '${config.projectId}';
521
521
  const projectDescription = 'Generated Inkeep Agents project';
522
522
 
523
523
  async function setupProject() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/create-agents",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Create an Inkeep Agent Framework project",
5
5
  "type": "module",
6
6
  "bin": {