@skyfox2000/microbase 1.2.2 → 1.3.0

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.
package/lib/index.d.ts CHANGED
@@ -227,10 +227,6 @@ export declare interface LoginInfo {
227
227
  * 登录返回的用户信息
228
228
  */
229
229
  UserInfo?: UserInfo;
230
- /**
231
- * 加密用户信息
232
- */
233
- EUserInfo?: string;
234
230
  /**
235
231
  * 登录获取的授权token
236
232
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyfox2000/microbase",
3
- "version": "1.2.2",
3
+ "version": "1.3.0",
4
4
  "description": "微前端通用功能与数据类型定义",
5
5
  "type": "module",
6
6
  "keywords": [],
@@ -23,7 +23,7 @@
23
23
  "preview": "vite preview"
24
24
  },
25
25
  "peerDependencies": {
26
- "@skyfox2000/fapi": "^1.1.19",
26
+ "@skyfox2000/fapi": "^1.3.0",
27
27
  "@micro-zoe/micro-app": "^1.0.0-rc.18",
28
28
  "vue": "^3.5.13",
29
29
  "vue-router": "^4.5.0"
@@ -40,10 +40,6 @@ export interface LoginInfo {
40
40
  * 登录返回的用户信息
41
41
  */
42
42
  UserInfo?: UserInfo;
43
- /**
44
- * 加密用户信息
45
- */
46
- EUserInfo?: string;
47
43
  /**
48
44
  * 登录获取的授权token
49
45
  */