@creator.co/creatorco-prisma-client 1.0.32 → 1.0.33-alpha-dde3fcf
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/edge.js +7 -7
- package/index-browser.js +4 -4
- package/index.d.ts +852 -1955
- package/index.js +7 -7
- package/libquery_engine-darwin-arm64.dylib.node +0 -0
- package/libquery_engine-darwin.dylib.node +0 -0
- package/libquery_engine-debian-openssl-3.0.x.so.node +0 -0
- package/libquery_engine-linux-arm64-openssl-1.0.x.so.node +0 -0
- package/libquery_engine-linux-arm64-openssl-3.0.x.so.node +0 -0
- package/libquery_engine-linux-musl-arm64-openssl-3.0.x.so.node +0 -0
- package/package.json +7 -1
- package/query_engine-windows.dll.node +0 -0
- package/runtime/edge-esm.js +16 -16
- package/runtime/edge.js +15 -15
- package/runtime/library.d.ts +34 -13
- package/runtime/library.js +46 -46
- package/runtime/react-native.js +77 -0
- package/runtime/wasm.js +17 -17
- package/wasm.js +4 -4
package/edge.js
CHANGED
|
@@ -31,12 +31,12 @@ exports.Prisma = Prisma
|
|
|
31
31
|
exports.$Enums = {}
|
|
32
32
|
|
|
33
33
|
/**
|
|
34
|
-
* Prisma Client JS version: 5.
|
|
35
|
-
* Query Engine version:
|
|
34
|
+
* Prisma Client JS version: 5.13.0
|
|
35
|
+
* Query Engine version: b9a39a7ee606c28e3455d0fd60e78c3ba82b1a2b
|
|
36
36
|
*/
|
|
37
37
|
Prisma.prismaVersion = {
|
|
38
|
-
client: "5.
|
|
39
|
-
engine: "
|
|
38
|
+
client: "5.13.0",
|
|
39
|
+
engine: "b9a39a7ee606c28e3455d0fd60e78c3ba82b1a2b"
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
Prisma.PrismaClientKnownRequestError = PrismaClientKnownRequestError;
|
|
@@ -1302,7 +1302,7 @@ const config = {
|
|
|
1302
1302
|
"value": "prisma-client-js"
|
|
1303
1303
|
},
|
|
1304
1304
|
"output": {
|
|
1305
|
-
"value": "/home/runner/github-runner-
|
|
1305
|
+
"value": "/home/runner/github-runner-9hbIotHFpOyOx/creator-database/creator-database/client/creatorco/client",
|
|
1306
1306
|
"fromEnvVar": null
|
|
1307
1307
|
},
|
|
1308
1308
|
"config": {
|
|
@@ -1353,8 +1353,8 @@ const config = {
|
|
|
1353
1353
|
"rootEnvPath": null
|
|
1354
1354
|
},
|
|
1355
1355
|
"relativePath": "../../../prisma/creatorco",
|
|
1356
|
-
"clientVersion": "5.
|
|
1357
|
-
"engineVersion": "
|
|
1356
|
+
"clientVersion": "5.13.0",
|
|
1357
|
+
"engineVersion": "b9a39a7ee606c28e3455d0fd60e78c3ba82b1a2b",
|
|
1358
1358
|
"datasourceNames": [
|
|
1359
1359
|
"db"
|
|
1360
1360
|
],
|
package/index-browser.js
CHANGED
|
@@ -16,12 +16,12 @@ exports.Prisma = Prisma
|
|
|
16
16
|
exports.$Enums = {}
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
|
-
* Prisma Client JS version: 5.
|
|
20
|
-
* Query Engine version:
|
|
19
|
+
* Prisma Client JS version: 5.13.0
|
|
20
|
+
* Query Engine version: b9a39a7ee606c28e3455d0fd60e78c3ba82b1a2b
|
|
21
21
|
*/
|
|
22
22
|
Prisma.prismaVersion = {
|
|
23
|
-
client: "5.
|
|
24
|
-
engine: "
|
|
23
|
+
client: "5.13.0",
|
|
24
|
+
engine: "b9a39a7ee606c28e3455d0fd60e78c3ba82b1a2b"
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
Prisma.PrismaClientKnownRequestError = () => {
|