adminforth 2.54.0-next.3 → 2.54.0-next.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.
File without changes
@@ -29,7 +29,7 @@
29
29
  "zod": "^4.3.6"
30
30
  },
31
31
  "devDependencies": {
32
- "typescript": "5.4.5",
32
+ "typescript": "6.0.3",
33
33
  "tsx": "4.11.2",
34
34
  "@types/express": "^4.17.21",
35
35
  "@types/node": "latest",
@@ -366,7 +366,7 @@ async function writeTemplateFiles(dirname, cwd, useNpm, includePrismaMigrations,
366
366
  },
367
367
  {
368
368
  // We'll write .env using the same content as .env.sample
369
- src: '.env.local.hbs',
369
+ src: '.env.hbs',
370
370
  dest: '.env',
371
371
  data: {dbUrl, prismaDbUrl},
372
372
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.54.0-next.3",
3
+ "version": "2.54.0-next.5",
4
4
  "description": "OpenSource Agent-Native forth-generation admin panel",
5
5
  "keywords": [
6
6
  "adminforth",