@factor/app
Advanced tools
Comparing version 1.5.27 to 1.5.28
{ | ||
"name": "@factor/app", | ||
"version": "1.5.27", | ||
"version": "1.5.28", | ||
"license": "GPL-2.0", | ||
@@ -15,3 +15,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "f51c57d0b42937ad348828fea9680e5108c2ce46" | ||
"gitHead": "65bce44660a2bd6fb4358183d6f6edf2f15f683f" | ||
} |
@@ -9,2 +9,8 @@ import Vuex from "vuex" | ||
declare global { | ||
interface Window { | ||
__INITIAL_STATE__: any | ||
} | ||
} | ||
export const getStore = (): Store<object> => { | ||
@@ -11,0 +17,0 @@ __store = new Vuex.Store({ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
63819
802
27