@a_team/prisma 3.31.4-macos → 3.31.4-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
|
@@ -1224,11 +1224,7 @@ const config = {
|
|
|
1224
1224
|
"binaryTargets": [
|
|
1225
1225
|
{
|
|
1226
1226
|
"fromEnvVar": null,
|
|
1227
|
-
"value": "
|
|
1228
|
-
},
|
|
1229
|
-
{
|
|
1230
|
-
"fromEnvVar": null,
|
|
1231
|
-
"value": "darwin-arm64"
|
|
1227
|
+
"value": "windows"
|
|
1232
1228
|
}
|
|
1233
1229
|
],
|
|
1234
1230
|
"previewFeatures": [
|
|
@@ -1297,12 +1293,8 @@ exports.PrismaClient = PrismaClient
|
|
|
1297
1293
|
Object.assign(exports, Prisma)
|
|
1298
1294
|
|
|
1299
1295
|
// file annotations for bundling tools to include these files
|
|
1300
|
-
path.join(__dirname, "
|
|
1301
|
-
path.join(process.cwd(), "src/client/
|
|
1302
|
-
|
|
1303
|
-
// file annotations for bundling tools to include these files
|
|
1304
|
-
path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
|
|
1305
|
-
path.join(process.cwd(), "src/client/libquery_engine-darwin-arm64.dylib.node")
|
|
1296
|
+
path.join(__dirname, "query_engine-windows.dll.node");
|
|
1297
|
+
path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
|
|
1306
1298
|
// file annotations for bundling tools to include these files
|
|
1307
1299
|
path.join(__dirname, "schema.prisma");
|
|
1308
1300
|
path.join(process.cwd(), "src/client/schema.prisma")
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|