@accordproject/concerto-core 3.12.2 → 3.12.3-20230830153714
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.
|
@@ -102,8 +102,7 @@ class MapKeyType extends Decorated {
|
|
|
102
102
|
this.type = 'String';
|
|
103
103
|
break;
|
|
104
104
|
case `${MetaModelNamespace}.ObjectMapKeyType`:
|
|
105
|
-
|
|
106
|
-
this.type = decl.getName();
|
|
105
|
+
this.type = String(this.ast.type.name);
|
|
107
106
|
break;
|
|
108
107
|
}
|
|
109
108
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@accordproject/concerto-core",
|
|
3
|
-
"version": "3.12.
|
|
3
|
+
"version": "3.12.3-20230830153714",
|
|
4
4
|
"description": "Core Implementation for the Concerto Modeling Language",
|
|
5
5
|
"homepage": "https://github.com/accordproject/concerto",
|
|
6
6
|
"engines": {
|
|
@@ -71,9 +71,9 @@
|
|
|
71
71
|
"yargs": "17.3.1"
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"@accordproject/concerto-cto": "3.12.
|
|
74
|
+
"@accordproject/concerto-cto": "3.12.3-20230830153714",
|
|
75
75
|
"@accordproject/concerto-metamodel": "3.8.1",
|
|
76
|
-
"@accordproject/concerto-util": "3.12.
|
|
76
|
+
"@accordproject/concerto-util": "3.12.3-20230830153714",
|
|
77
77
|
"dayjs": "1.10.8",
|
|
78
78
|
"debug": "4.3.1",
|
|
79
79
|
"lorem-ipsum": "2.0.3",
|