@artel/ru-reactivity 0.96.26010 → 0.96.26012
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.
|
|
3
|
+
"version": "0.96.26012",
|
|
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.
|
|
14
|
+
"@artel/en-reactivity": "^0.96.26012"
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -1171,11 +1171,11 @@
|
|
|
1171
1171
|
-> (подсказка, значение-по-умолчанию)
|
|
1172
1172
|
}
|
|
1173
1173
|
|
|
1174
|
-
type Script<E>(
|
|
1175
|
-
-> Сценарий<Э>(
|
|
1174
|
+
type Script<E>(o, basis)
|
|
1175
|
+
-> Сценарий<Э>(о, базис)
|
|
1176
1176
|
|
|
1177
|
-
type ScriptAsync<E>(
|
|
1178
|
-
-> СценарийАсин<Э>(
|
|
1177
|
+
type ScriptAsync<E>(o, basis)
|
|
1178
|
+
-> СценарийАсин<Э>(о, базис)
|
|
1179
1179
|
|
|
1180
1180
|
type Handler<E, R>(o)
|
|
1181
1181
|
-> Обработчик<Э, Р>(о)
|