@a_team/prisma 3.2.10-linux-debian → 3.2.10-macos

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.
@@ -385,7 +385,11 @@ const config = {
385
385
  "binaryTargets": [
386
386
  {
387
387
  "fromEnvVar": null,
388
- "value": "debian-openssl-3.0.x"
388
+ "value": "darwin"
389
+ },
390
+ {
391
+ "fromEnvVar": null,
392
+ "value": "darwin-arm64"
389
393
  }
390
394
  ],
391
395
  "previewFeatures": [
@@ -386,7 +386,11 @@ const config = {
386
386
  "binaryTargets": [
387
387
  {
388
388
  "fromEnvVar": null,
389
- "value": "debian-openssl-3.0.x"
389
+ "value": "darwin"
390
+ },
391
+ {
392
+ "fromEnvVar": null,
393
+ "value": "darwin-arm64"
390
394
  }
391
395
  ],
392
396
  "previewFeatures": [
@@ -454,8 +458,12 @@ exports.PrismaClient = PrismaClient
454
458
  Object.assign(exports, Prisma)
455
459
 
456
460
  // file annotations for bundling tools to include these files
457
- path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
458
- path.join(process.cwd(), "src/client/libquery_engine-debian-openssl-3.0.x.so.node")
461
+ path.join(__dirname, "libquery_engine-darwin.dylib.node");
462
+ path.join(process.cwd(), "src/client/libquery_engine-darwin.dylib.node")
463
+
464
+ // file annotations for bundling tools to include these files
465
+ path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
466
+ path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
459
467
  // file annotations for bundling tools to include these files
460
468
  path.join(__dirname, "schema.prisma");
461
469
  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.2.10-linux-debian",
4
- "os": [
5
- "linux"
6
- ],
3
+ "version": "3.2.10-macos",
4
+ "os": [],
7
5
  "cpu": [],
8
6
  "keywords": [],
9
7
  "scripts": {