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