@prisma/client-generator-ts 7.9.0-dev.26 → 7.9.0-dev.28

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
@@ -5186,7 +5186,7 @@ type Without<T, U> = { [P in Exclude<keyof T, keyof U>]?: never };
5186
5186
  export type XOR<T, U> =
5187
5187
  T extends object ?
5188
5188
  U extends object ?
5189
- (Without<T, U> & U) | (Without<U, T> & T)
5189
+ ((Without<T, U> & U) | (Without<U, T> & T)) & object
5190
5190
  : U : T
5191
5191
 
5192
5192
 
@@ -6460,7 +6460,7 @@ var import_internals7 = require("@prisma/internals");
6460
6460
  var import_get_tsconfig = require("get-tsconfig");
6461
6461
 
6462
6462
  // package.json
6463
- var version = "7.9.0-dev.26";
6463
+ var version = "7.9.0-dev.28";
6464
6464
 
6465
6465
  // src/module-format.ts
6466
6466
  function parseModuleFormat(format) {
package/dist/index.mjs CHANGED
@@ -5180,7 +5180,7 @@ type Without<T, U> = { [P in Exclude<keyof T, keyof U>]?: never };
5180
5180
  export type XOR<T, U> =
5181
5181
  T extends object ?
5182
5182
  U extends object ?
5183
- (Without<T, U> & U) | (Without<U, T> & T)
5183
+ ((Without<T, U> & U) | (Without<U, T> & T)) & object
5184
5184
  : U : T
5185
5185
 
5186
5186
 
@@ -6454,7 +6454,7 @@ import { parseEnvValue } from "@prisma/internals";
6454
6454
  import { getTsconfig } from "get-tsconfig";
6455
6455
 
6456
6456
  // package.json
6457
- var version = "7.9.0-dev.26";
6457
+ var version = "7.9.0-dev.28";
6458
6458
 
6459
6459
  // src/module-format.ts
6460
6460
  function parseModuleFormat(format) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-generator-ts",
3
- "version": "7.9.0-dev.26",
3
+ "version": "7.9.0-dev.28",
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,15 +33,15 @@
33
33
  "package-up": "5.0.0",
34
34
  "pluralize": "8.0.0",
35
35
  "ts-pattern": "5.6.2",
36
- "@prisma/client-common": "7.9.0-dev.26",
37
- "@prisma/debug": "7.9.0-dev.26",
38
- "@prisma/dmmf": "7.9.0-dev.26",
39
- "@prisma/generator": "7.9.0-dev.26",
40
- "@prisma/fetch-engine": "7.9.0-dev.26",
41
- "@prisma/internals": "7.9.0-dev.26",
42
- "@prisma/ts-builders": "7.9.0-dev.26",
43
- "@prisma/param-graph-builder": "7.9.0-dev.26",
44
- "@prisma/get-platform": "7.9.0-dev.26"
36
+ "@prisma/debug": "7.9.0-dev.28",
37
+ "@prisma/dmmf": "7.9.0-dev.28",
38
+ "@prisma/fetch-engine": "7.9.0-dev.28",
39
+ "@prisma/client-common": "7.9.0-dev.28",
40
+ "@prisma/generator": "7.9.0-dev.28",
41
+ "@prisma/get-platform": "7.9.0-dev.28",
42
+ "@prisma/internals": "7.9.0-dev.28",
43
+ "@prisma/param-graph-builder": "7.9.0-dev.28",
44
+ "@prisma/ts-builders": "7.9.0-dev.28"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/pluralize": "0.0.33"