@base-stone/hooks 1.1.6 → 1.1.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.
@@ -118,7 +118,7 @@ declare interface SelectConfig<K extends string> {
118
118
  queryFn: (data: Record<string, any>) => Promise<QueryResponse>;
119
119
  params?: Record<string, any>;
120
120
  dataKey: K;
121
- transform?: (result: QueryResponse) => Record<string, any>[];
121
+ transform?: (result: Record<string, any>) => Record<string, any>[];
122
122
  fieldNames?: {
123
123
  label: string;
124
124
  value: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@base-stone/hooks",
3
3
  "license": "MIT",
4
- "version": "1.1.6",
4
+ "version": "1.1.7",
5
5
  "author": {
6
6
  "name": "leafront",
7
7
  "email": "leafront@126.com"