@a_team/prisma 3.11.0-linux-debian → 3.11.0-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.
@@ -724,7 +724,7 @@ const config = {
724
724
  "binaryTargets": [
725
725
  {
726
726
  "fromEnvVar": null,
727
- "value": "debian-openssl-3.0.x"
727
+ "value": "linux-arm64-openssl-3.0.x"
728
728
  }
729
729
  ],
730
730
  "previewFeatures": [
@@ -725,7 +725,7 @@ const config = {
725
725
  "binaryTargets": [
726
726
  {
727
727
  "fromEnvVar": null,
728
- "value": "debian-openssl-3.0.x"
728
+ "value": "linux-arm64-openssl-3.0.x"
729
729
  }
730
730
  ],
731
731
  "previewFeatures": [
@@ -794,8 +794,8 @@ exports.PrismaClient = PrismaClient
794
794
  Object.assign(exports, Prisma)
795
795
 
796
796
  // file annotations for bundling tools to include these files
797
- path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
798
- path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
797
+ path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
798
+ path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
799
799
  // file annotations for bundling tools to include these files
800
800
  path.join(__dirname, "schema.prisma");
801
801
  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.11.0-linux-debian",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.11.0-macos-docker-linux",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "scripts": {