telescope-prisma-client 0.0.20 → 0.0.21
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/generatedClient/index.js
CHANGED
|
@@ -517,6 +517,10 @@ const config = {
|
|
|
517
517
|
{
|
|
518
518
|
"fromEnvVar": null,
|
|
519
519
|
"value": "darwin"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"fromEnvVar": null,
|
|
523
|
+
"value": "rhel-openssl-1.0.x"
|
|
520
524
|
}
|
|
521
525
|
],
|
|
522
526
|
"previewFeatures": [],
|
|
@@ -575,5 +579,8 @@ path.join(process.cwd(), "generatedClient/libquery_engine-linux-musl-openssl-3.0
|
|
|
575
579
|
|
|
576
580
|
path.join(__dirname, "libquery_engine-darwin.dylib.node");
|
|
577
581
|
path.join(process.cwd(), "generatedClient/libquery_engine-darwin.dylib.node")
|
|
582
|
+
|
|
583
|
+
path.join(__dirname, "libquery_engine-rhel-openssl-1.0.x.so.node");
|
|
584
|
+
path.join(process.cwd(), "generatedClient/libquery_engine-rhel-openssl-1.0.x.so.node")
|
|
578
585
|
path.join(__dirname, "schema.prisma");
|
|
579
586
|
path.join(process.cwd(), "generatedClient/schema.prisma")
|
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
generator client {
|
|
2
2
|
provider = "prisma-client-js"
|
|
3
3
|
output = "./generatedClient"
|
|
4
|
-
binaryTargets = ["native", "linux-musl", "linux-musl-openssl-3.0.x", "darwin"]
|
|
4
|
+
binaryTargets = ["native", "linux-musl", "linux-musl-openssl-3.0.x", "darwin", "rhel-openssl-1.0.x"]
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
generator json {
|
package/package.json
CHANGED
package/schema.prisma
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
generator client {
|
|
2
2
|
provider = "prisma-client-js"
|
|
3
3
|
output = "./generatedClient"
|
|
4
|
-
binaryTargets = ["native", "linux-musl", "linux-musl-openssl-3.0.x", "darwin"]
|
|
4
|
+
binaryTargets = ["native", "linux-musl", "linux-musl-openssl-3.0.x", "darwin", "rhel-openssl-1.0.x"]
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
generator json {
|