@ozdao/prometheus-framework 0.2.185 → 0.2.186

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ozdao/prometheus-framework",
3
- "version": "0.2.185",
3
+ "version": "0.2.186",
4
4
  "description": "Web3 Framework focused on user experience and ease of development.",
5
5
  "author": "OZ DAO <hello@ozdao.dev>",
6
6
  "license": "GPL-3.0-or-later",
@@ -3,7 +3,9 @@
3
3
 
4
4
  import getBrowserLocale from './localization/methods/get-browser-locale.js';
5
5
  import VueI18n from './localization/vue-i18n.js';
6
+ import routerGuards from './router/routerGuards.js';
6
7
 
8
+ import * as mixins from './mixins/mixins.js'
7
9
  import * as globalStore from './store/globals.js';
8
10
 
9
11
  export {
@@ -1,5 +1,4 @@
1
1
  // useGlobalMixins.js
2
-
3
2
  export function useGlobalMixins() {
4
3
  const isAdmin = (roles) => {
5
4
  if (roles) {