@a_team/prisma 3.0.22-linux → 3.0.22-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.
package/dist/client/edge.js
CHANGED
package/dist/client/index.js
CHANGED
|
@@ -346,7 +346,7 @@ const config = {
|
|
|
346
346
|
"binaryTargets": [
|
|
347
347
|
{
|
|
348
348
|
"fromEnvVar": null,
|
|
349
|
-
"value": "
|
|
349
|
+
"value": "darwin-arm64"
|
|
350
350
|
}
|
|
351
351
|
],
|
|
352
352
|
"previewFeatures": [
|
|
@@ -414,8 +414,8 @@ exports.PrismaClient = PrismaClient
|
|
|
414
414
|
Object.assign(exports, Prisma)
|
|
415
415
|
|
|
416
416
|
// file annotations for bundling tools to include these files
|
|
417
|
-
path.join(__dirname, "libquery_engine-
|
|
418
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
417
|
+
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
418
|
+
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
419
419
|
// file annotations for bundling tools to include these files
|
|
420
420
|
path.join(__dirname, "schema.prisma");
|
|
421
421
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED