create-prisma-php-app 1.6.42 → 1.6.43

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
@@ -177,7 +177,7 @@ function copyRecursiveSync(src, dest) {
177
177
  });
178
178
  }
179
179
  else {
180
- fs.copyFileSync(src, dest); // This line ensures files are overwritten
180
+ fs.copyFileSync(src, dest, 0); // Fix: Change { overwrite: true } to 0
181
181
  }
182
182
  }
183
183
  // Function to execute the recursive copy for entire directories
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-prisma-php-app",
3
- "version": "1.6.42",
3
+ "version": "1.6.43",
4
4
  "description": "Prisma-PHP: A Revolutionary Library Bridging PHP with Prisma ORM",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",