@alipay/ams-checkout 0.0.1762138227-dev.10 → 0.0.1762138227-dev.11

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.
@@ -3,7 +3,7 @@
3
3
  * @param v1
4
4
  * @param v2
5
5
  */
6
- export declare function compareVersion(v1: string, v2: string): 1 | 0 | -1;
6
+ export declare function compareVersion(v1: string, v2: string): 0 | 1 | -1;
7
7
  /**
8
8
  * 判断version版本是否在range参数版本的范围内
9
9
  * @param version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1762138227-dev.10",
3
+ "version": "0.0.1762138227-dev.11",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",