@datadayrepos/json-schema-types 0.0.1-beta.131 → 0.0.1-beta.132

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.
@@ -39,7 +39,7 @@ export type JSONSchema7Version = string;
39
39
  * JSON Schema v7 recursive
40
40
  * @see https://tools.ietf.org/html/draft-handrews-json-schema-validation-01
41
41
  */
42
- export type JSONSchema7Definition = JSONSchema7 | boolean;
42
+ export type JSONSchema7Definition = ExtendedJson7 | boolean;
43
43
  export type JSONSchema7 = {
44
44
  $id?: string | undefined;
45
45
  $ref?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datadayrepos/json-schema-types",
3
- "version": "0.0.1-beta.131",
3
+ "version": "0.0.1-beta.132",
4
4
  "private": false,
5
5
  "packageManager": "pnpm@8.9.0",
6
6
  "description": "Types used for json schema render and editors",