@tramvai/tokens-server 2.40.0 → 2.44.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 +2 -2
  2. package/package.json +2 -2
package/lib/index.d.ts CHANGED
@@ -105,7 +105,7 @@ export declare const LIVENESS_PROBE_TOKEN: import("@tinkoff/dippy").BaseTokenInt
105
105
  export interface ServerModuleStaticsOptions {
106
106
  path: string;
107
107
  }
108
- export declare type ProxyConfig = {
108
+ export type ProxyConfig = {
109
109
  [key: string]: string | {
110
110
  target: string;
111
111
  [key: string]: any;
@@ -115,4 +115,4 @@ export declare type ProxyConfig = {
115
115
  target: string;
116
116
  [key: string]: any;
117
117
  };
118
- export declare type DepsFilter = (deps: Record<string, string>) => Record<string, string> | Promise<Record<string, string>>;
118
+ export type DepsFilter = (deps: Record<string, string>) => Record<string, string> | Promise<Record<string, string>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/tokens-server",
3
- "version": "2.40.0",
3
+ "version": "2.44.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.40.0"
22
+ "@tramvai/papi": "2.44.2"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@tinkoff/dippy": "0.8.9",