@a_team/prisma 3.14.0-macos → 3.14.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
|
@@ -854,11 +854,7 @@ const config = {
|
|
|
854
854
|
"binaryTargets": [
|
|
855
855
|
{
|
|
856
856
|
"fromEnvVar": null,
|
|
857
|
-
"value": "
|
|
858
|
-
},
|
|
859
|
-
{
|
|
860
|
-
"fromEnvVar": null,
|
|
861
|
-
"value": "darwin-arm64"
|
|
857
|
+
"value": "windows"
|
|
862
858
|
}
|
|
863
859
|
],
|
|
864
860
|
"previewFeatures": [
|
|
@@ -927,12 +923,8 @@ exports.PrismaClient = PrismaClient
|
|
|
927
923
|
Object.assign(exports, Prisma)
|
|
928
924
|
|
|
929
925
|
// file annotations for bundling tools to include these files
|
|
930
|
-
path.join(__dirname, "
|
|
931
|
-
path.join(process.cwd(), "src/client/
|
|
932
|
-
|
|
933
|
-
// file annotations for bundling tools to include these files
|
|
934
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
935
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
926
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
927
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
936
928
|
// file annotations for bundling tools to include these files
|
|
937
929
|
path.join(__dirname, "schema.prisma");
|
|
938
930
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|