Skip to content

Commit

Permalink
Relocated TagValues to oslo-extractor-uml-ea
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofVDB1 committed Sep 17, 2024
1 parent 883a2be commit 4ad1761
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/oslo-converter-uml-ea/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oslo-flanders/ea-converter",
"version": "0.0.22-alpha.0",
"version": "0.0.23-alpha.0",
"description": "Transform an Enterprise Architect UML diagram to RDF",
"author": "Digitaal Vlaanderen <https://data.vlaanderen.be/id/organisatie/OVO002949>",
"homepage": "https://github.com/informatievlaanderen/OSLO-UML-Transformer/tree/main/packages/oslo-converter-uml-ea#readme",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@oslo-flanders/core": "^0.0.15-alpha.0",
"@oslo-flanders/ea-uml-extractor": "^0.0.21-alpha.0",
"@oslo-flanders/ea-uml-extractor": "^0.0.22-alpha.0",
"@oslo-flanders/output-handlers": "^0.0.4-alpha.0",
"inversify": "^6.0.1",
"n3": "^1.16.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/oslo-extractor-uml-ea/lib/utils/assignTags.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { TagValues } from '../../../oslo-converter-uml-ea/lib/enums/TagValues';
import type { EaConnector } from '../types/EaConnector';
import type { EaObject } from '../types/EaObject';
import type { EaTag } from '../types/EaTag';
import { TagValues } from '../types/TagValues';

/**
* Iterates over tags and adds it to the corresponding object.
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.21-alpha.0",
"version": "0.0.22-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 4ad1761

Please sign in to comment.