@accordproject/concerto-core
Advanced tools
Comparing version 3.18.3-20240827142156 to 3.18.3-20240830112403
/*! | ||
* Concerto v3.18.3-20240827142156 | ||
* Concerto v3.18.3-20240830112403 | ||
* 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. |
@@ -101,4 +101,3 @@ /* | ||
this.enableMapType = !!options?.enableMapType; | ||
this.importAliasing = !!options?.importAliasing; | ||
this.importAliasing = process?.env?.IMPORT_ALIASING === 'true' || !!options?.importAliasing; | ||
// Cache a copy of the Metamodel ModelFile for use when validating the structure of ModelFiles later. | ||
@@ -105,0 +104,0 @@ this.metamodelModelFile = new ModelFile(this, MetaModelUtil.metaModelAst, undefined, MetaModelNamespace); |
@@ -63,2 +63,3 @@ /* | ||
* @param {boolean} [options.enableMapType] - When true, the Concerto Map Type feature is enabled | ||
* @param {boolean} [options.importAliasing] - When true, the Concerto Map Type feature is enabled | ||
*/ | ||
@@ -65,0 +66,0 @@ constructor(options) { |
{ | ||
"name": "@accordproject/concerto-core", | ||
"version": "3.18.3-20240827142156", | ||
"version": "3.18.3-20240830112403", | ||
"description": "Core Implementation for the Concerto Modeling Language", | ||
@@ -68,3 +68,3 @@ "homepage": "https://github.com/accordproject/concerto", | ||
"typescript": "4.6.3", | ||
"webpack": "5.76.0", | ||
"webpack": "5.94.0", | ||
"webpack-cli": "4.9.1", | ||
@@ -75,5 +75,5 @@ "xregexp": "5.1.1", | ||
"dependencies": { | ||
"@accordproject/concerto-cto": "3.18.3-20240827142156", | ||
"@accordproject/concerto-cto": "3.18.3-20240830112403", | ||
"@accordproject/concerto-metamodel": "3.10.0", | ||
"@accordproject/concerto-util": "3.18.3-20240827142156", | ||
"@accordproject/concerto-util": "3.18.3-20240830112403", | ||
"dayjs": "1.11.10", | ||
@@ -80,0 +80,0 @@ "debug": "4.3.4", |
@@ -23,2 +23,3 @@ export = ModelManager; | ||
* @param {boolean} [options.enableMapType] - When true, the Concerto Map Type feature is enabled | ||
* @param {boolean} [options.importAliasing] - When true, the Concerto Map Type feature is enabled | ||
*/ | ||
@@ -29,2 +30,3 @@ constructor(options?: { | ||
enableMapType?: boolean; | ||
importAliasing?: boolean; | ||
}); | ||
@@ -31,0 +33,0 @@ /** |
Sorry, the diff of this file is too big to display
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
1538492
15539
6
+ Added@accordproject/concerto-cto@3.18.3-20240830112403(transitive)
+ Added@accordproject/concerto-util@3.18.3-20240830112403(transitive)
- Removed@accordproject/concerto-cto@3.18.3-20240827142156(transitive)
- Removed@accordproject/concerto-util@3.18.3-20240827142156(transitive)