@prisma/client-generator-ts 7.7.0 → 7.8.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
@@ -6379,7 +6379,7 @@ var import_internals7 = require("@prisma/internals");
6379
6379
  var import_get_tsconfig = require("get-tsconfig");
6380
6380
 
6381
6381
  // package.json
6382
- var version = "7.7.0";
6382
+ var version = "7.8.0-dev.1";
6383
6383
 
6384
6384
  // src/module-format.ts
6385
6385
  function parseModuleFormat(format) {
package/dist/index.mjs CHANGED
@@ -6373,7 +6373,7 @@ import { parseEnvValue } from "@prisma/internals";
6373
6373
  import { getTsconfig } from "get-tsconfig";
6374
6374
 
6375
6375
  // package.json
6376
- var version = "7.7.0";
6376
+ var version = "7.8.0-dev.1";
6377
6377
 
6378
6378
  // src/module-format.ts
6379
6379
  function parseModuleFormat(format) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-generator-ts",
3
- "version": "7.7.0",
3
+ "version": "7.8.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.7.0",
37
- "@prisma/debug": "7.7.0",
38
- "@prisma/fetch-engine": "7.7.0",
39
- "@prisma/dmmf": "7.7.0",
40
- "@prisma/generator": "7.7.0",
41
- "@prisma/internals": "7.7.0",
42
- "@prisma/get-platform": "7.7.0",
43
- "@prisma/param-graph-builder": "7.7.0",
44
- "@prisma/ts-builders": "7.7.0"
36
+ "@prisma/client-common": "7.8.0-dev.1",
37
+ "@prisma/debug": "7.8.0-dev.1",
38
+ "@prisma/dmmf": "7.8.0-dev.1",
39
+ "@prisma/fetch-engine": "7.8.0-dev.1",
40
+ "@prisma/generator": "7.8.0-dev.1",
41
+ "@prisma/get-platform": "7.8.0-dev.1",
42
+ "@prisma/internals": "7.8.0-dev.1",
43
+ "@prisma/ts-builders": "7.8.0-dev.1",
44
+ "@prisma/param-graph-builder": "7.8.0-dev.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/pluralize": "0.0.33"