@prisma/client-generator-ts 7.4.2-dev.1 → 7.4.2

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 CHANGED
@@ -6427,7 +6427,7 @@ var import_internals7 = require("@prisma/internals");
6427
6427
  var import_get_tsconfig = require("get-tsconfig");
6428
6428
 
6429
6429
  // package.json
6430
- var version = "7.4.2-dev.1";
6430
+ var version = "7.4.2";
6431
6431
 
6432
6432
  // src/module-format.ts
6433
6433
  function parseModuleFormat(format) {
package/dist/index.mjs CHANGED
@@ -6420,7 +6420,7 @@ import { parseEnvValue } from "@prisma/internals";
6420
6420
  import { getTsconfig } from "get-tsconfig";
6421
6421
 
6422
6422
  // package.json
6423
- var version = "7.4.2-dev.1";
6423
+ var version = "7.4.2";
6424
6424
 
6425
6425
  // src/module-format.ts
6426
6426
  function parseModuleFormat(format) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-generator-ts",
3
- "version": "7.4.2-dev.1",
3
+ "version": "7.4.2",
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/fetch-engine": "7.4.2-dev.1",
37
- "@prisma/debug": "7.4.2-dev.1",
38
- "@prisma/client-common": "7.4.2-dev.1",
39
- "@prisma/generator": "7.4.2-dev.1",
40
- "@prisma/get-platform": "7.4.2-dev.1",
41
- "@prisma/internals": "7.4.2-dev.1",
42
- "@prisma/param-graph-builder": "7.4.2-dev.1",
43
- "@prisma/dmmf": "7.4.2-dev.1",
44
- "@prisma/ts-builders": "7.4.2-dev.1"
36
+ "@prisma/client-common": "7.4.2",
37
+ "@prisma/dmmf": "7.4.2",
38
+ "@prisma/fetch-engine": "7.4.2",
39
+ "@prisma/generator": "7.4.2",
40
+ "@prisma/get-platform": "7.4.2",
41
+ "@prisma/internals": "7.4.2",
42
+ "@prisma/debug": "7.4.2",
43
+ "@prisma/param-graph-builder": "7.4.2",
44
+ "@prisma/ts-builders": "7.4.2"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/pluralize": "0.0.33",