@vtj/utils 0.8.65 → 0.8.67

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/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@vtj/utils",
3
3
  "private": false,
4
- "version": "0.8.65",
4
+ "version": "0.8.67",
5
5
  "type": "module",
6
6
  "dependencies": {
7
- "@vtj/base": "~0.8.5"
7
+ "@vtj/base": "~0.8.6"
8
8
  },
9
9
  "devDependencies": {
10
10
  "@types/js-cookie": "~3.0.6",
@@ -12,7 +12,7 @@
12
12
  "fetch-jsonp": "~1.3.0",
13
13
  "js-cookie": "~3.0.5",
14
14
  "load-script": "~2.0.0",
15
- "@vtj/cli": "~0.8.16"
15
+ "@vtj/cli": "~0.8.17"
16
16
  },
17
17
  "exports": {
18
18
  ".": {
@@ -112,7 +112,7 @@ export declare class Request {
112
112
  private setupSkipWarn;
113
113
  }
114
114
  export interface IStaticRequest extends Request {
115
- (options: IRequestConfig): Promise<AxiosResponse>;
115
+ (options: IRequestConfig): Promise<any>;
116
116
  instance: Request;
117
117
  }
118
118
  export declare function createRequest(options?: IRequestOptions): IStaticRequest;
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) 2024, VTJ.PRO All rights reserved.
3
3
  * @name @vtj/utils
4
4
  * @author CHC chenhuachun1549@dingtalk.com
5
- * @version 0.8.65
5
+ * @version 0.8.67
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export declare const version = "0.8.65";
8
+ export declare const version = "0.8.67";