yangsuite-ui-utils 1.0.23 → 1.0.24

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 (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -92,6 +92,10 @@ Store
92
92
  menu: [], // All sidebar menus
93
93
  plugins: {}, // All plugins implemented by plugins
94
94
  currentPlugin: "yangsuite" // Current plugin that we are at. Used for routing.
95
+ userInfo: {
96
+ loggedIn: False | True
97
+ username: ""
98
+ }
95
99
  };
96
100
  ```
97
101
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yangsuite-ui-utils",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "",
5
5
  "main": "bundle/index.js",
6
6
  "scripts": {