@prisma/client-generator-ts 7.9.0-dev.26 → 7.9.0-dev.27
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +10 -10
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.
|
|
6463
|
+
var version = "7.9.0-dev.27";
|
|
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.
|
|
6457
|
+
var version = "7.9.0-dev.27";
|
|
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.
|
|
3
|
+
"version": "7.9.0-dev.27",
|
|
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.
|
|
37
|
-
"@prisma/
|
|
38
|
-
"@prisma/
|
|
39
|
-
"@prisma/
|
|
40
|
-
"@prisma/
|
|
41
|
-
"@prisma/
|
|
42
|
-
"@prisma/
|
|
43
|
-
"@prisma/
|
|
44
|
-
"@prisma/
|
|
36
|
+
"@prisma/client-common": "7.9.0-dev.27",
|
|
37
|
+
"@prisma/fetch-engine": "7.9.0-dev.27",
|
|
38
|
+
"@prisma/generator": "7.9.0-dev.27",
|
|
39
|
+
"@prisma/dmmf": "7.9.0-dev.27",
|
|
40
|
+
"@prisma/debug": "7.9.0-dev.27",
|
|
41
|
+
"@prisma/get-platform": "7.9.0-dev.27",
|
|
42
|
+
"@prisma/param-graph-builder": "7.9.0-dev.27",
|
|
43
|
+
"@prisma/internals": "7.9.0-dev.27",
|
|
44
|
+
"@prisma/ts-builders": "7.9.0-dev.27"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/pluralize": "0.0.33"
|