ms-types 0.6.0 → 0.6.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ms-types",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
package/types/device.d.ts CHANGED
@@ -18,7 +18,7 @@ declare namespace device {
18
18
  isCharging: boolean;
19
19
  };
20
20
  /**
21
- * 获取存储空间大小(单位:MB
21
+ * 获取存储空间大小(单位:GB
22
22
  * @returns 存储空间状态,包含 total、free、unit
23
23
  * @example device.getStorageSpace()
24
24
  */
@@ -19,7 +19,7 @@ declare namespace $设备 {
19
19
  isCharging: 布尔值;
20
20
  };
21
21
  /**
22
- * 获取存储空间大小(单位:MB
22
+ * 获取存储空间大小(单位:GB
23
23
  * @returns 存储空间状态,包含 total、free、unit
24
24
  * @example $设备.获取存储空间状态()
25
25
  */