@a_team/prisma 3.17.4-macos → 3.17.4-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
|
@@ -931,11 +931,7 @@ const config = {
|
|
|
931
931
|
"binaryTargets": [
|
|
932
932
|
{
|
|
933
933
|
"fromEnvVar": null,
|
|
934
|
-
"value": "
|
|
935
|
-
},
|
|
936
|
-
{
|
|
937
|
-
"fromEnvVar": null,
|
|
938
|
-
"value": "darwin-arm64"
|
|
934
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
939
935
|
}
|
|
940
936
|
],
|
|
941
937
|
"previewFeatures": [
|
|
@@ -1004,12 +1000,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1004
1000
|
Object.assign(exports, Prisma)
|
|
1005
1001
|
|
|
1006
1002
|
// file annotations for bundling tools to include these files
|
|
1007
|
-
path.join(__dirname, "libquery_engine-
|
|
1008
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
1009
|
-
|
|
1010
|
-
// file annotations for bundling tools to include these files
|
|
1011
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1012
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1003
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
1004
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
1013
1005
|
// file annotations for bundling tools to include these files
|
|
1014
1006
|
path.join(__dirname, "schema.prisma");
|
|
1015
1007
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|