@tramvai/module-router 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.
- package/README.md +2 -2
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -281,7 +281,7 @@ You can work with routing inside React components using hooks and components - `
|
|
|
281
281
|
|
|
282
282
|
### How to set static routes
|
|
283
283
|
|
|
284
|
-
[RouterModule](references/modules/router.md) allows you to add new routes when configuring your application. The second way is to pass static routes to DI via the `ROUTES_TOKEN` token.
|
|
284
|
+
[RouterModule](references/modules/router/base.md) allows you to add new routes when configuring your application. The second way is to pass static routes to DI via the `ROUTES_TOKEN` token.
|
|
285
285
|
|
|
286
286
|
<p>
|
|
287
287
|
<details>
|
|
@@ -399,4 +399,4 @@ describe('router guards', () => {
|
|
|
399
399
|
|
|
400
400
|
## Exported tokens
|
|
401
401
|
|
|
402
|
-
[link](references/tokens/router
|
|
402
|
+
[link](references/tokens/router.md)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/module-router",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.62.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"browser": {
|
|
@@ -25,22 +25,22 @@
|
|
|
25
25
|
"@tinkoff/errors": "0.2.18",
|
|
26
26
|
"@tinkoff/router": "0.1.69",
|
|
27
27
|
"@tinkoff/url": "0.7.37",
|
|
28
|
-
"@tramvai/tokens-render": "1.
|
|
29
|
-
"@tramvai/tokens-router": "1.
|
|
30
|
-
"@tramvai/tokens-server": "1.
|
|
31
|
-
"@tramvai/experiments": "1.
|
|
28
|
+
"@tramvai/tokens-render": "1.62.0",
|
|
29
|
+
"@tramvai/tokens-router": "1.62.0",
|
|
30
|
+
"@tramvai/tokens-server": "1.62.0",
|
|
31
|
+
"@tramvai/experiments": "1.62.0"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@tinkoff/utils": "^2.1.2",
|
|
35
|
-
"@tramvai/cli": "1.
|
|
36
|
-
"@tramvai/core": "1.
|
|
37
|
-
"@tramvai/module-log": "1.
|
|
38
|
-
"@tramvai/module-server": "1.
|
|
39
|
-
"@tramvai/papi": "1.
|
|
40
|
-
"@tramvai/state": "1.
|
|
41
|
-
"@tramvai/test-helpers": "1.
|
|
42
|
-
"@tramvai/test-mocks": "1.
|
|
43
|
-
"@tramvai/tokens-common": "1.
|
|
35
|
+
"@tramvai/cli": "1.62.0",
|
|
36
|
+
"@tramvai/core": "1.62.0",
|
|
37
|
+
"@tramvai/module-log": "1.62.0",
|
|
38
|
+
"@tramvai/module-server": "1.62.0",
|
|
39
|
+
"@tramvai/papi": "1.62.0",
|
|
40
|
+
"@tramvai/state": "1.62.0",
|
|
41
|
+
"@tramvai/test-helpers": "1.62.0",
|
|
42
|
+
"@tramvai/test-mocks": "1.62.0",
|
|
43
|
+
"@tramvai/tokens-common": "1.62.0",
|
|
44
44
|
"@tinkoff/dippy": "0.7.38",
|
|
45
45
|
"react": "*",
|
|
46
46
|
"tslib": "^2.0.3"
|