Skip to content

Commit

Permalink
Migrated TagValues from /types to /enums
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofVDB1 committed Sep 17, 2024
1 parent 4ad1761 commit f532ca6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.23-alpha.0",
"version": "0.0.24-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
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 '../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.22-alpha.0",
"version": "0.0.23-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 f532ca6

Please sign in to comment.