@a_team/prisma 3.14.8-linux-debian → 3.14.8-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.
@@ -857,7 +857,7 @@ const config = {
857
857
  "binaryTargets": [
858
858
  {
859
859
  "fromEnvVar": null,
860
- "value": "debian-openssl-3.0.x"
860
+ "value": "linux-arm64-openssl-3.0.x"
861
861
  }
862
862
  ],
863
863
  "previewFeatures": [
@@ -858,7 +858,7 @@ const config = {
858
858
  "binaryTargets": [
859
859
  {
860
860
  "fromEnvVar": null,
861
- "value": "debian-openssl-3.0.x"
861
+ "value": "linux-arm64-openssl-3.0.x"
862
862
  }
863
863
  ],
864
864
  "previewFeatures": [
@@ -927,8 +927,8 @@ exports.PrismaClient = PrismaClient
927
927
  Object.assign(exports, Prisma)
928
928
 
929
929
  // file annotations for bundling tools to include these files
930
- path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
931
- path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
930
+ path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
931
+ path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
932
932
  // file annotations for bundling tools to include these files
933
933
  path.join(__dirname, "schema.prisma");
934
934
  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.14.8-linux-debian",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.14.8-macos-docker-linux",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "prisma": {