@a_team/prisma 3.6.16-linux-debian → 3.6.16-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.
@@ -556,7 +556,7 @@ const config = {
556
556
  "binaryTargets": [
557
557
  {
558
558
  "fromEnvVar": null,
559
- "value": "debian-openssl-3.0.x"
559
+ "value": "linux-arm64-openssl-3.0.x"
560
560
  }
561
561
  ],
562
562
  "previewFeatures": [
@@ -557,7 +557,7 @@ const config = {
557
557
  "binaryTargets": [
558
558
  {
559
559
  "fromEnvVar": null,
560
- "value": "debian-openssl-3.0.x"
560
+ "value": "linux-arm64-openssl-3.0.x"
561
561
  }
562
562
  ],
563
563
  "previewFeatures": [
@@ -626,8 +626,8 @@ exports.PrismaClient = PrismaClient
626
626
  Object.assign(exports, Prisma)
627
627
 
628
628
  // file annotations for bundling tools to include these files
629
- path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
630
- path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
629
+ path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
630
+ path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
631
631
  // file annotations for bundling tools to include these files
632
632
  path.join(__dirname, "schema.prisma");
633
633
  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.6.16-linux-debian",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.6.16-macos-docker-linux",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "scripts": {