@a_team/prisma 3.23.6-macos → 3.23.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
|
@@ -1043,11 +1043,7 @@ const config = {
|
|
|
1043
1043
|
"binaryTargets": [
|
|
1044
1044
|
{
|
|
1045
1045
|
"fromEnvVar": null,
|
|
1046
|
-
"value": "
|
|
1047
|
-
},
|
|
1048
|
-
{
|
|
1049
|
-
"fromEnvVar": null,
|
|
1050
|
-
"value": "darwin-arm64"
|
|
1046
|
+
"value": "windows"
|
|
1051
1047
|
}
|
|
1052
1048
|
],
|
|
1053
1049
|
"previewFeatures": [
|
|
@@ -1116,12 +1112,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1116
1112
|
Object.assign(exports, Prisma)
|
|
1117
1113
|
|
|
1118
1114
|
// file annotations for bundling tools to include these files
|
|
1119
|
-
path.join(__dirname, "
|
|
1120
|
-
path.join(process.cwd(), "src/client/
|
|
1121
|
-
|
|
1122
|
-
// file annotations for bundling tools to include these files
|
|
1123
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1124
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1115
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
1116
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
1125
1117
|
// file annotations for bundling tools to include these files
|
|
1126
1118
|
path.join(__dirname, "schema.prisma");
|
|
1127
1119
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|