ms-types 0.1.1 → 0.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ms-types",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
package/types/global.d.ts CHANGED
@@ -13,7 +13,7 @@ declare const __appVersion__: string;
13
13
  /**
14
14
  * 应用构建号
15
15
  */
16
- declare const __appBuildNumber__: string;
16
+ declare const __appBuildNumber__: number;
17
17
  /**
18
18
  * 应用名称
19
19
  */
@@ -31,7 +31,7 @@ declare const $APP应用版本: 字符串;
31
31
  /**
32
32
  * 应用构建号
33
33
  */
34
- declare const $APP应用构建号: 字符串;
34
+ declare const $APP应用构建号: 数字;
35
35
  /**
36
36
  * 应用名称
37
37
  */