@a_team/prisma 3.30.0-macos → 3.30.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
|
@@ -1191,11 +1191,7 @@ const config = {
|
|
|
1191
1191
|
"binaryTargets": [
|
|
1192
1192
|
{
|
|
1193
1193
|
"fromEnvVar": null,
|
|
1194
|
-
"value": "
|
|
1195
|
-
},
|
|
1196
|
-
{
|
|
1197
|
-
"fromEnvVar": null,
|
|
1198
|
-
"value": "darwin-arm64"
|
|
1194
|
+
"value": "windows"
|
|
1199
1195
|
}
|
|
1200
1196
|
],
|
|
1201
1197
|
"previewFeatures": [
|
|
@@ -1264,12 +1260,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1264
1260
|
Object.assign(exports, Prisma)
|
|
1265
1261
|
|
|
1266
1262
|
// file annotations for bundling tools to include these files
|
|
1267
|
-
path.join(__dirname, "
|
|
1268
|
-
path.join(process.cwd(), "src/client/
|
|
1269
|
-
|
|
1270
|
-
// file annotations for bundling tools to include these files
|
|
1271
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1272
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1263
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
1264
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
1273
1265
|
// file annotations for bundling tools to include these files
|
|
1274
1266
|
path.join(__dirname, "schema.prisma");
|
|
1275
1267
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|