@accordproject/concerto-tools
Advanced tools
Comparing version 3.6.1-20230308154401 to 3.6.1-20230308164531
@@ -117,4 +117,4 @@ /* | ||
classDeclaration.getOwnProperties().forEach((property) => { | ||
const source = classDeclaration.getFullyQualifiedName(); | ||
const target = property.getFullyQualifiedTypeName(); | ||
const source = this.escapeString(classDeclaration.getFullyQualifiedName()); | ||
const target = this.escapeString(property.getFullyQualifiedTypeName()); | ||
const label = property.getName(); | ||
@@ -121,0 +121,0 @@ const array = property.isArray() ? '"*"':'"1"'; |
{ | ||
"name": "@accordproject/concerto-tools", | ||
"version": "3.6.1-20230308154401", | ||
"version": "3.6.1-20230308164531", | ||
"description": "Tools for the Concerto Modeling Language", | ||
@@ -71,4 +71,4 @@ "homepage": "https://github.com/accordproject/concerto", | ||
"dependencies": { | ||
"@accordproject/concerto-core": "3.6.1-20230308154401", | ||
"@accordproject/concerto-util": "3.6.1-20230308154401", | ||
"@accordproject/concerto-core": "3.6.1-20230308164531", | ||
"@accordproject/concerto-util": "3.6.1-20230308164531", | ||
"@openapi-contrib/openapi-schema-to-json-schema": "3.2.0", | ||
@@ -75,0 +75,0 @@ "ajv": "8.10.0", |
/*! | ||
* Concerto Tools v3.6.1-20230308154401 | ||
* Concerto Tools v3.6.1-20230308164531 | ||
* 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. |
Sorry, the diff of this file is too big to display
1877341
+ Added@accordproject/concerto-core@3.6.1-20230308164531(transitive)
+ Added@accordproject/concerto-cto@3.6.1-20230308164531(transitive)
+ Added@accordproject/concerto-metamodel@3.6.1-20230308164531(transitive)
+ Added@accordproject/concerto-util@3.6.1-20230308164531(transitive)
- Removed@accordproject/concerto-core@3.6.1-20230308154401(transitive)
- Removed@accordproject/concerto-cto@3.6.1-20230308154401(transitive)
- Removed@accordproject/concerto-metamodel@3.6.1-20230308154401(transitive)
- Removed@accordproject/concerto-util@3.6.1-20230308154401(transitive)