@artel/en-compiler 0.6.25295 → 0.6.25297

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.
@@ -161,10 +161,10 @@
161
161
  'тип' ->
162
162
  'type'
163
163
 
164
- 'уничтожить' ->
164
+ 'разрушить' ->
165
165
  'destroy'
166
166
 
167
- 'уничтожение' ->
167
+ 'разрушение' ->
168
168
  'destruction'
169
169
 
170
170
  'функция' ->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artel/en-compiler",
3
- "version": "0.6.25295",
3
+ "version": "0.6.25297",
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.25295"
14
+ "@artel/ru-compiler": "^0.6.25297"
15
15
  }
16
16
  }