prisma-client-php 2.0.7 → 2.0.9

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.
package/dist/init.js CHANGED
@@ -87,7 +87,6 @@ function installNpmDependencies(isPrismaPHP) {
87
87
  npmPkg("prisma"),
88
88
  npmPkg("@prisma/client"),
89
89
  npmPkg("@prisma/internals"),
90
- npmPkg("prisma-client-php"),
91
90
  ];
92
91
  if (!isPrismaPHP) {
93
92
  npmDependencies.push(
@@ -192,7 +191,6 @@ const npmPinnedVersions = {
192
191
  prisma: "^6.8.2",
193
192
  "@prisma/client": "^6.8.2",
194
193
  "@prisma/internals": "^6.8.2",
195
- "prisma-client-php": "latest",
196
194
  tsx: "^4.19.4",
197
195
  typescript: "^5.8.3",
198
196
  "@types/node": "^22.15.18",
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.0.7",
4
+ "version": "2.0.9",
5
5
  "main": "index.js",
6
6
  "type": "module",
7
7
  "scripts": {