telescope-prisma-client 0.0.42 → 0.0.43

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.
@@ -718,6 +718,10 @@ const config = {
718
718
  {
719
719
  "fromEnvVar": null,
720
720
  "value": "rhel-openssl-1.0.x"
721
+ },
722
+ {
723
+ "fromEnvVar": null,
724
+ "value": "debian-openssl-3.0.x"
721
725
  }
722
726
  ],
723
727
  "previewFeatures": [
@@ -781,5 +785,8 @@ path.join(process.cwd(), "src/generatedClient/libquery_engine-darwin.dylib.node"
781
785
 
782
786
  path.join(__dirname, "libquery_engine-rhel-openssl-1.0.x.so.node");
783
787
  path.join(process.cwd(), "src/generatedClient/libquery_engine-rhel-openssl-1.0.x.so.node")
788
+
789
+ path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
790
+ path.join(process.cwd(), "src/generatedClient/libquery_engine-debian-openssl-3.0.x.so.node")
784
791
  path.join(__dirname, "schema.prisma");
785
792
  path.join(process.cwd(), "src/generatedClient/schema.prisma")
@@ -2,7 +2,7 @@ generator client {
2
2
  provider = "prisma-client-js"
3
3
  previewFeatures = ["fullTextSearch"]
4
4
  output = "./src/generatedClient"
5
- binaryTargets = ["native", "linux-musl", "linux-musl-openssl-3.0.x", "darwin", "rhel-openssl-1.0.x"]
5
+ binaryTargets = ["native", "linux-musl", "linux-musl-openssl-3.0.x", "darwin", "rhel-openssl-1.0.x", "debian-openssl-3.0.x"]
6
6
  }
7
7
 
8
8
  generator json {
@@ -2,7 +2,7 @@ generator client {
2
2
  provider = "prisma-client-js"
3
3
  previewFeatures = ["fullTextSearch"]
4
4
  output = "./src/generatedClient"
5
- binaryTargets = ["native", "linux-musl", "linux-musl-openssl-3.0.x", "darwin", "rhel-openssl-1.0.x"]
5
+ binaryTargets = ["native", "linux-musl", "linux-musl-openssl-3.0.x", "darwin", "rhel-openssl-1.0.x", "debian-openssl-3.0.x"]
6
6
  }
7
7
 
8
8
  generator json {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "telescope-prisma-client",
3
- "version": "0.0.42",
3
+ "version": "0.0.43",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/schema.prisma CHANGED
@@ -2,7 +2,7 @@ generator client {
2
2
  provider = "prisma-client-js"
3
3
  previewFeatures = ["fullTextSearch"]
4
4
  output = "./src/generatedClient"
5
- binaryTargets = ["native", "linux-musl", "linux-musl-openssl-3.0.x", "darwin", "rhel-openssl-1.0.x"]
5
+ binaryTargets = ["native", "linux-musl", "linux-musl-openssl-3.0.x", "darwin", "rhel-openssl-1.0.x", "debian-openssl-3.0.x"]
6
6
  }
7
7
 
8
8
  generator json {