Skip to content

Commit

Permalink
Added minor changes
Browse files Browse the repository at this point in the history
Signed-off-by: Subhajit Ghosh <[email protected]>
  • Loading branch information
subhajit20 committed Apr 24, 2024
1 parent 14ea7ac commit 4b25498
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/concerto-core/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class IdentifiedDeclaration extends ClassDeclaration {
+ void constructor(ModelFile,Object) throws IllegalModelException
}
class IllegalModelException extends BaseFileException {
+ void constructor(string,ModelFile?,Object?,number,number,number,number,string?)
+ void constructor(string,ModelFile?,Object?,number,number,number,number,string?,string?)
}
class Introspector {
+ void constructor(ModelManager)
Expand Down
4 changes: 4 additions & 0 deletions packages/concerto-core/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
# Note that the latest public API is documented using JSDocs and is available in api.txt.
#

Version 3.13.4 {ac41b5f0ebb60f4f74bac78b591a5b96} 2024-04-24
- Added errortype to IllegalModelException and used that to define error types in property
- Added errortype to BaseFileException

Version 3.13.3 {8f59b43e6071c4d3ae42e94476142f7a} 2023-11-07
- Added DCS and vocabulary extraction support for decoratorManager
- Added errortype to BaseException and used that to define error types in introspect
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

'use strict';

const {BaseFileException,ErrorCodes} = require("@accordproject/concerto-util");
const {BaseFileException,ErrorCodes} = require('@accordproject/concerto-util');

// Types needed for TypeScript generation.
/* eslint-disable no-unused-vars */
Expand Down

0 comments on commit 4b25498

Please sign in to comment.