prisma-client-php 2.0.5 → 2.0.7

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