@a_team/prisma 3.2.7-macos → 3.2.8-linux

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.
@@ -1 +1 @@
1
- export * from './index'
1
+ export * from "./index"
@@ -7,6 +7,7 @@ const {
7
7
  makeStrictEnum,
8
8
  Public,
9
9
  getRuntime,
10
+ skip
10
11
  } = require('./runtime/index-browser.js')
11
12
 
12
13
 
@@ -16,11 +17,11 @@ exports.Prisma = Prisma
16
17
  exports.$Enums = {}
17
18
 
18
19
  /**
19
- * Prisma Client JS version: 5.17.0
20
+ * Prisma Client JS version: 5.22.0
20
21
  * Query Engine version: 605197351a3c8bdd595af2d2a9bc3025bca48ea2
21
22
  */
22
23
  Prisma.prismaVersion = {
23
- client: "5.17.0",
24
+ client: "5.22.0",
24
25
  engine: "605197351a3c8bdd595af2d2a9bc3025bca48ea2"
25
26
  }
26
27
 
@@ -108,6 +109,8 @@ Prisma.NullTypes = {
108
109
  AnyNull: objectEnumValues.classes.AnyNull
109
110
  }
110
111
 
112
+
113
+
111
114
  /**
112
115
  * Enums
113
116
  */
package/package.json CHANGED
@@ -1,12 +1,10 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.2.7-macos",
3
+ "version": "3.2.8-linux",
4
4
  "os": [
5
- "darwin"
6
- ],
7
- "cpu": [
8
- "arm64"
5
+ "linux"
9
6
  ],
7
+ "cpu": [],
10
8
  "keywords": [],
11
9
  "scripts": {
12
10
  "build": "rm -rf ./dist && yarn run generate",
@@ -26,7 +24,8 @@
26
24
  "dist"
27
25
  ],
28
26
  "dependencies": {
29
- "@prisma/client": "5.17.0"
27
+ "@prisma/client": "5.22.0",
28
+ "prisma": "5.22.0"
30
29
  },
31
30
  "devDependencies": {
32
31
  "@types/node": "^22.8.5",