@artel/en-artel-compiler 0.6.25215 → 0.6.25216

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.
@@ -113,6 +113,9 @@
113
113
  'основа' ->
114
114
  'base'
115
115
 
116
+ 'основной' ->
117
+ 'basic'
118
+
116
119
  'ошибка' ->
117
120
  'error'
118
121
 
@@ -3,6 +3,9 @@
3
3
  функция без-кавычек(текст) ->
4
4
  without-quotes(text)
5
5
 
6
+ функция без-кавычек-шаблона(текст) ->
7
+ without-template-quotes(text)
8
+
6
9
  функция в-неэкранированный-текст(текст, нормализовать-переносы-строк) ->
7
10
  unescape-text(text, normalize-line-breaks)
8
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artel/en-artel-compiler",
3
- "version": "0.6.25215",
3
+ "version": "0.6.25216",
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.25215"
14
+ "@artel/ru-compiler": "^0.6.25216"
15
15
  }
16
16
  }