@a_team/prisma 3.5.3-linux-debian → 3.5.3-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.
@@ -437,7 +437,7 @@ const config = {
437
437
  "binaryTargets": [
438
438
  {
439
439
  "fromEnvVar": null,
440
- "value": "debian-openssl-3.0.x"
440
+ "value": "linux-arm64-openssl-3.0.x"
441
441
  }
442
442
  ],
443
443
  "previewFeatures": [
@@ -438,7 +438,7 @@ const config = {
438
438
  "binaryTargets": [
439
439
  {
440
440
  "fromEnvVar": null,
441
- "value": "debian-openssl-3.0.x"
441
+ "value": "linux-arm64-openssl-3.0.x"
442
442
  }
443
443
  ],
444
444
  "previewFeatures": [
@@ -506,8 +506,8 @@ exports.PrismaClient = PrismaClient
506
506
  Object.assign(exports, Prisma)
507
507
 
508
508
  // file annotations for bundling tools to include these files
509
- path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
510
- path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
509
+ path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
510
+ path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
511
511
  // file annotations for bundling tools to include these files
512
512
  path.join(__dirname, "schema.prisma");
513
513
  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.5.3-linux-debian",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.5.3-macos-docker-linux",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "scripts": {