@whitesev/utils 1.9.0 → 1.9.2
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/dist/index.amd.js +28 -0
- package/dist/index.amd.js.map +1 -1
- package/dist/index.cjs.js +28 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +28 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.iife.js +28 -0
- package/dist/index.iife.js.map +1 -1
- package/dist/index.system.js +28 -0
- package/dist/index.system.js.map +1 -1
- package/dist/index.umd.js +28 -0
- package/dist/index.umd.js.map +1 -1
- package/dist/src/Httpx.d.ts +1 -1
- package/package.json +1 -1
package/dist/src/Httpx.d.ts
CHANGED
|
@@ -985,7 +985,7 @@ export declare interface HttpxDetails {
|
|
|
985
985
|
* 拒绝拦截配置
|
|
986
986
|
* 如果设置了相关配置,那么intercept将不会生效
|
|
987
987
|
*/
|
|
988
|
-
allowInterceptConfig?: Partial<HttpxAllowInterceptConfig> | boolean
|
|
988
|
+
allowInterceptConfig?: Partial<HttpxAllowInterceptConfig> | boolean;
|
|
989
989
|
/**
|
|
990
990
|
* 身份验证的用户名
|
|
991
991
|
*/
|