@factor/app
Advanced tools
Comparing version 1.5.26 to 1.5.27
{ | ||
"name": "@factor/app", | ||
"version": "1.5.26", | ||
"version": "1.5.27", | ||
"license": "GPL-2.0", | ||
@@ -15,3 +15,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "595b3dd472730b712f172abd48f39939d8e281f3" | ||
"gitHead": "f51c57d0b42937ad348828fea9680e5108c2ce46" | ||
} |
@@ -44,3 +44,3 @@ import Vuex from "vuex" | ||
export const stored = (key?: string | ObjectId): any => { | ||
export const stored = (key?: string | ObjectId | number): any => { | ||
if (!__store) return undefined | ||
@@ -47,0 +47,0 @@ |
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
63793
28
800