@artel/en-artel-system 0.6.25208 → 0.6.25211

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