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