@skyfox2000/microbase 1.0.2 → 1.0.3

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
@@ -446,7 +446,7 @@ export declare interface UserInfo {
446
446
  /**
447
447
  * 租户Id
448
448
  */
449
- readonly TenantId: string;
449
+ readonly TenantId: string | null;
450
450
  /**
451
451
  * 用户级别
452
452
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyfox2000/microbase",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "微前端通用功能与数据类型定义",
5
5
  "type": "module",
6
6
  "keywords": [],
@@ -17,7 +17,7 @@ export interface UserInfo {
17
17
  /**
18
18
  * 租户Id
19
19
  */
20
- readonly TenantId: string;
20
+ readonly TenantId: string | null;
21
21
  /**
22
22
  * 用户级别
23
23
  */