@revisium/schema-toolkit 0.20.1 → 0.20.2

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.
@@ -385,7 +385,7 @@ interface ValueTreeLike {
385
385
 
386
386
  interface RowModelOptions {
387
387
  rowId: string;
388
- schema: JsonObjectSchema;
388
+ schema: JsonSchema;
389
389
  data?: unknown;
390
390
  fkResolver?: ForeignKeyResolver;
391
391
  refSchemas?: RefSchemas;
@@ -385,7 +385,7 @@ interface ValueTreeLike {
385
385
 
386
386
  interface RowModelOptions {
387
387
  rowId: string;
388
- schema: JsonObjectSchema;
388
+ schema: JsonSchema;
389
389
  data?: unknown;
390
390
  fkResolver?: ForeignKeyResolver;
391
391
  refSchemas?: RefSchemas;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revisium/schema-toolkit",
3
- "version": "0.20.1",
3
+ "version": "0.20.2",
4
4
  "description": "Universal schema toolkit with TypeScript types and utilities for JSON Schema manipulation",
5
5
  "keywords": [
6
6
  "json-schema",