Skip to content

Commit

Permalink
Manually register aliases and bumped version of oslo-extractor-uml-ea
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofVDB1 committed Apr 8, 2024
1 parent 0d16d52 commit 96862ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion packages/oslo-extractor-uml-ea/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
require('module-alias')(__dirname)
const moduleAlias = require('module-alias')

moduleAlias.addAliases({
'@oslo-extractor-uml-ea': `${__dirname}/lib`,
"@oslo-core": "node_modules/@oslo-flanders/core/lib",
})

export * from '@oslo-extractor-uml-ea/DataRegistry';
export * from '@oslo-extractor-uml-ea/types/EaAttribute';
Expand Down
2 changes: 1 addition & 1 deletion packages/oslo-extractor-uml-ea/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oslo-flanders/ea-uml-extractor",
"version": "0.0.12-alpha.0",
"version": "0.0.13-alpha.0",
"description": "Reads all the information from an Enterprise Architect UML diagram",
"author": "Digitaal Vlaanderen <https://data.vlaanderen.be/id/organisatie/OVO002949>",
"homepage": "https://github.com/informatievlaanderen/OSLO-UML-Transformer/tree/main/packages/oslo-extract-uml-ea#readme",
Expand Down

0 comments on commit 96862ef

Please sign in to comment.