create-prisma-php-app 1.10.9 → 1.10.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/.env +4 -1
  2. package/package.json +1 -1
package/dist/.env CHANGED
@@ -13,4 +13,7 @@ DATABASE_URL="postgresql://johndoe:randompassword@localhost:5432/mydb?schema=pub
13
13
  # SMTP_PORT=587 for TLS, 465 for SSL or your SMTP port
14
14
  # SMTP_ENCRYPTION=ssl or tls
15
15
  # MAIL_FROM=john.doe@gmail.com
16
- # MAIL_FROM_NAME="John Doe"
16
+ # MAIL_FROM_NAME="John Doe"
17
+
18
+ # Prisma PHP Auth Secret Key For development only - Change this in production
19
+ AUTH_SECRET=uxsjXVPHN038DEYls2Kw0QUgBcXKUyrjv416nIFWPY4=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-prisma-php-app",
3
- "version": "1.10.9",
3
+ "version": "1.10.10",
4
4
  "description": "Prisma-PHP: A Revolutionary Library Bridging PHP with Prisma ORM",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",