ms-types 0.0.76 → 0.0.78

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.0.76",
3
+ "version": "0.0.78",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
package/types/logger.d.ts CHANGED
@@ -27,7 +27,7 @@ declare namespace logger {
27
27
  function setMaxLogFileCount(count: number): void;
28
28
  /**
29
29
  * 设置最大日志文件大小 默认10MB
30
- * @param size 最大日志文件大小(MB)
30
+ * @param size 最大日志文件大小(单位:MB)
31
31
  * @example
32
32
  * logger.setMaxLogFileSize(10);
33
33
  */
@@ -28,7 +28,7 @@ declare namespace $日志 {
28
28
  function 设置最大日志文件数量(数量: 数字): 无返回值;
29
29
  /**
30
30
  * 设置最大日志文件大小 默认10MB
31
- * @param size 最大日志文件大小(MB)
31
+ * @param size 最大日志文件大小(单位:MB)
32
32
  * @example
33
33
  * $日志.设置最大日志文件大小(10);
34
34
  */