gant-core 0.2.0 → 0.2.2

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.
@@ -1745,6 +1745,7 @@ type LOGIN_CONFIG = {
1745
1745
  ssoLoginUrl?: string;
1746
1746
  ssologinOutUrl?: string;
1747
1747
  loginOut?: boolean;
1748
+ loginType?: string[];
1748
1749
  };
1749
1750
  type MAIN_CONFIG_TYPE = {
1750
1751
  requestTimeout?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gant-core",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "",
5
5
  "main": "lib/core/index.js",
6
6
  "types": "lib/types/index.d.ts",