@tramvai/module-http-client 1.59.0 → 1.62.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -227,7 +227,7 @@ NODE_DEBUG=request tramvai start<appName>
227
227
 
228
228
  ## Exported tokens
229
229
 
230
- [link](references/tokens/http-client-tokens.md)
230
+ [link](references/tokens/http-client.md)
231
231
 
232
232
  ## Environment Variables
233
233
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-http-client",
3
- "version": "1.59.0",
3
+ "version": "1.62.0",
4
4
  "initialVersion": "0.58.99",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
@@ -25,21 +25,21 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@tramvai/http-client": "0.1.25",
28
- "@tramvai/tinkoff-request-http-client-adapter": "0.8.248",
29
- "@tramvai/tokens-http-client": "1.59.0",
30
- "@tramvai/tokens-common": "1.59.0",
31
- "@tramvai/tokens-server": "1.59.0"
28
+ "@tramvai/tinkoff-request-http-client-adapter": "0.8.253",
29
+ "@tramvai/tokens-http-client": "1.62.0",
30
+ "@tramvai/tokens-common": "1.62.0",
31
+ "@tramvai/tokens-server": "1.62.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@tinkoff/request-core": "^0.8.9"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@tinkoff/utils": "^2.1.2",
38
- "@tramvai/core": "1.59.0",
39
- "@tramvai/module-common": "1.59.0",
40
- "@tramvai/papi": "1.59.0",
41
- "@tramvai/test-helpers": "1.59.0",
42
- "@tramvai/test-mocks": "1.59.0",
38
+ "@tramvai/core": "1.62.0",
39
+ "@tramvai/module-common": "1.62.0",
40
+ "@tramvai/papi": "1.62.0",
41
+ "@tramvai/test-helpers": "1.62.0",
42
+ "@tramvai/test-mocks": "1.62.0",
43
43
  "@tinkoff/dippy": "0.7.38",
44
44
  "node-fetch": "^2.6.1",
45
45
  "tslib": "^2.0.3"