@tramvai/tokens-server 2.56.0 → 2.56.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.
Files changed (2) hide show
  1. package/lib/index.d.ts +1 -1
  2. package/package.json +2 -2
package/lib/index.d.ts CHANGED
@@ -63,7 +63,7 @@ export declare const SERVER_TOKEN: import("@tinkoff/dippy").BaseTokenInterface<S
63
63
  * @description
64
64
  * Add resources for request proxying to the app through `http-proxy-middleware`
65
65
  */
66
- export declare const PROXY_CONFIG_TOKEN: import("@tinkoff/dippy").MultiTokenInterface<ProxyConfig[]>;
66
+ export declare const PROXY_CONFIG_TOKEN: import("@tinkoff/dippy").MultiTokenInterface<ProxyConfig>;
67
67
  /**
68
68
  * @description
69
69
  * Override filter function when accessing papi route `/dependenciesVersion`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/tokens-server",
3
- "version": "2.56.0",
3
+ "version": "2.56.2",
4
4
  "description": "Tramvai tokens for @tramvai/module-server",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.es.js",
@@ -19,7 +19,7 @@
19
19
  "build-for-publish": "true"
20
20
  },
21
21
  "dependencies": {
22
- "@tramvai/papi": "2.56.0"
22
+ "@tramvai/papi": "2.56.2"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@tinkoff/dippy": "0.8.10",