@prisma/dmmf 6.6.0-dev.75 → 6.6.0-dev.77

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.
Files changed (2) hide show
  1. package/dist/dmmf.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/dmmf.d.ts CHANGED
@@ -182,6 +182,7 @@ export type InputType = ReadonlyDeep<{
182
182
  };
183
183
  meta?: {
184
184
  source?: string;
185
+ grouping?: string;
185
186
  };
186
187
  fields: SchemaArg[];
187
188
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/dmmf",
3
- "version": "6.6.0-dev.75",
3
+ "version": "6.6.0-dev.77",
4
4
  "description": "This package is intended for Prisma's internal use",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",