@artel/en-artel-system 0.6.25282 → 0.6.25283
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.
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
тип ПосредникПеременнойПакета<Т> ->
|
|
9
9
|
PackageVariableProxy<T>
|
|
10
10
|
{
|
|
11
|
-
создание(начальное-значение) ->
|
|
12
|
-
|
|
11
|
+
// создание(начальное-значение) ->
|
|
12
|
+
// (initial-value)
|
|
13
13
|
|
|
14
14
|
функция прочитать(обозначение, место-чтения) ->
|
|
15
15
|
read(descriptor, read-location)
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
тип ПосредникПеременнойПромежуточной<Т> ->
|
|
35
35
|
LocalVariableProxy<T>
|
|
36
36
|
{
|
|
37
|
-
создание(начальное-значение) ->
|
|
38
|
-
|
|
37
|
+
// создание(начальное-значение) ->
|
|
38
|
+
// (initial-value)
|
|
39
39
|
|
|
40
40
|
функция прочитать(обозначение, место-чтения) ->
|
|
41
41
|
read(descriptor, read-location)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artel/en-artel-system",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.25283",
|
|
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.
|
|
14
|
+
"@artel/ru-artel-system": "^0.6.25283"
|
|
15
15
|
}
|
|
16
16
|
}
|