@a_team/prisma 3.31.1-macos → 3.31.1-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
|
@@ -1212,11 +1212,7 @@ const config = {
|
|
|
1212
1212
|
"binaryTargets": [
|
|
1213
1213
|
{
|
|
1214
1214
|
"fromEnvVar": null,
|
|
1215
|
-
"value": "
|
|
1216
|
-
},
|
|
1217
|
-
{
|
|
1218
|
-
"fromEnvVar": null,
|
|
1219
|
-
"value": "darwin-arm64"
|
|
1215
|
+
"value": "windows"
|
|
1220
1216
|
}
|
|
1221
1217
|
],
|
|
1222
1218
|
"previewFeatures": [
|
|
@@ -1285,12 +1281,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1285
1281
|
Object.assign(exports, Prisma)
|
|
1286
1282
|
|
|
1287
1283
|
// file annotations for bundling tools to include these files
|
|
1288
|
-
path.join(__dirname, "
|
|
1289
|
-
path.join(process.cwd(), "src/client/
|
|
1290
|
-
|
|
1291
|
-
// file annotations for bundling tools to include these files
|
|
1292
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1293
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1284
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
1285
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
1294
1286
|
// file annotations for bundling tools to include these files
|
|
1295
1287
|
path.join(__dirname, "schema.prisma");
|
|
1296
1288
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|