@prisma/client-generator-ts 6.7.0-dev.30 → 6.7.0-dev.32

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
@@ -3440,7 +3440,7 @@ function buildGetWasmModule({
3440
3440
  moduleFormat
3441
3441
  }) {
3442
3442
  const capitalizedComponent = (0, import_client_common10.capitalize)(component);
3443
- const wasmPathBase = `${runtimeBase}/query_compiler_bg.${activeProvider}`;
3443
+ const wasmPathBase = `${runtimeBase}/query_${component}_bg.${activeProvider}`;
3444
3444
  const wasmBindingsPath = `${wasmPathBase}.mjs`;
3445
3445
  const wasmModulePath = `${wasmPathBase}.wasm`;
3446
3446
  const buildNodeLoader = (0, import_ts_pattern.match)(runtimeName).with("library", () => component === "engine" && !!process.env.PRISMA_CLIENT_FORCE_WASM).with("client", () => component === "compiler").otherwise(() => false);
@@ -6441,7 +6441,7 @@ var import_get_tsconfig = require("get-tsconfig");
6441
6441
  var import_ts_pattern2 = require("ts-pattern");
6442
6442
 
6443
6443
  // package.json
6444
- var version = "6.7.0-dev.30";
6444
+ var version = "6.7.0-dev.32";
6445
6445
 
6446
6446
  // src/module-format.ts
6447
6447
  function parseModuleFormat(format) {
package/dist/index.mjs CHANGED
@@ -3439,7 +3439,7 @@ function buildGetWasmModule({
3439
3439
  moduleFormat
3440
3440
  }) {
3441
3441
  const capitalizedComponent = capitalize6(component);
3442
- const wasmPathBase = `${runtimeBase}/query_compiler_bg.${activeProvider}`;
3442
+ const wasmPathBase = `${runtimeBase}/query_${component}_bg.${activeProvider}`;
3443
3443
  const wasmBindingsPath = `${wasmPathBase}.mjs`;
3444
3444
  const wasmModulePath = `${wasmPathBase}.wasm`;
3445
3445
  const buildNodeLoader = match(runtimeName).with("library", () => component === "engine" && !!process.env.PRISMA_CLIENT_FORCE_WASM).with("client", () => component === "compiler").otherwise(() => false);
@@ -6440,7 +6440,7 @@ import { getTsconfig } from "get-tsconfig";
6440
6440
  import { match as match2 } from "ts-pattern";
6441
6441
 
6442
6442
  // package.json
6443
- var version = "6.7.0-dev.30";
6443
+ var version = "6.7.0-dev.32";
6444
6444
 
6445
6445
  // src/module-format.ts
6446
6446
  function parseModuleFormat(format) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-generator-ts",
3
- "version": "6.7.0-dev.30",
3
+ "version": "6.7.0-dev.32",
4
4
  "description": "This package is intended for Prisma's internal use",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -25,7 +25,7 @@
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
27
  "@antfu/ni": "0.21.12",
28
- "@prisma/engines-version": "6.7.0-25.870fdf87c6090840a6a7b17273e0b1bffd493185",
28
+ "@prisma/engines-version": "6.7.0-26.cba7750c3d9ee2837e9757b8358eacce235484e5",
29
29
  "ci-info": "4.2.0",
30
30
  "fast-glob": "3.3.3",
31
31
  "get-tsconfig": "4.10.0",
@@ -34,14 +34,14 @@
34
34
  "pkg-up": "3.1.0",
35
35
  "pluralize": "8.0.0",
36
36
  "ts-pattern": "5.6.2",
37
- "@prisma/client-common": "6.7.0-dev.30",
38
- "@prisma/debug": "6.7.0-dev.30",
39
- "@prisma/fetch-engine": "6.7.0-dev.30",
40
- "@prisma/dmmf": "6.7.0-dev.30",
41
- "@prisma/generator": "6.7.0-dev.30",
42
- "@prisma/get-platform": "6.7.0-dev.30",
43
- "@prisma/ts-builders": "6.7.0-dev.30",
44
- "@prisma/internals": "6.7.0-dev.30"
37
+ "@prisma/client-common": "6.7.0-dev.32",
38
+ "@prisma/fetch-engine": "6.7.0-dev.32",
39
+ "@prisma/debug": "6.7.0-dev.32",
40
+ "@prisma/generator": "6.7.0-dev.32",
41
+ "@prisma/get-platform": "6.7.0-dev.32",
42
+ "@prisma/internals": "6.7.0-dev.32",
43
+ "@prisma/dmmf": "6.7.0-dev.32",
44
+ "@prisma/ts-builders": "6.7.0-dev.32"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/pluralize": "0.0.33",