@a_team/prisma 3.0.22-linux → 3.0.22-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.
@@ -345,7 +345,7 @@ const config = {
345
345
  "binaryTargets": [
346
346
  {
347
347
  "fromEnvVar": null,
348
- "value": "linux-musl-openssl-3.0.x"
348
+ "value": "windows"
349
349
  }
350
350
  ],
351
351
  "previewFeatures": [
@@ -346,7 +346,7 @@ const config = {
346
346
  "binaryTargets": [
347
347
  {
348
348
  "fromEnvVar": null,
349
- "value": "linux-musl-openssl-3.0.x"
349
+ "value": "windows"
350
350
  }
351
351
  ],
352
352
  "previewFeatures": [
@@ -414,8 +414,8 @@ exports.PrismaClient = PrismaClient
414
414
  Object.assign(exports, Prisma)
415
415
 
416
416
  // file annotations for bundling tools to include these files
417
- path.join(__dirname, "libquery_engine-linux-musl-openssl-3.0.x.so.node");
418
- path.join(process.cwd(), "src/client/libquery_engine-linux-musl-openssl-3.0.x.so.node")
417
+ path.join(__dirname, "query_engine-windows.dll.node");
418
+ path.join(process.cwd(), "src/client/query_engine-windows.dll.node")
419
419
  // file annotations for bundling tools to include these files
420
420
  path.join(__dirname, "schema.prisma");
421
421
  path.join(process.cwd(), "src/client/schema.prisma")
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.0.22-linux",
3
+ "version": "3.0.22-win",
4
4
  "os": [
5
- "linux"
5
+ "win32"
6
6
  ],
7
7
  "cpu": [],
8
8
  "keywords": [],