@a_team/prisma 3.12.8-linux-debian → 3.12.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.
@@ -788,7 +788,7 @@ const config = {
788
788
  "binaryTargets": [
789
789
  {
790
790
  "fromEnvVar": null,
791
- "value": "debian-openssl-3.0.x"
791
+ "value": "linux-arm64-openssl-3.0.x"
792
792
  }
793
793
  ],
794
794
  "previewFeatures": [
@@ -789,7 +789,7 @@ const config = {
789
789
  "binaryTargets": [
790
790
  {
791
791
  "fromEnvVar": null,
792
- "value": "debian-openssl-3.0.x"
792
+ "value": "linux-arm64-openssl-3.0.x"
793
793
  }
794
794
  ],
795
795
  "previewFeatures": [
@@ -858,8 +858,8 @@ exports.PrismaClient = PrismaClient
858
858
  Object.assign(exports, Prisma)
859
859
 
860
860
  // file annotations for bundling tools to include these files
861
- path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
862
- path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
861
+ path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
862
+ path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
863
863
  // file annotations for bundling tools to include these files
864
864
  path.join(__dirname, "schema.prisma");
865
865
  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.12.8-linux-debian",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.12.8-macos-docker-linux",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "prisma": {