@a_team/prisma 3.2.2-linux → 3.2.2-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.
@@ -358,7 +358,7 @@ const config = {
358
358
  "binaryTargets": [
359
359
  {
360
360
  "fromEnvVar": null,
361
- "value": "linux-musl-openssl-3.0.x"
361
+ "value": "darwin-arm64"
362
362
  }
363
363
  ],
364
364
  "previewFeatures": [
@@ -359,7 +359,7 @@ const config = {
359
359
  "binaryTargets": [
360
360
  {
361
361
  "fromEnvVar": null,
362
- "value": "linux-musl-openssl-3.0.x"
362
+ "value": "darwin-arm64"
363
363
  }
364
364
  ],
365
365
  "previewFeatures": [
@@ -427,8 +427,8 @@ exports.PrismaClient = PrismaClient
427
427
  Object.assign(exports, Prisma)
428
428
 
429
429
  // file annotations for bundling tools to include these files
430
- path.join(__dirname, "libquery_engine-linux-musl-openssl-3.0.x.so.node");
431
- path.join(process.cwd(), "src/client/libquery_engine-linux-musl-openssl-3.0.x.so.node")
430
+ path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
431
+ path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
432
432
  // file annotations for bundling tools to include these files
433
433
  path.join(__dirname, "schema.prisma");
434
434
  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.2-linux",
3
+ "version": "3.2.2-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",