primary_care_admin_binder 0.1.86 → 0.1.88

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.
Files changed (3) hide show
  1. package/README.md +11 -11
  2. package/dist/index.cjs.js +5527 -5931
  3. package/package.json +3 -2
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- Project Name : Meta_Name
2
-
3
- Built Using : Redux-Toolkit
4
-
5
- Purpose : Used as a common store for both Mobile and WEB platforms.
6
-
7
- Description : This project contains collection of REDUX ACTIONS and REDUX STATES
8
-
9
- Slices is a combination of ACTIONS and REDUCERS. Example , CounterSlice - Contains ACTIONS (INCREMENT , DECREMENT) and STATE (counter : 0)
10
-
11
- CreateSlices only for Entities
1
+ Project Name : Meta_Name
2
+
3
+ Built Using : Redux-Toolkit
4
+
5
+ Purpose : Used as a common store for both Mobile and WEB platforms.
6
+
7
+ Description : This project contains collection of REDUX ACTIONS and REDUX STATES
8
+
9
+ Slices is a combination of ACTIONS and REDUCERS. Example , CounterSlice - Contains ACTIONS (INCREMENT , DECREMENT) and STATE (counter : 0)
10
+
11
+ CreateSlices only for Entities