prisma-client-php 0.0.43 → 0.0.44

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.
@@ -4,7 +4,7 @@ namespace Lib\Prisma\Model;
4
4
 
5
5
  interface IModel
6
6
  {
7
- // public function aggregate(array $operation);
7
+ public function aggregate(array $operation);
8
8
  // public function createMany(array $data);
9
9
  // public function createManyAndReturn(array $data);
10
10
  public function create(array $data);
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.43",
4
+ "version": "0.0.44",
5
5
  "main": "index.js",
6
6
  "type": "module",
7
7
  "scripts": {