@a_team/prisma 3.2.5-linux → 3.2.5-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.
@@ -377,7 +377,7 @@ const config = {
377
377
  "binaryTargets": [
378
378
  {
379
379
  "fromEnvVar": null,
380
- "value": "linux-musl-openssl-3.0.x"
380
+ "value": "darwin-arm64"
381
381
  }
382
382
  ],
383
383
  "previewFeatures": [
@@ -378,7 +378,7 @@ const config = {
378
378
  "binaryTargets": [
379
379
  {
380
380
  "fromEnvVar": null,
381
- "value": "linux-musl-openssl-3.0.x"
381
+ "value": "darwin-arm64"
382
382
  }
383
383
  ],
384
384
  "previewFeatures": [
@@ -446,8 +446,8 @@ exports.PrismaClient = PrismaClient
446
446
  Object.assign(exports, Prisma)
447
447
 
448
448
  // file annotations for bundling tools to include these files
449
- path.join(__dirname, "libquery_engine-linux-musl-openssl-3.0.x.so.node");
450
- path.join(process.cwd(), "src/client/libquery_engine-linux-musl-openssl-3.0.x.so.node")
449
+ path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
450
+ path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
451
451
  // file annotations for bundling tools to include these files
452
452
  path.join(__dirname, "schema.prisma");
453
453
  path.join(process.cwd(), "src/client/schema.prisma")
package/package.json CHANGED
@@ -1,10 +1,12 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.2.5-linux",
3
+ "version": "3.2.5-macos",
4
4
  "os": [
5
- "linux"
5
+ "darwin"
6
+ ],
7
+ "cpu": [
8
+ "arm64"
6
9
  ],
7
- "cpu": [],
8
10
  "keywords": [],
9
11
  "scripts": {
10
12
  "build": "rm -rf ./dist && yarn run generate",