create-authenik8-app 2.4.13 → 2.4.14

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.
@@ -208,7 +208,7 @@ ${providers.map(providerRoutesBlock).join("\n")}
208
208
  export default router;
209
209
  `);
210
210
  await fs.writeFile(controllerPath, `import { Request, Response } from "express";
211
- import { getAuth } from "../auth.js";
211
+ import { getAuth } from "../auth";
212
212
  import { identityAdapter } from "../identity.adapter";
213
213
 
214
214
  type OAuthProvider = ${providerUnion};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-authenik8-app",
3
- "version": "2.4.13",
3
+ "version": "2.4.14",
4
4
  "description": " Fast Express + TypeScript auth starter with secure JWT, refresh rotation, Redis, RBAC, OAuth & Prisma.\nPowered by the Authenik8 Identity Engine.",
5
5
  "bin": {
6
6
  "create-authenik8-app": "dist/src/bin/index.js"
@@ -64,7 +64,7 @@
64
64
  "fast-check": "^4.8.0",
65
65
  "jose": "6.2.3",
66
66
  "supertest": "^7.2.2",
67
- "tsx": "^4.22.4",
67
+ "tsx": "^4.23.1",
68
68
  "typescript": "^6.0.3",
69
69
  "vitest": "^4.1.8"
70
70
  },
@@ -25,7 +25,7 @@
25
25
  "@types/express": "^4.17.21",
26
26
  "@types/node": "^26.0.1",
27
27
  "ts-node-dev": "^2.0.0",
28
- "typescript": "^7.0.2",
28
+ "typescript": "^5.0.0",
29
29
  "prisma": "7.8.0"
30
30
  },
31
31
  "overrides": {