@jswork/types 1.0.6 → 1.0.7

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.
@@ -10,7 +10,7 @@ export interface Destroyable {
10
10
  destroy(): void;
11
11
  }
12
12
 
13
- export interface FormWidet {
13
+ export interface FormWidget {
14
14
  onChange: (value: any) => void;
15
15
  value: any;
16
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jswork/types",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Common types for typescript.",
5
5
  "homepage": "https://github.com/afeiship/types",
6
6
  "license": "MIT",