prisma-client-php 2.3.1 → 2.3.2

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/init.js +1 -1
  2. package/package.json +1 -1
package/dist/init.js CHANGED
@@ -227,7 +227,7 @@ async function main() {
227
227
  return;
228
228
  }
229
229
  fs.copyFileSync(src, dest);
230
- console.log(`Copied file: ${path.basename(src)} -> ${dest}`);
230
+ console.log(`Copied file: ${path.basename(src)}`);
231
231
  }
232
232
  const prismaConfigSrc = path.join(__dirname, "prisma.config.ts");
233
233
  const prismaConfigDest = path.join(process.cwd(), "prisma.config.ts");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prisma-client-php",
3
3
  "description": "Prisma Client PHP is an auto-generated query builder that enables type-safe database access in PHP.",
4
- "version": "2.3.1",
4
+ "version": "2.3.2",
5
5
  "main": "index.js",
6
6
  "type": "module",
7
7
  "scripts": {