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