@prisma/client-generator-ts 7.8.0 → 7.9.0-dev.1

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
@@ -6398,7 +6398,7 @@ var import_internals7 = require("@prisma/internals");
6398
6398
  var import_get_tsconfig = require("get-tsconfig");
6399
6399
 
6400
6400
  // package.json
6401
- var version = "7.8.0";
6401
+ var version = "7.9.0-dev.1";
6402
6402
 
6403
6403
  // src/module-format.ts
6404
6404
  function parseModuleFormat(format) {
package/dist/index.mjs CHANGED
@@ -6392,7 +6392,7 @@ import { parseEnvValue } from "@prisma/internals";
6392
6392
  import { getTsconfig } from "get-tsconfig";
6393
6393
 
6394
6394
  // package.json
6395
- var version = "7.8.0";
6395
+ var version = "7.9.0-dev.1";
6396
6396
 
6397
6397
  // src/module-format.ts
6398
6398
  function parseModuleFormat(format) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-generator-ts",
3
- "version": "7.8.0",
3
+ "version": "7.9.0-dev.1",
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/client-common": "7.8.0",
37
- "@prisma/dmmf": "7.8.0",
38
- "@prisma/generator": "7.8.0",
39
- "@prisma/fetch-engine": "7.8.0",
40
- "@prisma/debug": "7.8.0",
41
- "@prisma/get-platform": "7.8.0",
42
- "@prisma/internals": "7.8.0",
43
- "@prisma/param-graph-builder": "7.8.0",
44
- "@prisma/ts-builders": "7.8.0"
36
+ "@prisma/client-common": "7.9.0-dev.1",
37
+ "@prisma/debug": "7.9.0-dev.1",
38
+ "@prisma/dmmf": "7.9.0-dev.1",
39
+ "@prisma/fetch-engine": "7.9.0-dev.1",
40
+ "@prisma/get-platform": "7.9.0-dev.1",
41
+ "@prisma/generator": "7.9.0-dev.1",
42
+ "@prisma/param-graph-builder": "7.9.0-dev.1",
43
+ "@prisma/internals": "7.9.0-dev.1",
44
+ "@prisma/ts-builders": "7.9.0-dev.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/pluralize": "0.0.33"