@prisma/param-graph 7.3.0-integration-parameterization.13 → 7.3.0-integration-parameterization.15

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,4 +14,4 @@ ParamGraph is a compact data structure generated from DMMF (Data Model Metadata
14
14
  - `EdgeFlag` - Bit flags for input field capabilities
15
15
  - `ScalarMask` - Bit mask for scalar type categories
16
16
  - `scalarTypeToMask` - Maps DMMF scalar type names to mask values
17
- - `hasFlag` / `getScalarMask` - Helper functions for edge inspection
17
+ - `hasFlag` / `getScalarMask` - Helper functions for edge inspection
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/param-graph",
3
- "version": "7.3.0-integration-parameterization.13",
3
+ "version": "7.3.0-integration-parameterization.15",
4
4
  "description": "This package is intended for Prisma's internal use",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",