@a_team/prisma 3.17.3-linux-debian → 3.17.3-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.
@@ -935,7 +935,7 @@ const config = {
935
935
  "binaryTargets": [
936
936
  {
937
937
  "fromEnvVar": null,
938
- "value": "debian-openssl-3.0.x"
938
+ "value": "linux-arm64-openssl-3.0.x"
939
939
  }
940
940
  ],
941
941
  "previewFeatures": [
@@ -936,7 +936,7 @@ const config = {
936
936
  "binaryTargets": [
937
937
  {
938
938
  "fromEnvVar": null,
939
- "value": "debian-openssl-3.0.x"
939
+ "value": "linux-arm64-openssl-3.0.x"
940
940
  }
941
941
  ],
942
942
  "previewFeatures": [
@@ -1005,8 +1005,8 @@ exports.PrismaClient = PrismaClient
1005
1005
  Object.assign(exports, Prisma)
1006
1006
 
1007
1007
  // file annotations for bundling tools to include these files
1008
- path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
1009
- path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
1008
+ path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
1009
+ path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
1010
1010
  // file annotations for bundling tools to include these files
1011
1011
  path.join(__dirname, "schema.prisma");
1012
1012
  path.join(process.cwd(), "src/client/schema.prisma")
package/package.json CHANGED
@@ -1,9 +1,7 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.17.3-linux-debian",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.17.3-macos-docker-linux",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "prisma": {