@accordproject/concerto-core
Advanced tools
Comparing version 3.19.1-20240918093046 to 3.19.1-20240920150051
/*! | ||
* Concerto v3.19.1-20240918093046 | ||
* Concerto v3.19.1-20240920150051 | ||
* 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. |
@@ -318,2 +318,3 @@ /* | ||
if (shouldValidate) { | ||
const enableMapType = modelManager?.enableMapType ? true : false; | ||
const validationModelManager = new ModelManager({ | ||
@@ -323,2 +324,3 @@ strict: true, | ||
addMetamodel: true, | ||
enableMapType | ||
}); | ||
@@ -424,3 +426,4 @@ validationModelManager.addModelFiles(modelManager.getModelFiles()); | ||
}); | ||
const newModelManager = new ModelManager(); | ||
const enableMapType = modelManager?.enableMapType ? true : false; | ||
const newModelManager = new ModelManager({ enableMapType }); | ||
newModelManager.fromAst(decoratedAst); | ||
@@ -427,0 +430,0 @@ return newModelManager; |
{ | ||
"name": "@accordproject/concerto-core", | ||
"version": "3.19.1-20240918093046", | ||
"version": "3.19.1-20240920150051", | ||
"description": "Core Implementation for the Concerto Modeling Language", | ||
@@ -74,5 +74,5 @@ "homepage": "https://github.com/accordproject/concerto", | ||
"dependencies": { | ||
"@accordproject/concerto-cto": "3.19.1-20240918093046", | ||
"@accordproject/concerto-cto": "3.19.1-20240920150051", | ||
"@accordproject/concerto-metamodel": "3.10.0", | ||
"@accordproject/concerto-util": "3.19.1-20240918093046", | ||
"@accordproject/concerto-util": "3.19.1-20240920150051", | ||
"dayjs": "1.11.10", | ||
@@ -79,0 +79,0 @@ "debug": "4.3.4", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1548518
15542
+ Added@accordproject/concerto-cto@3.19.1-20240920150051(transitive)
+ Added@accordproject/concerto-util@3.19.1-20240920150051(transitive)
- Removed@accordproject/concerto-cto@3.19.1-20240918093046(transitive)
- Removed@accordproject/concerto-util@3.19.1-20240918093046(transitive)