@artel/en-artel-system 0.6.25216 → 0.6.25217

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.
@@ -17,16 +17,16 @@
17
17
  функция из-текста(текст) ->
18
18
  from-text(text)
19
19
 
20
- функция поразрядно-и(б) ->
20
+ функция побитовое-и(б) ->
21
21
  bitwise-and(b)
22
22
 
23
- функция поразрядно-или(б) ->
23
+ функция побитовое-или(б) ->
24
24
  bitwise-or(b)
25
25
 
26
- функция поразрядно-искл(б) ->
26
+ функция побитовое-искл(б) ->
27
27
  bitwise-xor(b)
28
28
 
29
- функция поразрядно-не() ->
29
+ функция побитовое-не() ->
30
30
  bitwise-not()
31
31
 
32
32
  функция сдвиг-влево(разрядов) ->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artel/en-artel-system",
3
- "version": "0.6.25216",
3
+ "version": "0.6.25217",
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.25216"
14
+ "@artel/ru-artel-system": "^0.6.25217"
15
15
  }
16
16
  }