@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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Concerto v3.12.2
2
+ * Concerto v3.12.3-20230830153714
3
3
  * Licensed under the Apache License, Version 2.0 (the "License");
4
4
  * you may not use this file except in compliance with the License.
5
5
  * You may obtain a copy of the License at
@@ -102,8 +102,7 @@ class MapKeyType extends Decorated {
102
102
  this.type = 'String';
103
103
  break;
104
104
  case `${MetaModelNamespace}.ObjectMapKeyType`:
105
- decl = this.parent.getModelFile().getAllDeclarations().find(d => d.name === this.ast.type.name);
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.2",
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.2",
74
+ "@accordproject/concerto-cto": "3.12.3-20230830153714",
75
75
  "@accordproject/concerto-metamodel": "3.8.1",
76
- "@accordproject/concerto-util": "3.12.2",
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",