@a_team/prisma 3.11.0-macos → 3.11.0-win
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
|
@@ -725,11 +725,7 @@ const config = {
|
|
|
725
725
|
"binaryTargets": [
|
|
726
726
|
{
|
|
727
727
|
"fromEnvVar": null,
|
|
728
|
-
"value": "
|
|
729
|
-
},
|
|
730
|
-
{
|
|
731
|
-
"fromEnvVar": null,
|
|
732
|
-
"value": "darwin-arm64"
|
|
728
|
+
"value": "windows"
|
|
733
729
|
}
|
|
734
730
|
],
|
|
735
731
|
"previewFeatures": [
|
|
@@ -798,12 +794,8 @@ exports.PrismaClient = PrismaClient
|
|
|
798
794
|
Object.assign(exports, Prisma)
|
|
799
795
|
|
|
800
796
|
// file annotations for bundling tools to include these files
|
|
801
|
-
path.join(__dirname, "
|
|
802
|
-
path.join(process.cwd(), "src/client/
|
|
803
|
-
|
|
804
|
-
// file annotations for bundling tools to include these files
|
|
805
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
806
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
797
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
798
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
807
799
|
// file annotations for bundling tools to include these files
|
|
808
800
|
path.join(__dirname, "schema.prisma");
|
|
809
801
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|