@a_team/prisma 3.12.2-linux-debian → 3.12.2-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.
@@ -783,7 +783,7 @@ const config = {
783
783
  "binaryTargets": [
784
784
  {
785
785
  "fromEnvVar": null,
786
- "value": "debian-openssl-3.0.x"
786
+ "value": "linux-arm64-openssl-3.0.x"
787
787
  }
788
788
  ],
789
789
  "previewFeatures": [
@@ -784,7 +784,7 @@ const config = {
784
784
  "binaryTargets": [
785
785
  {
786
786
  "fromEnvVar": null,
787
- "value": "debian-openssl-3.0.x"
787
+ "value": "linux-arm64-openssl-3.0.x"
788
788
  }
789
789
  ],
790
790
  "previewFeatures": [
@@ -853,8 +853,8 @@ exports.PrismaClient = PrismaClient
853
853
  Object.assign(exports, Prisma)
854
854
 
855
855
  // file annotations for bundling tools to include these files
856
- path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
857
- path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
856
+ path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
857
+ path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
858
858
  // file annotations for bundling tools to include these files
859
859
  path.join(__dirname, "schema.prisma");
860
860
  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.2-linux-debian",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.12.2-macos-docker-linux",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "prisma": {