@aeriajs/types 0.0.79 → 0.0.80

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.
@@ -101,7 +101,7 @@ export type Description<TDescription extends Description = any> = JsonSchema<TDe
101
101
  table?: readonly PropertiesWithId<TDescription>[];
102
102
  tableMeta?: readonly PropertiesWithId<TDescription>[];
103
103
  filtersPresets?: Record<string, FiltersPreset<TDescription>>;
104
- freshItem?: Partial<Record<PropertiesWithId<TDescription>, any>>;
104
+ freshItem?: Partial<Record<PropertiesWithId<TDescription>, unknown>>;
105
105
  form?: readonly PropertiesWithId<TDescription>[] | Record<PropertiesWithId<TDescription>, string[]>;
106
106
  writable?: readonly PropertiesWithId<TDescription>[];
107
107
  filters?: readonly (PropertiesWithId<TDescription> | {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aeriajs/types",
3
- "version": "0.0.79",
3
+ "version": "0.0.80",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",