@polyv/request-plugin-polyv-business 2.6.0 → 2.7.1
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/domain.d.ts +1 -1
- package/package.json +4 -4
package/domain.d.ts
CHANGED
|
@@ -196,5 +196,5 @@ export declare function generateDefaultDomainInfo(): Required<DomainInfo>;
|
|
|
196
196
|
* 格式化域名信息
|
|
197
197
|
* @param domainInfo 域名信息
|
|
198
198
|
*/
|
|
199
|
-
export declare function formatDomainInfo<T extends DomainInfo>(domainInfo?: T): Required<
|
|
199
|
+
export declare function formatDomainInfo<T extends DomainInfo>(domainInfo?: T): Required<DomainInfo>;
|
|
200
200
|
export {};
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polyv/request-plugin-polyv-business",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.7.1",
|
|
4
4
|
"main": "./index.js",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@polyv/request-core": "2.
|
|
7
|
-
"@polyv/request-plugin-authorize-token": "2.
|
|
8
|
-
"@polyv/request-plugin-global-params": "2.
|
|
6
|
+
"@polyv/request-core": "2.7.1",
|
|
7
|
+
"@polyv/request-plugin-authorize-token": "2.7.1",
|
|
8
|
+
"@polyv/request-plugin-global-params": "2.7.1"
|
|
9
9
|
},
|
|
10
10
|
"types": "./index.d.ts"
|
|
11
11
|
}
|