Skip to content

Commit

Permalink
Merge pull request #285 from markuczy/fix/topic-message-npmjs-release
Browse files Browse the repository at this point in the history
fix: npmjs release fix
  • Loading branch information
markuczy authored Jun 19, 2024
2 parents de5bc6c + 1dadded commit a1dc51d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions libs/accelerator/src/lib/topic/topic-message-type.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export const enum TopicMessageType {
TopicNext = 'TopicNext',
TopicGet = 'TopicGet',
}

TopicNext = 'TopicNext',
TopicGet = 'TopicGet',
}
1 change: 1 addition & 0 deletions libs/accelerator/src/lib/topic/topic-message.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Message } from './message'
import { TopicMessageType } from './topic-message-type'


export class TopicMessage extends Message {
constructor(type: TopicMessageType, public name: string, public version: number) {
super(type)
Expand Down

0 comments on commit a1dc51d

Please sign in to comment.