@prisma/client-generator-ts 6.18.0-integration-next.5 → 6.18.0-integration-next.7
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 +1 -3
- package/dist/index.mjs +1 -3
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -5895,8 +5895,6 @@ function clientExtensionsDefinitions() {
|
|
|
5895
5895
|
function buildClientOptions(context, options) {
|
|
5896
5896
|
const clientOptions = ts19.interfaceDeclaration("PrismaClientOptions").add(
|
|
5897
5897
|
ts19.property("datasources", ts19.namedType("Datasources")).optional().setDocComment(ts19.docComment("Overwrites the datasource url from your schema.prisma file"))
|
|
5898
|
-
).add(
|
|
5899
|
-
ts19.property("datasourceUrl", ts19.stringType).optional().setDocComment(ts19.docComment("Overwrites the datasource url from your schema.prisma file"))
|
|
5900
5898
|
).add(
|
|
5901
5899
|
ts19.property("errorFormat", ts19.namedType("ErrorFormat")).optional().setDocComment(ts19.docComment('@default "colorless"'))
|
|
5902
5900
|
).add(
|
|
@@ -6631,7 +6629,7 @@ var import_get_tsconfig = require("get-tsconfig");
|
|
|
6631
6629
|
var import_ts_pattern2 = require("ts-pattern");
|
|
6632
6630
|
|
|
6633
6631
|
// package.json
|
|
6634
|
-
var version = "6.18.0-integration-next.
|
|
6632
|
+
var version = "6.18.0-integration-next.7";
|
|
6635
6633
|
|
|
6636
6634
|
// src/module-format.ts
|
|
6637
6635
|
function parseModuleFormat(format) {
|
package/dist/index.mjs
CHANGED
|
@@ -5894,8 +5894,6 @@ function clientExtensionsDefinitions() {
|
|
|
5894
5894
|
function buildClientOptions(context, options) {
|
|
5895
5895
|
const clientOptions = ts19.interfaceDeclaration("PrismaClientOptions").add(
|
|
5896
5896
|
ts19.property("datasources", ts19.namedType("Datasources")).optional().setDocComment(ts19.docComment("Overwrites the datasource url from your schema.prisma file"))
|
|
5897
|
-
).add(
|
|
5898
|
-
ts19.property("datasourceUrl", ts19.stringType).optional().setDocComment(ts19.docComment("Overwrites the datasource url from your schema.prisma file"))
|
|
5899
5897
|
).add(
|
|
5900
5898
|
ts19.property("errorFormat", ts19.namedType("ErrorFormat")).optional().setDocComment(ts19.docComment('@default "colorless"'))
|
|
5901
5899
|
).add(
|
|
@@ -6630,7 +6628,7 @@ import { getTsconfig } from "get-tsconfig";
|
|
|
6630
6628
|
import { match as match2 } from "ts-pattern";
|
|
6631
6629
|
|
|
6632
6630
|
// package.json
|
|
6633
|
-
var version = "6.18.0-integration-next.
|
|
6631
|
+
var version = "6.18.0-integration-next.7";
|
|
6634
6632
|
|
|
6635
6633
|
// src/module-format.ts
|
|
6636
6634
|
function parseModuleFormat(format) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/client-generator-ts",
|
|
3
|
-
"version": "6.18.0-integration-next.
|
|
3
|
+
"version": "6.18.0-integration-next.7",
|
|
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
|
"package-up": "5.0.0",
|
|
35
35
|
"pluralize": "8.0.0",
|
|
36
36
|
"ts-pattern": "5.6.2",
|
|
37
|
-
"@prisma/client-common": "6.18.0-integration-next.
|
|
38
|
-
"@prisma/
|
|
39
|
-
"@prisma/
|
|
40
|
-
"@prisma/
|
|
41
|
-
"@prisma/
|
|
42
|
-
"@prisma/internals": "6.18.0-integration-next.
|
|
43
|
-
"@prisma/
|
|
44
|
-
"@prisma/
|
|
37
|
+
"@prisma/client-common": "6.18.0-integration-next.7",
|
|
38
|
+
"@prisma/debug": "6.18.0-integration-next.7",
|
|
39
|
+
"@prisma/dmmf": "6.18.0-integration-next.7",
|
|
40
|
+
"@prisma/generator": "6.18.0-integration-next.7",
|
|
41
|
+
"@prisma/fetch-engine": "6.18.0-integration-next.7",
|
|
42
|
+
"@prisma/internals": "6.18.0-integration-next.7",
|
|
43
|
+
"@prisma/ts-builders": "6.18.0-integration-next.7",
|
|
44
|
+
"@prisma/get-platform": "6.18.0-integration-next.7"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/pluralize": "0.0.33",
|