@prisma/client-generator-ts 7.2.0-integration-engines-7-2-0-3-aqrln-zpupkzknszlw-04d61c41ec1a025cabe14093fa3121a5f45040ab.1 → 7.2.0
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 +10 -10
package/dist/index.js
CHANGED
|
@@ -6406,7 +6406,7 @@ var import_internals7 = require("@prisma/internals");
|
|
|
6406
6406
|
var import_get_tsconfig = require("get-tsconfig");
|
|
6407
6407
|
|
|
6408
6408
|
// package.json
|
|
6409
|
-
var version = "7.2.0
|
|
6409
|
+
var version = "7.2.0";
|
|
6410
6410
|
|
|
6411
6411
|
// src/module-format.ts
|
|
6412
6412
|
function parseModuleFormat(format) {
|
package/dist/index.mjs
CHANGED
|
@@ -6399,7 +6399,7 @@ import { parseEnvValue } from "@prisma/internals";
|
|
|
6399
6399
|
import { getTsconfig } from "get-tsconfig";
|
|
6400
6400
|
|
|
6401
6401
|
// package.json
|
|
6402
|
-
var version = "7.2.0
|
|
6402
|
+
var version = "7.2.0";
|
|
6403
6403
|
|
|
6404
6404
|
// src/module-format.ts
|
|
6405
6405
|
function parseModuleFormat(format) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/client-generator-ts",
|
|
3
|
-
"version": "7.2.0
|
|
3
|
+
"version": "7.2.0",
|
|
4
4
|
"description": "This package is intended for Prisma's internal use",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@antfu/ni": "0.21.12",
|
|
28
|
-
"@prisma/engines-version": "7.2.0-
|
|
28
|
+
"@prisma/engines-version": "7.2.0-4.0c8ef2ce45c83248ab3df073180d5eda9e8be7a3",
|
|
29
29
|
"fast-glob": "3.3.3",
|
|
30
30
|
"get-tsconfig": "4.10.0",
|
|
31
31
|
"indent-string": "4.0.0",
|
|
@@ -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/debug": "7.2.0
|
|
37
|
-
"@prisma/
|
|
38
|
-
"@prisma/
|
|
39
|
-
"@prisma/fetch-engine": "7.2.0
|
|
40
|
-
"@prisma/generator": "7.2.0
|
|
41
|
-
"@prisma/get-platform": "7.2.0
|
|
42
|
-
"@prisma/
|
|
43
|
-
"@prisma/
|
|
36
|
+
"@prisma/debug": "7.2.0",
|
|
37
|
+
"@prisma/client-common": "7.2.0",
|
|
38
|
+
"@prisma/dmmf": "7.2.0",
|
|
39
|
+
"@prisma/fetch-engine": "7.2.0",
|
|
40
|
+
"@prisma/generator": "7.2.0",
|
|
41
|
+
"@prisma/get-platform": "7.2.0",
|
|
42
|
+
"@prisma/internals": "7.2.0",
|
|
43
|
+
"@prisma/ts-builders": "7.2.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/pluralize": "0.0.33",
|