@seayoo-web/request 0.9.1 → 0.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -3,7 +3,7 @@ import { NetRequestHandler } from "./inc/main";
3
3
  import type { IRequestGlobalConfig } from "./inc/type";
4
4
  export { jsonp, jsonx } from "./inc/jsonp";
5
5
  export { getResponseRulesDescription } from "./inc/rule";
6
- export type { IRequestGlobalConfig, IResponseRule } from "./inc/type";
6
+ export type { IRequestOptions, IRequestGlobalConfig, IResponseRule, IResponseResult, IRequestLog } from "./inc/type";
7
7
  /**
8
8
  * 基于 xhr 模块的上传工具,支持上传进度
9
9
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seayoo-web/request",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "requst tools for seayoo web",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",