adminforth 2.22.0-next.19 → 2.22.0-next.20

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.
@@ -121,7 +121,8 @@ export const useCoreStore = defineStore('core', () => {
121
121
  item.badge = badge;
122
122
  }
123
123
  });
124
- websocket.unsubscribeAll();
124
+ // TODO: This thing was created for something. Find out why
125
+ // websocket.unsubscribeAll();
125
126
  subscribeToMenuBadges();
126
127
 
127
128
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.22.0-next.19",
3
+ "version": "2.22.0-next.20",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",