@tramvai/tinkoff-request-http-client-adapter 0.9.434 → 0.9.435

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.
@@ -1 +1,2 @@
1
1
  export declare const createAgent: () => void;
2
+ //# sourceMappingURL=createAgent.browser.d.ts.map
@@ -4,3 +4,4 @@ export declare const createAgent: (options?: AgentOptions) => {
4
4
  http: Agent;
5
5
  https: Agent;
6
6
  };
7
+ //# sourceMappingURL=createAgent.d.ts.map
@@ -1,3 +1,4 @@
1
1
  import type { HttpClient } from '@tramvai/http-client';
2
2
  import type { TinkoffRequestOptions } from './createTinkoffRequest';
3
3
  export declare function createAdapter(options: TinkoffRequestOptions): HttpClient;
4
+ //# sourceMappingURL=createAdapter.d.ts.map
@@ -38,3 +38,4 @@ export interface TinkoffRequestOptions extends HttpClientBaseOptions {
38
38
  querySerializer?: QuerySerializer;
39
39
  }
40
40
  export declare function createTinkoffRequest(options: TinkoffRequestOptions): MakeRequest;
41
+ //# sourceMappingURL=createTinkoffRequest.d.ts.map
@@ -14,3 +14,4 @@ export declare class HttpClientAdapter extends BaseHttpClient implements HttpCli
14
14
  }): HttpClientAdapter;
15
15
  private _processMakeRequest;
16
16
  }
17
+ //# sourceMappingURL=httpClientAdapter.d.ts.map
package/lib/index.d.ts CHANGED
@@ -2,3 +2,4 @@ export * from './createAdapter';
2
2
  export * from './httpClientAdapter';
3
3
  export * from './createTinkoffRequest';
4
4
  export * from './mergeOptions';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -6,3 +6,4 @@ import type { HttpClientBaseOptions } from '@tramvai/http-client';
6
6
  export declare function mergeOptions(options: HttpClientBaseOptions, nextOptions: HttpClientBaseOptions, config?: {
7
7
  replace?: boolean;
8
8
  }): HttpClientBaseOptions;
9
+ //# sourceMappingURL=mergeOptions.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/tinkoff-request-http-client-adapter",
3
- "version": "0.9.434",
3
+ "version": "0.9.435",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "browser": {
@@ -31,7 +31,7 @@
31
31
  "@tinkoff/request-plugin-retry": "^0.2.3",
32
32
  "@tinkoff/utils": "^2.1.2",
33
33
  "@tramvai/http-client": "0.2.10",
34
- "@tramvai/tokens-common": "2.150.0",
34
+ "@tramvai/tokens-common": "2.150.1",
35
35
  "tslib": "^2.4.0"
36
36
  },
37
37
  "sideEffects": false,