@artel/en-artel-system 0.6.25229 → 0.6.25231

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.
@@ -121,9 +121,6 @@
121
121
  функция заполнить(элемент, начало, количество) ->
122
122
  fill(element, start, count)
123
123
 
124
- функция заполнить(элемент, начало, конец) ->
125
- fill(element, start, end)
126
-
127
124
  функция отсортировать(сравнение) ->
128
125
  sort(comparison)
129
126
  }
@@ -149,9 +149,6 @@
149
149
  функция заполнить(элемент, начало, количество) ->
150
150
  fill(element, start, count)
151
151
 
152
- функция заполнить(элемент, начало, конец) ->
153
- fill(element, start, end)
154
-
155
152
  функция отсортировать(сравнение) ->
156
153
  sort(comparison)
157
154
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artel/en-artel-system",
3
- "version": "0.6.25229",
3
+ "version": "0.6.25231",
4
4
  "description": "*A* Artel (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-artel-system": "^0.6.25229"
14
+ "@artel/ru-artel-system": "^0.6.25231"
15
15
  }
16
16
  }