@tramvai/tokens-router 1.35.10 → 1.39.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Router tokens
2
2
 
3
- Модуль содержащий токены трамвая для интеграция и расширения модуля роутинга.
3
+ Tramvai tokens used for integration and extending routing module.
4
4
 
5
- ## Список токенов
5
+ ## Tokens
6
6
 
7
7
  @inline src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/tokens-router",
3
- "version": "1.35.10",
3
+ "version": "1.39.0",
4
4
  "description": "Tramvai tokens for @tramvai/module-router",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.es.js",