@a_team/prisma 3.12.6-macos → 3.12.6-macos-docker-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.
@@ -784,11 +784,7 @@ const config = {
784
784
  "binaryTargets": [
785
785
  {
786
786
  "fromEnvVar": null,
787
- "value": "darwin"
788
- },
789
- {
790
- "fromEnvVar": null,
791
- "value": "darwin-arm64"
787
+ "value": "linux-arm64-openssl-3.0.x"
792
788
  }
793
789
  ],
794
790
  "previewFeatures": [
@@ -785,11 +785,7 @@ const config = {
785
785
  "binaryTargets": [
786
786
  {
787
787
  "fromEnvVar": null,
788
- "value": "darwin"
789
- },
790
- {
791
- "fromEnvVar": null,
792
- "value": "darwin-arm64"
788
+ "value": "linux-arm64-openssl-3.0.x"
793
789
  }
794
790
  ],
795
791
  "previewFeatures": [
@@ -858,12 +854,8 @@ exports.PrismaClient = PrismaClient
858
854
  Object.assign(exports, Prisma)
859
855
 
860
856
  // file annotations for bundling tools to include these files
861
- path.join(__dirname, "libquery_engine-darwin.dylib.node");
862
- path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
863
-
864
- // file annotations for bundling tools to include these files
865
- path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
866
- path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
857
+ path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
858
+ path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
867
859
  // file annotations for bundling tools to include these files
868
860
  path.join(__dirname, "schema.prisma");
869
861
  path.join(process.cwd(), "src/client/schema.prisma")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.12.6-macos",
3
+ "version": "3.12.6-macos-docker-linux",
4
4
  "os": [],
5
5
  "cpu": [],
6
6
  "keywords": [],