Skip to content

Commit

Permalink
chore(deps): update dependency @sanity/bifur-client to ^0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed May 24, 2024
1 parent f0670bf commit 9dc3ff5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"@portabletext/react": "^3.0.0",
"@rexxars/react-json-inspector": "^8.0.1",
"@sanity/asset-utils": "^1.2.5",
"@sanity/bifur-client": "^0.3.1",
"@sanity/bifur-client": "^0.4.0",
"@sanity/block-tools": "3.43.0",
"@sanity/cli": "3.43.0",
"@sanity/client": "^6.18.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const handleIncomingMessage = (event: IncomingBifurEvent<Location[]>): Transport

export const createBifurTransport = (bifur: BifurClient, sessionId: string): Transport => {
const incomingEvents$: Observable<TransportEvent> = bifur
.request<IncomingBifurEvent<Location[]>>('presence')
.listen<IncomingBifurEvent<Location[]>>('presence')
.pipe(map(handleIncomingMessage))

const dispatchMessage = (message: TransportMessage): Observable<undefined> => {
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9dc3ff5

Please sign in to comment.