@prisma/client-generator-ts 6.20.0-integration-next.13 → 6.20.0-integration-next.14
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 -1
- package/dist/index.mjs +1 -1
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -6381,7 +6381,7 @@ var import_internals7 = require("@prisma/internals");
|
|
|
6381
6381
|
var import_get_tsconfig = require("get-tsconfig");
|
|
6382
6382
|
|
|
6383
6383
|
// package.json
|
|
6384
|
-
var version = "6.20.0-integration-next.
|
|
6384
|
+
var version = "6.20.0-integration-next.14";
|
|
6385
6385
|
|
|
6386
6386
|
// src/module-format.ts
|
|
6387
6387
|
function parseModuleFormat(format) {
|
package/dist/index.mjs
CHANGED
|
@@ -6374,7 +6374,7 @@ import { parseEnvValue } from "@prisma/internals";
|
|
|
6374
6374
|
import { getTsconfig } from "get-tsconfig";
|
|
6375
6375
|
|
|
6376
6376
|
// package.json
|
|
6377
|
-
var version = "6.20.0-integration-next.
|
|
6377
|
+
var version = "6.20.0-integration-next.14";
|
|
6378
6378
|
|
|
6379
6379
|
// src/module-format.ts
|
|
6380
6380
|
function parseModuleFormat(format) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/client-generator-ts",
|
|
3
|
-
"version": "6.20.0-integration-next.
|
|
3
|
+
"version": "6.20.0-integration-next.14",
|
|
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,14 +33,14 @@
|
|
|
33
33
|
"package-up": "5.0.0",
|
|
34
34
|
"pluralize": "8.0.0",
|
|
35
35
|
"ts-pattern": "5.6.2",
|
|
36
|
-
"@prisma/client-common": "6.20.0-integration-next.
|
|
37
|
-
"@prisma/debug": "6.20.0-integration-next.
|
|
38
|
-
"@prisma/
|
|
39
|
-
"@prisma/
|
|
40
|
-
"@prisma/get-platform": "6.20.0-integration-next.
|
|
41
|
-
"@prisma/
|
|
42
|
-
"@prisma/
|
|
43
|
-
"@prisma/ts-builders": "6.20.0-integration-next.
|
|
36
|
+
"@prisma/client-common": "6.20.0-integration-next.14",
|
|
37
|
+
"@prisma/debug": "6.20.0-integration-next.14",
|
|
38
|
+
"@prisma/dmmf": "6.20.0-integration-next.14",
|
|
39
|
+
"@prisma/fetch-engine": "6.20.0-integration-next.14",
|
|
40
|
+
"@prisma/get-platform": "6.20.0-integration-next.14",
|
|
41
|
+
"@prisma/internals": "6.20.0-integration-next.14",
|
|
42
|
+
"@prisma/generator": "6.20.0-integration-next.14",
|
|
43
|
+
"@prisma/ts-builders": "6.20.0-integration-next.14"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/pluralize": "0.0.33",
|