@bigbinary/neeto-form-frontend 1.0.27 → 1.0.28

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/index.d.ts CHANGED
@@ -109,6 +109,7 @@ interface Item {
109
109
  label: string;
110
110
  isRequired: boolean;
111
111
  optionsAttributes: KeyValuePair[];
112
+ metadata: KeyValuePair[];
112
113
  kind: string;
113
114
  nodeId: string;
114
115
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-form-frontend",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "Neeto Form Engine Frontend",
5
5
  "author": "BigBinary",
6
6
  "license": "MIT",