@prisma/client-generator-ts 6.6.0-dev.63 → 6.6.0-dev.65

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.
@@ -36,5 +36,5 @@ export interface BuildClientResult {
36
36
  fileMap: FileMap;
37
37
  prismaClientDmmf: DMMF.Document;
38
38
  }
39
- export declare function buildClient({ schemaPath, runtimeBase, runtimeSourcePath, datamodel, binaryPaths, outputDir, generator, dmmf, datasources, engineVersion, clientVersion, activeProvider, postinstall, copyEngine, envPaths, typedSql, }: O.Required<GenerateClientOptions, 'runtimeBase'>): Promise<BuildClientResult>;
39
+ export declare function buildClient({ schemaPath, runtimeBase, runtimeSourcePath, datamodel, binaryPaths, outputDir, generator, dmmf, datasources, engineVersion, clientVersion, activeProvider, postinstall, copyEngine, envPaths, typedSql, }: O.Required<GenerateClientOptions, 'runtimeBase'>): BuildClientResult;
40
40
  export declare function generateClient(options: GenerateClientOptions): Promise<void>;
package/dist/index.js CHANGED
@@ -2528,7 +2528,7 @@ var package_default = {
2528
2528
  arg: "5.0.2",
2529
2529
  benchmark: "2.1.4",
2530
2530
  "decimal.js": "10.5.0",
2531
- esbuild: "0.24.2",
2531
+ esbuild: "0.25.1",
2532
2532
  execa: "5.1.1",
2533
2533
  "expect-type": "1.2.0",
2534
2534
  "fs-extra": "11.3.0",
@@ -6545,7 +6545,7 @@ var DenylistError = class extends Error {
6545
6545
  }
6546
6546
  };
6547
6547
  (0, import_internals10.setClassName)(DenylistError, "DenylistError");
6548
- async function buildClient({
6548
+ function buildClient({
6549
6549
  schemaPath,
6550
6550
  runtimeBase,
6551
6551
  runtimeSourcePath,
@@ -6812,7 +6812,7 @@ async function generateClient(options) {
6812
6812
  } = options;
6813
6813
  const clientEngineType = (0, import_internals10.getClientEngineType)(generator);
6814
6814
  const { runtimeBase, outputDir } = await getGenerationDirs(options);
6815
- const { prismaClientDmmf, fileMap } = await buildClient({
6815
+ const { prismaClientDmmf, fileMap } = buildClient({
6816
6816
  datamodel,
6817
6817
  schemaPath,
6818
6818
  runtimeBase,
@@ -7136,7 +7136,7 @@ var import_internals12 = require("@prisma/internals");
7136
7136
  var import_ts_pattern = require("ts-pattern");
7137
7137
 
7138
7138
  // package.json
7139
- var version = "6.6.0-dev.63";
7139
+ var version = "6.6.0-dev.65";
7140
7140
 
7141
7141
  // src/resolvePrismaClient.ts
7142
7142
  var import_promises2 = __toESM(require("node:fs/promises"));
package/dist/index.mjs CHANGED
@@ -2523,7 +2523,7 @@ var package_default = {
2523
2523
  arg: "5.0.2",
2524
2524
  benchmark: "2.1.4",
2525
2525
  "decimal.js": "10.5.0",
2526
- esbuild: "0.24.2",
2526
+ esbuild: "0.25.1",
2527
2527
  execa: "5.1.1",
2528
2528
  "expect-type": "1.2.0",
2529
2529
  "fs-extra": "11.3.0",
@@ -6543,7 +6543,7 @@ var DenylistError = class extends Error {
6543
6543
  }
6544
6544
  };
6545
6545
  setClassName(DenylistError, "DenylistError");
6546
- async function buildClient({
6546
+ function buildClient({
6547
6547
  schemaPath,
6548
6548
  runtimeBase,
6549
6549
  runtimeSourcePath,
@@ -6810,7 +6810,7 @@ async function generateClient(options) {
6810
6810
  } = options;
6811
6811
  const clientEngineType = getClientEngineType2(generator);
6812
6812
  const { runtimeBase, outputDir } = await getGenerationDirs(options);
6813
- const { prismaClientDmmf, fileMap } = await buildClient({
6813
+ const { prismaClientDmmf, fileMap } = buildClient({
6814
6814
  datamodel,
6815
6815
  schemaPath,
6816
6816
  runtimeBase,
@@ -7134,7 +7134,7 @@ import { ClientEngineType as ClientEngineType4, getClientEngineType as getClient
7134
7134
  import { match } from "ts-pattern";
7135
7135
 
7136
7136
  // package.json
7137
- var version = "6.6.0-dev.63";
7137
+ var version = "6.6.0-dev.65";
7138
7138
 
7139
7139
  // src/resolvePrismaClient.ts
7140
7140
  import fs2 from "node:fs/promises";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-generator-ts",
3
- "version": "6.6.0-dev.63",
3
+ "version": "6.6.0-dev.65",
4
4
  "description": "This package is intended for Prisma's internal use",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -33,14 +33,14 @@
33
33
  "pkg-up": "3.1.0",
34
34
  "pluralize": "8.0.0",
35
35
  "ts-pattern": "5.6.2",
36
- "@prisma/client-common": "6.6.0-dev.63",
37
- "@prisma/debug": "6.6.0-dev.63",
38
- "@prisma/fetch-engine": "6.6.0-dev.63",
39
- "@prisma/generator": "6.6.0-dev.63",
40
- "@prisma/dmmf": "6.6.0-dev.63",
41
- "@prisma/get-platform": "6.6.0-dev.63",
42
- "@prisma/internals": "6.6.0-dev.63",
43
- "@prisma/ts-builders": "6.6.0-dev.63"
36
+ "@prisma/client-common": "6.6.0-dev.65",
37
+ "@prisma/dmmf": "6.6.0-dev.65",
38
+ "@prisma/fetch-engine": "6.6.0-dev.65",
39
+ "@prisma/debug": "6.6.0-dev.65",
40
+ "@prisma/get-platform": "6.6.0-dev.65",
41
+ "@prisma/generator": "6.6.0-dev.65",
42
+ "@prisma/internals": "6.6.0-dev.65",
43
+ "@prisma/ts-builders": "6.6.0-dev.65"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/pluralize": "0.0.33",