create-prisma-php-app 1.11.538 → 1.11.539

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -220,7 +220,7 @@ function copyRecursiveSync(src, dest, answer) {
220
220
  destIncludeWebsocket
221
221
  );
222
222
  if (!answer.websocket && destLower.includes("src\\lib\\websocket")) return;
223
- // if (!answer.prisma && dest.toLowerCase().includes("Prisma")) return;
223
+ if (!answer.prisma && destLower.includes("src\\lib\\prisma")) return;
224
224
  if (!fs.existsSync(dest)) fs.mkdirSync(dest, { recursive: true });
225
225
  fs.readdirSync(src).forEach((childItemName) => {
226
226
  copyRecursiveSync(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-prisma-php-app",
3
- "version": "1.11.538",
3
+ "version": "1.11.539",
4
4
  "description": "Prisma-PHP: A Revolutionary Library Bridging PHP with Prisma ORM",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",