@inkeep/create-agents 0.0.0-dev-20250917200022 → 0.0.0-dev-20250917205552

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
@@ -280,7 +280,7 @@ OPENAI_API_KEY=${config.openAiKey || 'your-openai-key-here'}
280
280
  GOOGLE_GENERATIVE_AI_API_KEY=${config.googleKey || 'your-google-key-here'}
281
281
 
282
282
  # SigNoz
283
- NEXT_PUBLIC_SIGNOZ_URL=your-signoz-url-here
283
+ SIGNOZ_URL=your-signoz-url-here
284
284
  SIGNOZ_API_KEY=your-signoz-api-key-here
285
285
  `;
286
286
  await fs.writeFile('.env', envContent);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/create-agents",
3
- "version": "0.0.0-dev-20250917200022",
3
+ "version": "0.0.0-dev-20250917205552",
4
4
  "description": "Create an Inkeep Agent Framework project",
5
5
  "type": "module",
6
6
  "bin": {