@artel/en-artel-system 0.6.25249 → 0.6.25250

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.
@@ -2,7 +2,7 @@
2
2
  {
3
3
  тип Действие<Т>(элемент) -> Action<T>(element)
4
4
 
5
- тип Предикат<Т>(элемент) -> Predicate<T>(element)
5
+ тип ПредикатЭлемента<Т>(элемент, индекс) -> Predicate<T>(element, index)
6
6
 
7
7
  тип Сравнение<Т>(первый, второй) -> Comparison<T>(first, second)
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artel/en-artel-system",
3
- "version": "0.6.25249",
3
+ "version": "0.6.25250",
4
4
  "description": "*A* Artel (EN)",
5
5
  "author": "Nezaboodka Team <contact@nezaboodka.com>",
6
6
  "license": "LGPL-3.0-or-later",
@@ -11,6 +11,6 @@
11
11
  "Translations"
12
12
  ],
13
13
  "dependencies": {
14
- "@artel/ru-artel-system": "^0.6.25249"
14
+ "@artel/ru-artel-system": "^0.6.25250"
15
15
  }
16
16
  }