@tramvai/module-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/shared.d.ts +4 -4
- package/package.json +15 -15
- package/lib/httpClientModule.browser.d.ts +0 -4
package/lib/shared.d.ts
CHANGED
|
@@ -38,8 +38,8 @@ export declare const providers: (import("@tinkoff/dippy/lib/Provider").ValueProv
|
|
|
38
38
|
};
|
|
39
39
|
agent: {
|
|
40
40
|
token: {
|
|
41
|
-
http: import("undici/types/
|
|
42
|
-
https: import("undici/types/
|
|
41
|
+
http: import("undici/types/dispatcher").default;
|
|
42
|
+
https: import("undici/types/dispatcher").default;
|
|
43
43
|
} & {
|
|
44
44
|
__type?: "base token" | undefined;
|
|
45
45
|
};
|
|
@@ -113,8 +113,8 @@ export declare const providers: (import("@tinkoff/dippy/lib/Provider").ValueProv
|
|
|
113
113
|
};
|
|
114
114
|
agent: {
|
|
115
115
|
token: {
|
|
116
|
-
http: import("undici/types/
|
|
117
|
-
https: import("undici/types/
|
|
116
|
+
http: import("undici/types/dispatcher").default;
|
|
117
|
+
https: import("undici/types/dispatcher").default;
|
|
118
118
|
} & {
|
|
119
119
|
__type?: "base token" | undefined;
|
|
120
120
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/module-http-client",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.79.1",
|
|
4
4
|
"initialVersion": "0.58.99",
|
|
5
5
|
"description": "",
|
|
6
6
|
"engines": {
|
|
@@ -29,29 +29,29 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@jest/globals": "^29.7.0",
|
|
32
|
-
"@tramvai/http-client": "0.6.
|
|
33
|
-
"@tramvai/tinkoff-request-http-client-adapter": "0.13.
|
|
34
|
-
"@tramvai/tokens-common": "6.
|
|
35
|
-
"@tramvai/tokens-http-client": "6.
|
|
36
|
-
"@tramvai/tokens-server": "6.
|
|
37
|
-
"@tramvai/tokens-server-private": "6.
|
|
32
|
+
"@tramvai/http-client": "0.6.2",
|
|
33
|
+
"@tramvai/tinkoff-request-http-client-adapter": "0.13.158",
|
|
34
|
+
"@tramvai/tokens-common": "6.79.1",
|
|
35
|
+
"@tramvai/tokens-http-client": "6.79.1",
|
|
36
|
+
"@tramvai/tokens-server": "6.79.1",
|
|
37
|
+
"@tramvai/tokens-server-private": "6.79.1",
|
|
38
38
|
"jest": "^29.7.0",
|
|
39
39
|
"undici": "^7.16.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@tinkoff/request-core": "^0.10.0",
|
|
43
43
|
"@tinkoff/request-plugin-protocol-http": "0.16.0",
|
|
44
|
-
"@tramvai/build": "7.2.
|
|
44
|
+
"@tramvai/build": "7.2.2"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@tinkoff/dippy": "0.12.
|
|
47
|
+
"@tinkoff/dippy": "0.12.7",
|
|
48
48
|
"@tinkoff/utils": "^2.1.2",
|
|
49
|
-
"@tramvai/core": "6.
|
|
50
|
-
"@tramvai/module-common": "6.
|
|
51
|
-
"@tramvai/papi": "6.
|
|
52
|
-
"@tramvai/test-helpers": "6.
|
|
53
|
-
"@tramvai/test-mocks": "6.
|
|
54
|
-
"@tramvai/test-unit": "6.
|
|
49
|
+
"@tramvai/core": "6.79.1",
|
|
50
|
+
"@tramvai/module-common": "6.79.1",
|
|
51
|
+
"@tramvai/papi": "6.79.1",
|
|
52
|
+
"@tramvai/test-helpers": "6.79.1",
|
|
53
|
+
"@tramvai/test-mocks": "6.79.1",
|
|
54
|
+
"@tramvai/test-unit": "6.79.1",
|
|
55
55
|
"tslib": "^2.4.0"
|
|
56
56
|
},
|
|
57
57
|
"license": "Apache-2.0",
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const HttpClientModule: import("@tinkoff/dippy/lib/modules/module.h").ModuleClass & Partial<import("@tinkoff/dippy/lib/modules/module.h").ModuleSecretParameters> & {
|
|
2
|
-
[x: string]: (...args: any[]) => import("@tinkoff/dippy").ModuleType;
|
|
3
|
-
};
|
|
4
|
-
//# sourceMappingURL=httpClientModule.browser.d.ts.map
|