@egovernments/digit-ui-module-workbench 1.0.16 → 1.0.18
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/CHANGELOG.md +5 -0
- package/README.md +2 -0
- package/dist/index.js +1 -1
- package/package.json +8 -4
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -79,6 +79,8 @@ _Add this configuration to enable this module [MDMS Enabling Workbench Module](h
|
|
|
79
79
|
|
|
80
80
|
6 . Data push for any API based on schema
|
|
81
81
|
|
|
82
|
+
7 . Json-edit-react to view and edit schema
|
|
83
|
+
|
|
82
84
|
### Mandatory changes to use Workbench module
|
|
83
85
|
|
|
84
86
|
1 . Assuming core module is already updated with 1.5.38+ and related changes were taken
|