create-prisma-php-app 1.20.524 → 1.21.0

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.
@@ -657,7 +657,6 @@ try {
657
657
  $uri = $_determineContentToInclude['uri'] ?? '';
658
658
  $pathname = $uri ? "/" . $uri : "/";
659
659
  $_fileToInclude = basename($_contentToInclude);
660
-
661
660
  authenticateUserToken();
662
661
 
663
662
  if (empty($_contentToInclude)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-prisma-php-app",
3
- "version": "1.20.524",
3
+ "version": "1.21.0",
4
4
  "description": "Prisma-PHP: A Revolutionary Library Bridging PHP with Prisma ORM",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",