@5minds/node-red-dashboard-2-processcube-dynamic-form 2.0.3-develop-652915-mcd3qzyd → 2.0.3-develop-73e272-mcd53ab4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-dashboard-2-processcube-dynamic-form",
3
- "version": "2.0.3-develop-652915-mcd3qzyd",
3
+ "version": "2.0.3-develop-73e272-mcd53ab4",
4
4
  "description": "The ui component for the ProcessCube dynamic-form",
5
5
  "keywords": [
6
6
  "processcube",
@@ -139,7 +139,8 @@ export default {
139
139
  theme: 'genesis',
140
140
  locales: { de },
141
141
  locale: 'de',
142
- rules: { requiredIf }
142
+ // eslint-disable-next-line object-shorthand
143
+ rules: { requiredIf: requiredIf }
143
144
  })
144
145
  app.use(plugin, formkitConfig)
145
146
  },