Skip to content

Commit

Permalink
Added ReferencedBy to model (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgary authored Apr 19, 2019
1 parent 5e86b93 commit 9ad4e47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gatewayapps/cradle-template-emitter",
"version": "0.5.2",
"version": "0.5.3",
"description": "Cradle emitter for reading Handlebars based template files",
"main": "./dist/index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/TemplateEmitter/TemplateEmitter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export class TemplateEmitter implements ICradleEmitter {
MemberType: this.formatDataContext(property.MemberType),
Members: [],
MinimumValue: property.MinimumValue,
ReferencedBy: property.ReferencedBy,
ModelName: property.ModelName,
ModelType: this.formatDataContext(property.ModelType),
OriginalTypeName: property.TypeName,
Expand Down

0 comments on commit 9ad4e47

Please sign in to comment.