@creator.co/creatorco-prisma-client 1.0.27 → 1.0.28-alpha-a758046
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;
|
|
@@ -1298,7 +1298,7 @@ const config = {
|
|
|
1298
1298
|
"value": "prisma-client-js"
|
|
1299
1299
|
},
|
|
1300
1300
|
"output": {
|
|
1301
|
-
"value": "/home/runner/github-runner-
|
|
1301
|
+
"value": "/home/runner/github-runner-Belg7HL8m5iC7/creator-database/creator-database/client/creatorco/client",
|
|
1302
1302
|
"fromEnvVar": null
|
|
1303
1303
|
},
|
|
1304
1304
|
"config": {
|
|
@@ -1349,8 +1349,8 @@ const config = {
|
|
|
1349
1349
|
"rootEnvPath": null
|
|
1350
1350
|
},
|
|
1351
1351
|
"relativePath": "../../../prisma/creatorco",
|
|
1352
|
-
"clientVersion": "5.
|
|
1353
|
-
"engineVersion": "
|
|
1352
|
+
"clientVersion": "5.13.0",
|
|
1353
|
+
"engineVersion": "b9a39a7ee606c28e3455d0fd60e78c3ba82b1a2b",
|
|
1354
1354
|
"datasourceNames": [
|
|
1355
1355
|
"db"
|
|
1356
1356
|
],
|
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 = () => {
|