@utiliread/http 1.10.1 → 1.10.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.
@@ -4,7 +4,7 @@ export declare type Fetch = (input: RequestInfo, init?: RequestInit) => Promise<
4
4
  export declare class Http {
5
5
  static defaults: HttpOptions;
6
6
  private static instance?;
7
- options: Readonly<HttpOptions>;
7
+ options: HttpOptions;
8
8
  constructor(options?: Partial<HttpOptions>);
9
9
  static request(method: HttpMethod, url: string, params?: any): HttpBuilder;
10
10
  static head(url: string, params?: any): HttpBuilder;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@utiliread/http",
3
- "version": "1.10.1",
3
+ "version": "1.10.2",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",