create-prisma-php-app 1.10.14 → 1.10.15

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 +0 -11
  2. package/package.json +1 -1
package/dist/.env CHANGED
@@ -1,11 +0,0 @@
1
- # PHPMailer
2
- # SMTP_HOST=smtp.gmail.com or your SMTP host
3
- # SMTP_USERNAME=john.doe@gmail.com or your SMTP username
4
- # SMTP_PASSWORD=123456
5
- # SMTP_PORT=587 for TLS, 465 for SSL or your SMTP port
6
- # SMTP_ENCRYPTION=ssl or tls
7
- # MAIL_FROM=john.doe@gmail.com
8
- # MAIL_FROM_NAME="John Doe"
9
-
10
- # Prisma PHP Auth Secret Key For development only - Change this in production
11
- AUTH_SECRET=uxsjXVPHN038DEYls2Kw0QUgBcXKUyrjv416nIFWPY4=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-prisma-php-app",
3
- "version": "1.10.14",
3
+ "version": "1.10.15",
4
4
  "description": "Prisma-PHP: A Revolutionary Library Bridging PHP with Prisma ORM",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",