@prisma/param-graph-builder 7.4.0-integration-parameterization.21 → 7.4.0

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.
@@ -251,7 +251,7 @@ class DMMFTraverser {
251
251
  case "fieldRefTypes":
252
252
  break;
253
253
  default:
254
- inputType.location;
254
+ throw new Error(`Invalid location ${inputType.location}`);
255
255
  }
256
256
  }
257
257
  }
@@ -228,7 +228,7 @@ class DMMFTraverser {
228
228
  case "fieldRefTypes":
229
229
  break;
230
230
  default:
231
- inputType.location;
231
+ throw new Error(`Invalid location ${inputType.location}`);
232
232
  }
233
233
  }
234
234
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/param-graph-builder",
3
- "version": "7.4.0-integration-parameterization.21",
3
+ "version": "7.4.0",
4
4
  "description": "This package is intended for Prisma's internal use",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@prisma/dmmf": "7.4.0-integration-parameterization.21",
28
- "@prisma/param-graph": "7.4.0-integration-parameterization.21"
27
+ "@prisma/dmmf": "7.4.0",
28
+ "@prisma/param-graph": "7.4.0"
29
29
  },
30
30
  "files": [
31
31
  "dist"