@a_team/prisma 3.13.7-macos → 3.13.7-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
|
@@ -801,11 +801,7 @@ const config = {
|
|
|
801
801
|
"binaryTargets": [
|
|
802
802
|
{
|
|
803
803
|
"fromEnvVar": null,
|
|
804
|
-
"value": "
|
|
805
|
-
},
|
|
806
|
-
{
|
|
807
|
-
"fromEnvVar": null,
|
|
808
|
-
"value": "darwin-arm64"
|
|
804
|
+
"value": "linux-arm64-openssl-3.0.x"
|
|
809
805
|
}
|
|
810
806
|
],
|
|
811
807
|
"previewFeatures": [
|
|
@@ -874,12 +870,8 @@ exports.PrismaClient = PrismaClient
|
|
|
874
870
|
Object.assign(exports, Prisma)
|
|
875
871
|
|
|
876
872
|
// file annotations for bundling tools to include these files
|
|
877
|
-
path.join(__dirname, "libquery_engine-
|
|
878
|
-
path.join(process.cwd(), "src/client/libquery_engine-
|
|
879
|
-
|
|
880
|
-
// file annotations for bundling tools to include these files
|
|
881
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
882
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
873
|
+
path.join(__dirname, "libquery_engine-linux-arm64-openssl-3.0.x.so.node");
|
|
874
|
+
path.join(process.cwd(), "src/client/libquery_engine-linux-arm64-openssl-3.0.x.so.node")
|
|
883
875
|
// file annotations for bundling tools to include these files
|
|
884
876
|
path.join(__dirname, "schema.prisma");
|
|
885
877
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|