@datadayrepos/json-schema-types 0.0.1-beta.12 → 0.0.1-beta.13

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.
@@ -1,8 +1,7 @@
1
1
  import type { ErrSchemaDetail, UISchemaDetail } from './internalScema';
2
- /** Json schema with extended ui types */
2
+ /** Json schema join with extended ui & err & and params used for sorting keys in editor */
3
3
  export type ExtendedJson7 = {
4
4
  enumNames?: string[];
5
- _collapser?: ExtendedJson7;
6
5
  $$itemRef?: string;
7
6
  $$itemId?: string;
8
7
  $$isSingle?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datadayrepos/json-schema-types",
3
- "version": "0.0.1-beta.12",
3
+ "version": "0.0.1-beta.13",
4
4
  "private": false,
5
5
  "packageManager": "pnpm@8.9.0",
6
6
  "description": "Types used for json schema render and editors",