@tramvai/types-actions-state-context 1.60.1 → 1.62.1

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 +9 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,13 @@
1
+ ---
2
+ title: '@tramvai/types-actions-state-context'
3
+ sidebar_position: 6
4
+ ---
5
+
1
6
  # @tramvai/types-actions-state-context
2
7
 
3
- В этой библиотеке объединены типы для `@tramvai/core` и `@tramvai/state`.
8
+ This library combines the types for `@tramvai/core` and `@tramvai/state`.
4
9
 
5
- Объединение решает проблему циклической зависимости между `@tramvai/core` и `@tramvai/state`,
6
- т.к. интерфейсы `Action` и `ConsumerContext` зависят друго от друга.
10
+ The merging solves the problem of cyclic dependency between `@tramvai/core` and `@tramvai/state`,
11
+ because the `Action` and `ConsumerContext` interfaces depend on each other.
7
12
 
8
- Только для внутреннего использования!
13
+ For internal use only!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/types-actions-state-context",
3
- "version": "1.60.1",
3
+ "version": "1.62.1",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",