@a_team/prisma 3.16.4-linux-debian → 3.16.4-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.
@@ -912,7 +912,7 @@ const config = {
912
912
  "binaryTargets": [
913
913
  {
914
914
  "fromEnvVar": null,
915
- "value": "debian-openssl-3.0.x"
915
+ "value": "linux-arm64-openssl-3.0.x"
916
916
  }
917
917
  ],
918
918
  "previewFeatures": [
@@ -913,7 +913,7 @@ const config = {
913
913
  "binaryTargets": [
914
914
  {
915
915
  "fromEnvVar": null,
916
- "value": "debian-openssl-3.0.x"
916
+ "value": "linux-arm64-openssl-3.0.x"
917
917
  }
918
918
  ],
919
919
  "previewFeatures": [
@@ -982,8 +982,8 @@ exports.PrismaClient = PrismaClient
982
982
  Object.assign(exports, Prisma)
983
983
 
984
984
  // file annotations for bundling tools to include these files
985
- path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
986
- path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
985
+ path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
986
+ path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
987
987
  // file annotations for bundling tools to include these files
988
988
  path.join(__dirname, "schema.prisma");
989
989
  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.16.4-linux-debian",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.16.4-macos-docker-linux",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "prisma": {