@prisma/client-generator-ts 6.15.0-dev.14 → 6.15.0-dev.16

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
@@ -3509,7 +3509,7 @@ config.${component}Wasm = {
3509
3509
  }
3510
3510
  function readSourceFile(sourceFile) {
3511
3511
  const bundledLocation = import_node_path.default.join(__dirname, sourceFile);
3512
- const sourceLocation = import_node_path.default.join(__dirname, "..", "..", "..", "client", "runtime", sourceFile);
3512
+ const sourceLocation = import_node_path.default.join(__dirname, "..", "..", "..", "cli", "build", sourceFile);
3513
3513
  if (import_node_fs.default.existsSync(bundledLocation)) {
3514
3514
  debug("We are in the bundled Prisma CLI");
3515
3515
  return import_node_fs.default.readFileSync(bundledLocation);
@@ -3777,8 +3777,8 @@ var PrismaClientClass = class {
3777
3777
  export interface PrismaClientConstructor {
3778
3778
  ${(0, import_indent_string3.default)(this.jsDoc, TAB_SIZE)}
3779
3779
  new <
3780
- Options extends Prisma.PrismaClientOptions,
3781
- LogOpts extends LogOptions<Options>,
3780
+ Options extends Prisma.PrismaClientOptions = Prisma.PrismaClientOptions,
3781
+ LogOpts extends LogOptions<Options> = LogOptions<Options>,
3782
3782
  OmitOpts extends Prisma.PrismaClientOptions['omit'] = Options extends { omit: infer U } ? U : Prisma.PrismaClientOptions['omit'],
3783
3783
  ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs
3784
3784
  >(options?: Prisma.Subset<Options, Prisma.PrismaClientOptions> ): PrismaClient<LogOpts, OmitOpts, ExtArgs>
@@ -6562,7 +6562,7 @@ var import_get_tsconfig = require("get-tsconfig");
6562
6562
  var import_ts_pattern2 = require("ts-pattern");
6563
6563
 
6564
6564
  // package.json
6565
- var version = "6.15.0-dev.14";
6565
+ var version = "6.15.0-dev.16";
6566
6566
 
6567
6567
  // src/module-format.ts
6568
6568
  function parseModuleFormat(format) {
package/dist/index.mjs CHANGED
@@ -3508,7 +3508,7 @@ config.${component}Wasm = {
3508
3508
  }
3509
3509
  function readSourceFile(sourceFile) {
3510
3510
  const bundledLocation = path.join(__dirname, sourceFile);
3511
- const sourceLocation = path.join(__dirname, "..", "..", "..", "client", "runtime", sourceFile);
3511
+ const sourceLocation = path.join(__dirname, "..", "..", "..", "cli", "build", sourceFile);
3512
3512
  if (fs.existsSync(bundledLocation)) {
3513
3513
  debug("We are in the bundled Prisma CLI");
3514
3514
  return fs.readFileSync(bundledLocation);
@@ -3776,8 +3776,8 @@ var PrismaClientClass = class {
3776
3776
  export interface PrismaClientConstructor {
3777
3777
  ${indent3(this.jsDoc, TAB_SIZE)}
3778
3778
  new <
3779
- Options extends Prisma.PrismaClientOptions,
3780
- LogOpts extends LogOptions<Options>,
3779
+ Options extends Prisma.PrismaClientOptions = Prisma.PrismaClientOptions,
3780
+ LogOpts extends LogOptions<Options> = LogOptions<Options>,
3781
3781
  OmitOpts extends Prisma.PrismaClientOptions['omit'] = Options extends { omit: infer U } ? U : Prisma.PrismaClientOptions['omit'],
3782
3782
  ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs
3783
3783
  >(options?: Prisma.Subset<Options, Prisma.PrismaClientOptions> ): PrismaClient<LogOpts, OmitOpts, ExtArgs>
@@ -6561,7 +6561,7 @@ import { getTsconfig } from "get-tsconfig";
6561
6561
  import { match as match2 } from "ts-pattern";
6562
6562
 
6563
6563
  // package.json
6564
- var version = "6.15.0-dev.14";
6564
+ var version = "6.15.0-dev.16";
6565
6565
 
6566
6566
  // src/module-format.ts
6567
6567
  function parseModuleFormat(format) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-generator-ts",
3
- "version": "6.15.0-dev.14",
3
+ "version": "6.15.0-dev.16",
4
4
  "description": "This package is intended for Prisma's internal use",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -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.15.0-dev.14",
38
- "@prisma/debug": "6.15.0-dev.14",
39
- "@prisma/dmmf": "6.15.0-dev.14",
40
- "@prisma/fetch-engine": "6.15.0-dev.14",
41
- "@prisma/get-platform": "6.15.0-dev.14",
42
- "@prisma/internals": "6.15.0-dev.14",
43
- "@prisma/generator": "6.15.0-dev.14",
44
- "@prisma/ts-builders": "6.15.0-dev.14"
37
+ "@prisma/client-common": "6.15.0-dev.16",
38
+ "@prisma/debug": "6.15.0-dev.16",
39
+ "@prisma/dmmf": "6.15.0-dev.16",
40
+ "@prisma/fetch-engine": "6.15.0-dev.16",
41
+ "@prisma/get-platform": "6.15.0-dev.16",
42
+ "@prisma/generator": "6.15.0-dev.16",
43
+ "@prisma/ts-builders": "6.15.0-dev.16",
44
+ "@prisma/internals": "6.15.0-dev.16"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/pluralize": "0.0.33",