ms-types 0.2.2 → 0.2.3

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types/ui.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ms-types",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
package/types/ui.d.ts CHANGED
@@ -114,7 +114,7 @@ declare namespace ui {
114
114
  * name: "快点JS",
115
115
  * })
116
116
  */
117
- function call(key: string, data: any): void;
117
+ function call(key: string, data: Record<string, any>): void;
118
118
 
119
119
  /**
120
120
  * 显示Toast提示消息