prisma-client-php 0.0.18 → 0.0.20

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
@@ -61,9 +61,9 @@ const directoriesToCopy = [
61
61
  */
62
62
  function installPackages(isPrismaPHP) {
63
63
  const packages = [
64
- "prisma@^6.4.1",
65
- "@prisma/client@^6.4.1",
66
- "@prisma/internals@^6.4.1",
64
+ "prisma@^6.5.0",
65
+ "@prisma/client@^6.5.0",
66
+ "@prisma/internals@^6.5.0",
67
67
  ];
68
68
  if (!isPrismaPHP) {
69
69
  packages.push("tsx@^4.19.3", "typescript@^5.8.2", "@types/node@^22.13.10");
@@ -165,7 +165,7 @@ async function main() {
165
165
  "ezyang/htmlpurifier:^4.18.0",
166
166
  "calicastle/cuid:^2.0.0",
167
167
  "symfony/uid:^7.2.0",
168
- "brick/math:^0.12.1",
168
+ "brick/math:^0.13.0",
169
169
  ]);
170
170
  }
171
171
  installPackages(isPrismaPHP);
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": "0.0.18",
4
+ "version": "0.0.20",
5
5
  "main": "index.js",
6
6
  "type": "module",
7
7
  "scripts": {