@tramvai/module-router 4.22.0 → 4.24.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.
@@ -23,6 +23,7 @@ export declare const clientTokens: (import("@tinkoff/dippy/lib/Provider").ValueP
23
23
  __type?: "base token";
24
24
  };
25
25
  optional: true;
26
+ multi: true;
26
27
  };
27
28
  logger: import("@tramvai/tokens-common").Logger & ((configOrName: string | {
28
29
  [key: string]: any;
@@ -46,6 +47,7 @@ export declare const clientTokens: (import("@tinkoff/dippy/lib/Provider").ValueP
46
47
  __type?: "multi token";
47
48
  };
48
49
  optional: true;
50
+ multi: true;
49
51
  };
50
52
  }, {
51
53
  prefetch: (url: string) => Promise<void>;
@@ -63,6 +65,7 @@ export declare const clientTokens: (import("@tinkoff/dippy/lib/Provider").ValueP
63
65
  __type?: "base token";
64
66
  };
65
67
  optional: true;
68
+ multi: true;
66
69
  };
67
70
  logger: import("@tramvai/tokens-common").Logger & ((configOrName: string | {
68
71
  [key: string]: any;
@@ -86,6 +89,7 @@ export declare const clientTokens: (import("@tinkoff/dippy/lib/Provider").ValueP
86
89
  __type?: "multi token";
87
90
  };
88
91
  optional: true;
92
+ multi: true;
89
93
  };
90
94
  }, {
91
95
  prefetch: (url: string) => Promise<void>;
@@ -13,6 +13,7 @@ export declare const prefetchProviders: (import("@tramvai/core").Provider<unknow
13
13
  __type?: "base token";
14
14
  };
15
15
  optional: true;
16
+ multi: true;
16
17
  };
17
18
  logger: import("@tramvai/tokens-common").Logger & ((configOrName: string | {
18
19
  [key: string]: any;
@@ -36,6 +37,7 @@ export declare const prefetchProviders: (import("@tramvai/core").Provider<unknow
36
37
  __type?: "multi token";
37
38
  };
38
39
  optional: true;
40
+ multi: true;
39
41
  };
40
42
  }, {
41
43
  prefetch: (url: string) => Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-router",
3
- "version": "4.22.0",
3
+ "version": "4.24.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "browser": {
@@ -26,28 +26,28 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@tinkoff/errors": "0.5.1",
29
- "@tinkoff/router": "0.4.75",
29
+ "@tinkoff/router": "0.4.77",
30
30
  "@tinkoff/url": "0.10.1",
31
- "@tramvai/react": "4.22.0",
31
+ "@tramvai/react": "4.24.0",
32
32
  "@tramvai/safe-strings": "0.7.2",
33
- "@tramvai/tokens-child-app": "4.22.0",
34
- "@tramvai/tokens-render": "4.22.0",
35
- "@tramvai/tokens-router": "4.22.0",
36
- "@tramvai/tokens-server": "4.22.0",
37
- "@tramvai/experiments": "4.22.0"
33
+ "@tramvai/tokens-child-app": "4.24.0",
34
+ "@tramvai/tokens-render": "4.24.0",
35
+ "@tramvai/tokens-router": "4.24.0",
36
+ "@tramvai/tokens-server": "4.24.0",
37
+ "@tramvai/experiments": "4.24.0"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@tinkoff/utils": "^2.1.2",
41
- "@tramvai/cli": "4.22.0",
42
- "@tramvai/core": "4.22.0",
43
- "@tramvai/module-log": "4.22.0",
44
- "@tramvai/module-server": "4.22.0",
45
- "@tramvai/papi": "4.22.0",
46
- "@tramvai/state": "4.22.0",
47
- "@tramvai/test-helpers": "4.22.0",
48
- "@tramvai/test-mocks": "4.22.0",
49
- "@tramvai/tokens-common": "4.22.0",
50
- "@tinkoff/dippy": "0.10.7",
41
+ "@tramvai/cli": "4.24.0",
42
+ "@tramvai/core": "4.24.0",
43
+ "@tramvai/module-log": "4.24.0",
44
+ "@tramvai/module-server": "4.24.0",
45
+ "@tramvai/papi": "4.24.0",
46
+ "@tramvai/state": "4.24.0",
47
+ "@tramvai/test-helpers": "4.24.0",
48
+ "@tramvai/test-mocks": "4.24.0",
49
+ "@tramvai/tokens-common": "4.24.0",
50
+ "@tinkoff/dippy": "0.10.8",
51
51
  "react": "*",
52
52
  "tslib": "^2.4.0"
53
53
  },