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