ms-types 0.3.20 → 0.3.21

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.3.20",
3
+ "version": "0.3.21",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -67,7 +67,7 @@ declare const $共享状态: {
67
67
  /**
68
68
  * 清除所有共享状态
69
69
  */
70
- 清除所有共享状态: () => 无返回值;
70
+ 清除: () => 无返回值;
71
71
  };
72
72
 
73
73
  /**