Skip to content

Commit 6f5f45e

Browse files
Move Runtime Events to runtime-types package (#985)
* refactor: move dtos in dtos folder in runtime-types * feat: move runtime events to events folder in runtime-types * refactor: fix imports * chore: fix more imports * chore: add dependencies to package.json of runtime-types * chore: add paths to tsconfigs * refactor: add deleted empty line again * test: adjust imports * refactor: don't depend on consumption in runtime-types * chore: undo tsconfig app-runtime change since it is not necessary
1 parent c63e9bf commit 6f5f45e

File tree

88 files changed

+74
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+74
-67
lines changed

package-lock.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/runtime-types/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
"cdep": "tsc && madge --circular dist",
2121
"lint:tsc": "tsc --noEmit"
2222
},
23-
"dependencies": {},
23+
"dependencies": {
24+
"@js-soft/ts-utils": "2.3.5",
25+
"@nmshd/content": "*"
26+
},
2427
"devDependencies": {},
2528
"publishConfig": {
2629
"access": "public",

packages/runtime-types/src/consumption/AttributeTagCollectionDTO.ts renamed to packages/runtime-types/src/dtos/consumption/AttributeTagCollectionDTO.ts

File renamed without changes.
File renamed without changes.

packages/runtime-types/src/consumption/IdentityMetadataDTO.ts renamed to packages/runtime-types/src/dtos/consumption/IdentityMetadataDTO.ts

File renamed without changes.

packages/runtime-types/src/consumption/LocalAttributeDTO.ts renamed to packages/runtime-types/src/dtos/consumption/LocalAttributeDTO.ts

File renamed without changes.

packages/runtime-types/src/consumption/LocalAttributeDeletionInfoDTO.ts renamed to packages/runtime-types/src/dtos/consumption/LocalAttributeDeletionInfoDTO.ts

File renamed without changes.

packages/runtime-types/src/consumption/LocalAttributeForwardingDetailsDTO.ts renamed to packages/runtime-types/src/dtos/consumption/LocalAttributeForwardingDetailsDTO.ts

File renamed without changes.

packages/runtime-types/src/consumption/LocalNotificationDTO.ts renamed to packages/runtime-types/src/dtos/consumption/LocalNotificationDTO.ts

File renamed without changes.

packages/runtime-types/src/consumption/LocalRequestDTO.ts renamed to packages/runtime-types/src/dtos/consumption/LocalRequestDTO.ts

File renamed without changes.

0 commit comments

Comments
 (0)