@inkeep/create-agents 0.0.0-dev-20260118155108 → 0.0.0-dev-20260119163620

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 +2 -0
  2. package/package.json +2 -2
package/dist/utils.js CHANGED
@@ -473,6 +473,8 @@ DEFAULT_PROJECT_ID=${config.projectId}
473
473
  BETTER_AUTH_SECRET=${betterAuthSecret}
474
474
  DISABLE_AUTH=true
475
475
 
476
+ ENABLE_AUTHZ=false
477
+
476
478
  `;
477
479
  await fs.writeFile('.env', envContent);
478
480
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/create-agents",
3
- "version": "0.0.0-dev-20260118155108",
3
+ "version": "0.0.0-dev-20260119163620",
4
4
  "description": "Create an Inkeep Agent Framework project",
5
5
  "type": "module",
6
6
  "bin": {
@@ -33,7 +33,7 @@
33
33
  "degit": "^2.8.4",
34
34
  "fs-extra": "^11.0.0",
35
35
  "picocolors": "^1.0.0",
36
- "@inkeep/agents-core": "0.0.0-dev-20260118155108"
36
+ "@inkeep/agents-core": "0.0.0-dev-20260119163620"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/degit": "^2.8.6",