@a_team/prisma 3.15.1-macos → 3.15.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
|
@@ -878,11 +878,7 @@ const config = {
|
|
|
878
878
|
"binaryTargets": [
|
|
879
879
|
{
|
|
880
880
|
"fromEnvVar": null,
|
|
881
|
-
"value": "
|
|
882
|
-
},
|
|
883
|
-
{
|
|
884
|
-
"fromEnvVar": null,
|
|
885
|
-
"value": "darwin-arm64"
|
|
881
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
886
882
|
}
|
|
887
883
|
],
|
|
888
884
|
"previewFeatures": [
|
|
@@ -951,12 +947,8 @@ exports.PrismaClient = PrismaClient
|
|
|
951
947
|
Object.assign(exports, Prisma)
|
|
952
948
|
|
|
953
949
|
// file annotations for bundling tools to include these files
|
|
954
|
-
path.join(__dirname, "libquery_engine-
|
|
955
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
956
|
-
|
|
957
|
-
// file annotations for bundling tools to include these files
|
|
958
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
959
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
950
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
951
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
960
952
|
// file annotations for bundling tools to include these files
|
|
961
953
|
path.join(__dirname, "schema.prisma");
|
|
962
954
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|