@a_team/prisma 3.4.0-macos → 3.4.1-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.
@@ -438,11 +438,11 @@ const config = {
438
438
  "binaryTargets": [
439
439
  {
440
440
  "fromEnvVar": null,
441
- "value": "darwin"
441
+ "value": "linux-musl-openssl-3.0.x"
442
442
  },
443
443
  {
444
444
  "fromEnvVar": null,
445
- "value": "darwin-arm64"
445
+ "value": "linux-musl"
446
446
  }
447
447
  ],
448
448
  "previewFeatures": [
@@ -439,11 +439,11 @@ const config = {
439
439
  "binaryTargets": [
440
440
  {
441
441
  "fromEnvVar": null,
442
- "value": "darwin"
442
+ "value": "linux-musl-openssl-3.0.x"
443
443
  },
444
444
  {
445
445
  "fromEnvVar": null,
446
- "value": "darwin-arm64"
446
+ "value": "linux-musl"
447
447
  }
448
448
  ],
449
449
  "previewFeatures": [
@@ -511,12 +511,12 @@ exports.PrismaClient = PrismaClient
511
511
  Object.assign(exports, Prisma)
512
512
 
513
513
  // file annotations for bundling tools to include these files
514
- path.join(__dirname, "libquery_engine-darwin.dylib.node");
515
- path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
514
+ path.join(__dirname, "libquery_engine-linux-musl-openssl-3.0.x.so.node");
515
+ path.join(process.cwd(), "src/client/libquery_engine-linux-musl-openssl-3.0.x.so.node")
516
516
 
517
517
  // file annotations for bundling tools to include these files
518
- path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
519
- path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
518
+ path.join(__dirname, "libquery_engine-linux-musl.so.node");
519
+ path.join(process.cwd(), "src/client/libquery_engine-linux-musl.so.node")
520
520
  // file annotations for bundling tools to include these files
521
521
  path.join(__dirname, "schema.prisma");
522
522
  path.join(process.cwd(), "src/client/schema.prisma")
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.4.0-macos",
4
- "os": [],
3
+ "version": "3.4.1-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "scripts": {