@skyfox2000/microbase 1.0.4 → 1.0.5
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/lib/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/utils/data.ts +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -109,7 +109,7 @@ export declare enum AppSource {
|
|
|
109
109
|
/**
|
|
110
110
|
* 深度合并QOD参数
|
|
111
111
|
*/
|
|
112
|
-
export declare const combineParams: (...args: ReqParams[]) => ReqParams;
|
|
112
|
+
export declare const combineParams: (...args: (ReqParams | undefined)[]) => ReqParams;
|
|
113
113
|
|
|
114
114
|
/**
|
|
115
115
|
* 启动配置信息
|
package/package.json
CHANGED
package/src/utils/data.ts
CHANGED