create-prisma-php-app 1.3.4 → 1.3.5

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.
@@ -9,7 +9,7 @@
9
9
  <a class="text-sm font-medium hover:underline underline-offset-4" href="#">
10
10
  Features
11
11
  </a>
12
- <a class="text-sm font-medium hover:underline underline-offset-4" href="#">
12
+ <a class="text-sm font-medium hover:underline underline-offset-4" href="https://prismaphp.tsnc.tech/docs?doc=get-started" target="_blank">
13
13
  Documentation
14
14
  </a>
15
15
  <a class="text-sm font-medium hover:underline underline-offset-4" href="#">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-prisma-php-app",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "description": "Prisma-PHP: A Revolutionary Library Bridging PHP with Prisma ORM",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",