@a_team/prisma 3.5.1-macos → 3.5.1-macos-docker-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.
package/dist/client/edge.js
CHANGED
package/dist/client/index.js
CHANGED
|
@@ -437,11 +437,7 @@ const config = {
|
|
|
437
437
|
"binaryTargets": [
|
|
438
438
|
{
|
|
439
439
|
"fromEnvVar": null,
|
|
440
|
-
"value": "
|
|
441
|
-
},
|
|
442
|
-
{
|
|
443
|
-
"fromEnvVar": null,
|
|
444
|
-
"value": "darwin-arm64"
|
|
440
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
445
441
|
}
|
|
446
442
|
],
|
|
447
443
|
"previewFeatures": [
|
|
@@ -509,12 +505,8 @@ exports.PrismaClient = PrismaClient
|
|
|
509
505
|
Object.assign(exports, Prisma)
|
|
510
506
|
|
|
511
507
|
// file annotations for bundling tools to include these files
|
|
512
|
-
path.join(__dirname, "libquery_engine-
|
|
513
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
514
|
-
|
|
515
|
-
// file annotations for bundling tools to include these files
|
|
516
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
517
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
508
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
509
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
518
510
|
// file annotations for bundling tools to include these files
|
|
519
511
|
path.join(__dirname, "schema.prisma");
|
|
520
512
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|