@mgarlik/datastore 0.1.24 → 0.1.25

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.d.cts CHANGED
@@ -127,7 +127,7 @@ type ProviderLayoutType = {
127
127
  footer?: string;
128
128
  tooltip?: string | React.ReactNode;
129
129
  visible?: boolean | filterType;
130
- items: Array<{
130
+ items: Array<string | {
131
131
  field: string;
132
132
  form?: formType;
133
133
  label?: string; // jen override
package/dist/index.d.ts CHANGED
@@ -127,7 +127,7 @@ type ProviderLayoutType = {
127
127
  footer?: string;
128
128
  tooltip?: string | React.ReactNode;
129
129
  visible?: boolean | filterType;
130
- items: Array<{
130
+ items: Array<string | {
131
131
  field: string;
132
132
  form?: formType;
133
133
  label?: string; // jen override
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mgarlik/datastore",
3
- "version": "0.1.24",
3
+ "version": "0.1.25",
4
4
  "description": "Full DataStoreProvider package extracted from src/dataStore with REST and Socket support.",
5
5
  "license": "MIT",
6
6
  "type": "module",