@prisma/client-generator-ts 6.10.0-dev.17 → 6.10.0-dev.18

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
@@ -5873,7 +5873,6 @@ var TSClient = class {
5873
5873
  return acc;
5874
5874
  }, {});
5875
5875
  return {
5876
- [context.outputFileName("index")]: `export * from '${context.importFileName("./client")}'`,
5877
5876
  [context.outputFileName("client")]: createClientFile(context, this.options),
5878
5877
  [context.outputFileName("enums")]: createEnumsFile(context),
5879
5878
  [context.outputFileName("commonInputTypes")]: createCommonInputTypeFiles(context),
@@ -6482,7 +6481,7 @@ var import_get_tsconfig = require("get-tsconfig");
6482
6481
  var import_ts_pattern2 = require("ts-pattern");
6483
6482
 
6484
6483
  // package.json
6485
- var version = "6.10.0-dev.17";
6484
+ var version = "6.10.0-dev.18";
6486
6485
 
6487
6486
  // src/module-format.ts
6488
6487
  function parseModuleFormat(format) {
package/dist/index.mjs CHANGED
@@ -5872,7 +5872,6 @@ var TSClient = class {
5872
5872
  return acc;
5873
5873
  }, {});
5874
5874
  return {
5875
- [context.outputFileName("index")]: `export * from '${context.importFileName("./client")}'`,
5876
5875
  [context.outputFileName("client")]: createClientFile(context, this.options),
5877
5876
  [context.outputFileName("enums")]: createEnumsFile(context),
5878
5877
  [context.outputFileName("commonInputTypes")]: createCommonInputTypeFiles(context),
@@ -6481,7 +6480,7 @@ import { getTsconfig } from "get-tsconfig";
6481
6480
  import { match as match2 } from "ts-pattern";
6482
6481
 
6483
6482
  // package.json
6484
- var version = "6.10.0-dev.17";
6483
+ var version = "6.10.0-dev.18";
6485
6484
 
6486
6485
  // src/module-format.ts
6487
6486
  function parseModuleFormat(format) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-generator-ts",
3
- "version": "6.10.0-dev.17",
3
+ "version": "6.10.0-dev.18",
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.10.0-dev.17",
38
- "@prisma/dmmf": "6.10.0-dev.17",
39
- "@prisma/fetch-engine": "6.10.0-dev.17",
40
- "@prisma/debug": "6.10.0-dev.17",
41
- "@prisma/get-platform": "6.10.0-dev.17",
42
- "@prisma/generator": "6.10.0-dev.17",
43
- "@prisma/ts-builders": "6.10.0-dev.17",
44
- "@prisma/internals": "6.10.0-dev.17"
37
+ "@prisma/client-common": "6.10.0-dev.18",
38
+ "@prisma/fetch-engine": "6.10.0-dev.18",
39
+ "@prisma/debug": "6.10.0-dev.18",
40
+ "@prisma/dmmf": "6.10.0-dev.18",
41
+ "@prisma/generator": "6.10.0-dev.18",
42
+ "@prisma/get-platform": "6.10.0-dev.18",
43
+ "@prisma/ts-builders": "6.10.0-dev.18",
44
+ "@prisma/internals": "6.10.0-dev.18"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/pluralize": "0.0.33",