@artel/ru-reactivity 0.92.25012 → 0.92.25013

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.92.25012",
3
+ "version": "0.92.25013",
4
4
  "description": "*А* Реактивность (RU)",
5
5
  "author": "Nezaboodka Team <contact@nezaboodka.com>",
6
6
  "license": "Apache License 2.0",
@@ -11,6 +11,6 @@
11
11
  "Переводы"
12
12
  ],
13
13
  "dependencies": {
14
- "@artel/en-reactivity": "^0.92.25012"
14
+ "@artel/en-reactivity": "^0.92.2503"
15
15
  }
16
16
  }
@@ -1168,37 +1168,4 @@
1168
1168
  value ->
1169
1169
  значение
1170
1170
  }
1171
-
1172
- type RealTimeClock -> ЧасыРеальногоВремени
1173
- {
1174
- hour ->
1175
- час
1176
-
1177
- minute ->
1178
- минута
1179
-
1180
- second ->
1181
- секунда
1182
-
1183
- ms ->
1184
- мс
1185
-
1186
- interval ->
1187
- интервал
1188
-
1189
- paused ->
1190
- на-паузе
1191
-
1192
- tick ->
1193
- такт
1194
-
1195
- prototype ->
1196
- прототип
1197
-
1198
- creation(interval) ->
1199
- (интервал)
1200
-
1201
- function pause(value) ->
1202
- пауза(значение)
1203
- }
1204
1171
  }