@prisma/client-generator-js 7.1.0-dev.21 → 7.1.0-dev.23

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/index.js CHANGED
@@ -6570,7 +6570,7 @@ To learn more about how to rename models, check out https://pris.ly/d/naming-mod
6570
6570
  }
6571
6571
  const schemaTargetPath = import_path.default.join(outputDir, "schema.prisma");
6572
6572
  await import_promises.default.writeFile(schemaTargetPath, datamodel, { encoding: "utf-8" });
6573
- if (isWasmEngineSupported(provider) && !testMode) {
6573
+ if (isWasmEngineSupported(provider)) {
6574
6574
  const suffix = provider === "postgres" ? "postgresql" : provider;
6575
6575
  const filename = "query_compiler_bg";
6576
6576
  const wasmJsBundlePath = import_path.default.join(runtimeSourcePath, `${filename}.${suffix}.wasm-base64.js`);
@@ -6787,7 +6787,7 @@ var import_engines_version = require("@prisma/engines-version");
6787
6787
  var import_internals9 = require("@prisma/internals");
6788
6788
 
6789
6789
  // package.json
6790
- var version = "7.1.0-dev.21";
6790
+ var version = "7.1.0-dev.23";
6791
6791
 
6792
6792
  // src/resolvePrismaClient.ts
6793
6793
  var import_promises2 = __toESM(require("node:fs/promises"));
package/dist/index.mjs CHANGED
@@ -6562,7 +6562,7 @@ To learn more about how to rename models, check out https://pris.ly/d/naming-mod
6562
6562
  }
6563
6563
  const schemaTargetPath = path.join(outputDir, "schema.prisma");
6564
6564
  await fs.writeFile(schemaTargetPath, datamodel, { encoding: "utf-8" });
6565
- if (isWasmEngineSupported(provider) && !testMode) {
6565
+ if (isWasmEngineSupported(provider)) {
6566
6566
  const suffix = provider === "postgres" ? "postgresql" : provider;
6567
6567
  const filename = "query_compiler_bg";
6568
6568
  const wasmJsBundlePath = path.join(runtimeSourcePath, `${filename}.${suffix}.wasm-base64.js`);
@@ -6779,7 +6779,7 @@ import { enginesVersion } from "@prisma/engines-version";
6779
6779
  import { parseEnvValue } from "@prisma/internals";
6780
6780
 
6781
6781
  // package.json
6782
- var version = "7.1.0-dev.21";
6782
+ var version = "7.1.0-dev.23";
6783
6783
 
6784
6784
  // src/resolvePrismaClient.ts
6785
6785
  import fs2 from "node:fs/promises";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-generator-js",
3
- "version": "7.1.0-dev.21",
3
+ "version": "7.1.0-dev.23",
4
4
  "description": "This package is intended for Prisma's internal use",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -32,14 +32,14 @@
32
32
  "package-up": "5.0.0",
33
33
  "pluralize": "8.0.0",
34
34
  "ts-pattern": "5.6.2",
35
- "@prisma/debug": "7.1.0-dev.21",
36
- "@prisma/dmmf": "7.1.0-dev.21",
37
- "@prisma/fetch-engine": "7.1.0-dev.21",
38
- "@prisma/generator": "7.1.0-dev.21",
39
- "@prisma/client-common": "7.1.0-dev.21",
40
- "@prisma/get-platform": "7.1.0-dev.21",
41
- "@prisma/internals": "7.1.0-dev.21",
42
- "@prisma/ts-builders": "7.1.0-dev.21"
35
+ "@prisma/dmmf": "7.1.0-dev.23",
36
+ "@prisma/client-common": "7.1.0-dev.23",
37
+ "@prisma/debug": "7.1.0-dev.23",
38
+ "@prisma/fetch-engine": "7.1.0-dev.23",
39
+ "@prisma/get-platform": "7.1.0-dev.23",
40
+ "@prisma/internals": "7.1.0-dev.23",
41
+ "@prisma/generator": "7.1.0-dev.23",
42
+ "@prisma/ts-builders": "7.1.0-dev.23"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/pluralize": "0.0.33",