@tramvai/tokens-http-client 6.78.1 → 6.79.1
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/lib/index.d.ts +2 -2
- package/package.json +4 -4
package/lib/index.d.ts
CHANGED
|
@@ -39,8 +39,8 @@ export declare const HTTP_CLIENT: HttpClient & {
|
|
|
39
39
|
* @see https://undici.nodejs.org/#/docs/api/Agent.md
|
|
40
40
|
*/
|
|
41
41
|
export declare const HTTP_CLIENT_AGENT: {
|
|
42
|
-
http:
|
|
43
|
-
https:
|
|
42
|
+
http: Dispatcher;
|
|
43
|
+
https: Dispatcher;
|
|
44
44
|
} & {
|
|
45
45
|
__type?: "base token" | undefined;
|
|
46
46
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/tokens-http-client",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.79.1",
|
|
4
4
|
"initialVersion": "0.58.99",
|
|
5
5
|
"description": "Tramvai tokens for @tramvai/module-http-client",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"watch": "tsc -w"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@tramvai/http-client": "0.6.
|
|
23
|
-
"@tramvai/tinkoff-request-http-client-adapter": "0.13.
|
|
22
|
+
"@tramvai/http-client": "0.6.2",
|
|
23
|
+
"@tramvai/tinkoff-request-http-client-adapter": "0.13.158",
|
|
24
24
|
"undici": "^7.16.0"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@tinkoff/dippy": "0.12.
|
|
27
|
+
"@tinkoff/dippy": "0.12.7",
|
|
28
28
|
"tslib": "^2.4.0"
|
|
29
29
|
},
|
|
30
30
|
"license": "Apache-2.0"
|