@artel/en-artel-system 0.6.25205 → 0.6.25206

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.
@@ -0,0 +1,8 @@
1
+ [
2
+ {
3
+ "type": "Translations",
4
+ "translationLanguage": "english",
5
+ "originalPackageName": "Артель.Взаимодействие",
6
+ "translatedPackageName": "Artel.Interoperability"
7
+ }
8
+ ]
@@ -0,0 +1,4 @@
1
+ translations
2
+ {
3
+ тип ИмпортПоУмолчанию -> DefaultImport
4
+ }
@@ -0,0 +1,5 @@
1
+ translations
2
+ {
3
+ функция подставить-родной-код<Т>(код) ->
4
+ inline-native-code<T>(code)
5
+ }
@@ -0,0 +1,11 @@
1
+ переводы
2
+ {
3
+ тип МассивПараметров -> ParameterArray
4
+ {
5
+ создание(количество) ->
6
+ (count)
7
+
8
+ создание(количество, элемент) ->
9
+ (count, element)
10
+ }
11
+ }
@@ -0,0 +1,8 @@
1
+ translations
2
+ {
3
+ тип НастоящееИмя -> RealName
4
+ {
5
+ создание(имя) ->
6
+ (name)
7
+ }
8
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artel/en-artel-system",
3
- "version": "0.6.25205",
3
+ "version": "0.6.25206",
4
4
  "description": "*A* Artel (EN)",
5
5
  "author": "Nezaboodka Team <contact@nezaboodka.com>",
6
6
  "license": "Apache License 2.0",
@@ -11,6 +11,6 @@
11
11
  "Translations"
12
12
  ],
13
13
  "dependencies": {
14
- "@artel/ru-artel-system": "^0.6.25205"
14
+ "@artel/ru-artel-system": "^0.6.25206"
15
15
  }
16
16
  }