@hylid/types 0.0.90011635261-dev.4 → 0.0.90011647058-dev.15

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.
Files changed (2) hide show
  1. package/lib/mp.d.ts +2 -0
  2. package/package.json +1 -1
package/lib/mp.d.ts CHANGED
@@ -15,6 +15,8 @@ export interface IRPCArgs {
15
15
  timeout?: number;
16
16
  getResponse?: boolean;
17
17
  workspaceId?: string;
18
+ /** 外部传过来的登录模式,用于 checkIsLogin 判断是否强制走登录流程 */
19
+ _loginModeBase?: string;
18
20
  }
19
21
  export interface getCurrentPagesOptions {
20
22
  payload?: Record<string, any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hylid/types",
3
- "version": "0.0.90011635261-dev.4",
3
+ "version": "0.0.90011647058-dev.15",
4
4
  "main": "lib/index.js",
5
5
  "files": [
6
6
  "lib",