@artel/ru-reactivity 0.96.26014 → 0.96.26015

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artel/ru-reactivity",
3
- "version": "0.96.26014",
3
+ "version": "0.96.26015",
4
4
  "description": "*А* Реактивность (RU)",
5
5
  "author": "Nezaboodka Team <contact@nezaboodka.com>",
6
6
  "license": "Apache-2.0",
@@ -11,6 +11,6 @@
11
11
  "Переводы"
12
12
  ],
13
13
  "dependencies": {
14
- "@artel/en-reactivity": "^0.96.26014"
14
+ "@artel/en-reactivity": "^0.96.26015"
15
15
  }
16
16
  }
@@ -102,8 +102,8 @@
102
102
  функция options(value)
103
103
  -> настройки(значение)
104
104
 
105
- функция launch<T>(node, signal-args)
106
- -> запустить<T>(узел, аргументы-сигналы)
105
+ функция launch<T>(func, args)
106
+ -> запустить<T>(функ, аргументы)
107
107
 
108
108
  function run-transactional<T>(func, args)
109
109
  -> выполнить-транзакционно<Т>(функ, аргументы)