@prisma/client-generator-ts 6.19.0-integration-next.12 → 6.19.0-integration-next.13
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
|
@@ -6565,7 +6565,7 @@ var import_get_tsconfig = require("get-tsconfig");
|
|
|
6565
6565
|
var import_ts_pattern2 = require("ts-pattern");
|
|
6566
6566
|
|
|
6567
6567
|
// package.json
|
|
6568
|
-
var version = "6.19.0-integration-next.
|
|
6568
|
+
var version = "6.19.0-integration-next.13";
|
|
6569
6569
|
|
|
6570
6570
|
// src/module-format.ts
|
|
6571
6571
|
function parseModuleFormat(format) {
|
package/dist/index.mjs
CHANGED
|
@@ -6564,7 +6564,7 @@ import { getTsconfig } from "get-tsconfig";
|
|
|
6564
6564
|
import { match as match2 } from "ts-pattern";
|
|
6565
6565
|
|
|
6566
6566
|
// package.json
|
|
6567
|
-
var version = "6.19.0-integration-next.
|
|
6567
|
+
var version = "6.19.0-integration-next.13";
|
|
6568
6568
|
|
|
6569
6569
|
// src/module-format.ts
|
|
6570
6570
|
function parseModuleFormat(format) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/client-generator-ts",
|
|
3
|
-
"version": "6.19.0-integration-next.
|
|
3
|
+
"version": "6.19.0-integration-next.13",
|
|
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.19.0-integration-next.
|
|
38
|
-
"@prisma/debug": "6.19.0-integration-next.
|
|
39
|
-
"@prisma/dmmf": "6.19.0-integration-next.
|
|
40
|
-
"@prisma/fetch-engine": "6.19.0-integration-next.
|
|
41
|
-
"@prisma/
|
|
42
|
-
"@prisma/
|
|
43
|
-
"@prisma/internals": "6.19.0-integration-next.
|
|
44
|
-
"@prisma/ts-builders": "6.19.0-integration-next.
|
|
37
|
+
"@prisma/client-common": "6.19.0-integration-next.13",
|
|
38
|
+
"@prisma/debug": "6.19.0-integration-next.13",
|
|
39
|
+
"@prisma/dmmf": "6.19.0-integration-next.13",
|
|
40
|
+
"@prisma/fetch-engine": "6.19.0-integration-next.13",
|
|
41
|
+
"@prisma/get-platform": "6.19.0-integration-next.13",
|
|
42
|
+
"@prisma/generator": "6.19.0-integration-next.13",
|
|
43
|
+
"@prisma/internals": "6.19.0-integration-next.13",
|
|
44
|
+
"@prisma/ts-builders": "6.19.0-integration-next.13"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/pluralize": "0.0.33",
|