@artel/en-artel-compiler 0.6.25210 → 0.6.25211
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.
@@ -98,9 +98,6 @@
|
|
98
98
|
'либо' ->
|
99
99
|
'case'
|
100
100
|
|
101
|
-
'наблюдаемое' ->
|
102
|
-
'observable'
|
103
|
-
|
104
101
|
'напоследок' ->
|
105
102
|
'finally'
|
106
103
|
|
@@ -161,9 +158,6 @@
|
|
161
158
|
'тип' ->
|
162
159
|
'type'
|
163
160
|
|
164
|
-
'транзакционное' ->
|
165
|
-
'transactional'
|
166
|
-
|
167
161
|
'уничтожить' ->
|
168
162
|
'destroy'
|
169
163
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@artel/en-artel-compiler",
|
3
|
-
"version": "0.6.
|
3
|
+
"version": "0.6.25211",
|
4
4
|
"description": "*A* Artel.Compiler (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-compiler": "^0.6.
|
14
|
+
"@artel/ru-compiler": "^0.6.25211"
|
15
15
|
}
|
16
16
|
}
|