xframelib 0.4.7 → 0.4.8

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.
@@ -7,6 +7,10 @@ export interface ITokenInfo {
7
7
  token: string;
8
8
  expire: string;
9
9
  refresh: string;
10
+ issystem?: boolean;
11
+ issecurity?: boolean;
12
+ appkey?: string;
13
+ role?: string;
10
14
  }
11
15
  /**
12
16
  * 单个token对象内容
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xframelib",
3
- "version": "0.4.7",
3
+ "version": "0.4.8",
4
4
  "description": "积累的前端开发基础库",
5
5
  "main": "dist/index.js",
6
6
  "common": "dist/index.cjs",