@accordproject/concerto-core
Advanced tools
Comparing version 3.19.9-20241127150244 to 3.19.9-20241129130418
/*! | ||
* Concerto v3.19.9-20241127150244 | ||
* Concerto v3.19.9-20241129130418 | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
@@ -4,0 +4,0 @@ * you may not use this file except in compliance with the License. |
@@ -324,3 +324,4 @@ /* | ||
addMetamodel: true, | ||
enableMapType | ||
enableMapType, | ||
importAliasing: modelManager.isAliasedTypeEnabled(), | ||
}); | ||
@@ -453,2 +454,3 @@ validationModelManager.addModelFiles(modelManager.getModelFiles()); | ||
enableMapType, | ||
importAliasing: modelManager.isAliasedTypeEnabled(), | ||
decoratorValidation: modelManager.getDecoratorValidation()}); | ||
@@ -455,0 +457,0 @@ newModelManager.fromAst(decoratedAst); |
{ | ||
"name": "@accordproject/concerto-core", | ||
"version": "3.19.9-20241127150244", | ||
"version": "3.19.9-20241129130418", | ||
"description": "Core Implementation for the Concerto Modeling Language", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/accordproject/concerto", |
Sorry, the diff of this file is too big to display
1172567
15821