@a_team/prisma 3.13.6-macos → 3.13.6-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
|
@@ -794,11 +794,7 @@ const config = {
|
|
|
794
794
|
"binaryTargets": [
|
|
795
795
|
{
|
|
796
796
|
"fromEnvVar": null,
|
|
797
|
-
"value": "
|
|
798
|
-
},
|
|
799
|
-
{
|
|
800
|
-
"fromEnvVar": null,
|
|
801
|
-
"value": "darwin-arm64"
|
|
797
|
+
"value": "windows"
|
|
802
798
|
}
|
|
803
799
|
],
|
|
804
800
|
"previewFeatures": [
|
|
@@ -867,12 +863,8 @@ exports.PrismaClient = PrismaClient
|
|
|
867
863
|
Object.assign(exports, Prisma)
|
|
868
864
|
|
|
869
865
|
// file annotations for bundling tools to include these files
|
|
870
|
-
path.join(__dirname, "
|
|
871
|
-
path.join(process.cwd(), "src/client/
|
|
872
|
-
|
|
873
|
-
// file annotations for bundling tools to include these files
|
|
874
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
875
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
866
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
867
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
876
868
|
// file annotations for bundling tools to include these files
|
|
877
869
|
path.join(__dirname, "schema.prisma");
|
|
878
870
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|