Skip to content

Commit

Permalink
auth version bump and ep comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinaaniola committed May 21, 2024
1 parent 0988972 commit 4b9da01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tidal-music/auth",
"version": "1.3.0",
"version": "1.4.0",
"type": "module",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/event-producer/src/send/send.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const createPayload = ({ event, id, ts }: CreatePayloadParams): string => {
};

/**
* Creates an EPEvent to be sent to the event producer
* Creates an EPEvent to be sent to the event producer testing change
*
* @param {SendEventParams} params
*
Expand Down

0 comments on commit 4b9da01

Please sign in to comment.