@a_team/prisma 3.23.5-macos → 3.23.5-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
|
@@ -1038,11 +1038,7 @@ const config = {
|
|
|
1038
1038
|
"binaryTargets": [
|
|
1039
1039
|
{
|
|
1040
1040
|
"fromEnvVar": null,
|
|
1041
|
-
"value": "
|
|
1042
|
-
},
|
|
1043
|
-
{
|
|
1044
|
-
"fromEnvVar": null,
|
|
1045
|
-
"value": "darwin-arm64"
|
|
1041
|
+
"value": "windows"
|
|
1046
1042
|
}
|
|
1047
1043
|
],
|
|
1048
1044
|
"previewFeatures": [
|
|
@@ -1111,12 +1107,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1111
1107
|
Object.assign(exports, Prisma)
|
|
1112
1108
|
|
|
1113
1109
|
// file annotations for bundling tools to include these files
|
|
1114
|
-
path.join(__dirname, "
|
|
1115
|
-
path.join(process.cwd(), "src/client/
|
|
1116
|
-
|
|
1117
|
-
// file annotations for bundling tools to include these files
|
|
1118
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1119
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1110
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
1111
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
1120
1112
|
// file annotations for bundling tools to include these files
|
|
1121
1113
|
path.join(__dirname, "schema.prisma");
|
|
1122
1114
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|