create-prisma-php-app 1.13.2 → 1.13.4

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.
@@ -8,8 +8,8 @@
8
8
  <title><?php echo htmlspecialchars($metadata['title']); ?></title>
9
9
  <link rel="shortcut icon" href="<?php echo $baseUrl; ?>favicon.ico" type="image/x-icon">
10
10
  <script>
11
- const baseUrl = '<?php echo $baseUrl; ?>';
12
- const pathname = '<?php echo $pathname; ?>';
11
+ var baseUrl = '<?php echo $baseUrl; ?>';
12
+ var pathname = '<?php echo $pathname; ?>';
13
13
  </script>
14
14
  </head>
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-prisma-php-app",
3
- "version": "1.13.2",
3
+ "version": "1.13.4",
4
4
  "description": "Prisma-PHP: A Revolutionary Library Bridging PHP with Prisma ORM",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",