jubo-sdk 1.2.0 → 1.2.2-beta.1

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/dist/JuboSdk.d.ts CHANGED
@@ -8,6 +8,8 @@ declare class JuboSdk {
8
8
  readonly isApp: boolean;
9
9
  /** 是否是小程序 */
10
10
  readonly isMiniProgram: boolean;
11
+ /** 是否是支付宝小程序 */
12
+ readonly isAlipayMini: boolean;
11
13
  /** 是否是h5 */
12
14
  readonly isH5: boolean;
13
15
  /** 是否是H5内嵌 */
@@ -8,6 +8,8 @@ declare class OldJuboSdk {
8
8
  readonly isApp: boolean;
9
9
  /** 是否是小程序 */
10
10
  readonly isMiniProgram: boolean;
11
+ /** 是否是支付宝小程序 */
12
+ readonly isAlipayMini: boolean;
11
13
  /** 是否是h5 */
12
14
  readonly isH5: boolean;
13
15
  /** 是否是H5内嵌 */