dydx-naive-ui-for-vue 0.1.34 → 0.1.35

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.
@@ -129,7 +129,7 @@ export interface BaseSchema<T extends Record<string, any>> {
129
129
  }
130
130
  export type NativeSchema<T extends Record<string, any>> = {
131
131
  [K in NativeFieldType]: BaseSchema<T> & {
132
- type?: K;
132
+ type: K;
133
133
  props?: ComponentPropsMap[K];
134
134
  };
135
135
  }[NativeFieldType];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dydx-naive-ui-for-vue",
3
- "version": "0.1.34",
3
+ "version": "0.1.35",
4
4
  "web-types": "./web-types.json",
5
5
  "type": "module",
6
6
  "main": "./dist/dydx-naive-ui-for-vue.umd.cjs",