@tramvai/module-router 1.60.1 → 1.60.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/README.md +2 -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-tokens.md)
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.60.1",
3
+ "version": "1.60.2",
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.60.1",
29
- "@tramvai/tokens-router": "1.60.1",
30
- "@tramvai/tokens-server": "1.60.1",
31
- "@tramvai/experiments": "1.60.1"
28
+ "@tramvai/tokens-render": "1.60.2",
29
+ "@tramvai/tokens-router": "1.60.2",
30
+ "@tramvai/tokens-server": "1.60.2",
31
+ "@tramvai/experiments": "1.60.2"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@tinkoff/utils": "^2.1.2",
35
- "@tramvai/cli": "1.60.1",
36
- "@tramvai/core": "1.60.1",
37
- "@tramvai/module-log": "1.60.1",
38
- "@tramvai/module-server": "1.60.1",
39
- "@tramvai/papi": "1.60.1",
40
- "@tramvai/state": "1.60.1",
41
- "@tramvai/test-helpers": "1.60.1",
42
- "@tramvai/test-mocks": "1.60.1",
43
- "@tramvai/tokens-common": "1.60.1",
35
+ "@tramvai/cli": "1.60.2",
36
+ "@tramvai/core": "1.60.2",
37
+ "@tramvai/module-log": "1.60.2",
38
+ "@tramvai/module-server": "1.60.2",
39
+ "@tramvai/papi": "1.60.2",
40
+ "@tramvai/state": "1.60.2",
41
+ "@tramvai/test-helpers": "1.60.2",
42
+ "@tramvai/test-mocks": "1.60.2",
43
+ "@tramvai/tokens-common": "1.60.2",
44
44
  "@tinkoff/dippy": "0.7.38",
45
45
  "react": "*",
46
46
  "tslib": "^2.0.3"