create-prisma-php-app 3.3.7 → 3.3.8

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
@@ -313,7 +313,7 @@ async function main() {
313
313
  composerPkg("ezyang/htmlpurifier"),
314
314
  composerPkg("symfony/uid"),
315
315
  composerPkg("brick/math"),
316
- composerPkg("tsnc/prisma-php"),
316
+ // composerPkg("tsnc/prisma-php"),
317
317
  ];
318
318
  if (answer.swaggerDocs) {
319
319
  npmDependencies.push(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-prisma-php-app",
3
- "version": "3.3.7",
3
+ "version": "3.3.8",
4
4
  "description": "Prisma-PHP: A Revolutionary Library Bridging PHP with Prisma ORM",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",