@hey-api/shared 0.0.0-next-20260223015209 → 0.0.0-next-20260223100743

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.mjs CHANGED
@@ -2952,7 +2952,8 @@ const childSchemaRelationships = [
2952
2952
  ["patternProperties", "objectMap"],
2953
2953
  ["properties", "objectMap"],
2954
2954
  ["propertyNames", "single"],
2955
- ["then", "single"]
2955
+ ["then", "single"],
2956
+ ["unevaluatedProperties", "single"]
2956
2957
  ];
2957
2958
 
2958
2959
  //#endregion
@@ -3555,7 +3556,8 @@ const schemaKeys = new Set([
3555
3556
  "oneOf",
3556
3557
  "patternProperties",
3557
3558
  "properties",
3558
- "schema"
3559
+ "schema",
3560
+ "unevaluatedProperties"
3559
3561
  ]);
3560
3562
  const getComponentContext = (path$1) => {
3561
3563
  if (path$1.length === 3 && path$1[0] === "components") {