Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions __mocks__/@wireapp/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,11 @@ export const util = {
TaskScheduler,
};

export enum ConnectionState {
CLOSED = 'closed',
CONNECTING = 'connecting',
PROCESSING_NOTIFICATIONS = 'processing_notifications',
LIVE = 'live',
}

export {Ciphersuite} from '@wireapp/core-crypto';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@wireapp/avs": "10.2.19",
"@wireapp/avs-debugger": "0.0.7",
"@wireapp/commons": "5.4.9",
"@wireapp/core": "46.46.5",
"@wireapp/core": "^46.46.6-beta.9.457c85ad6",
"@wireapp/kalium-backup": "0.0.4",
"@wireapp/promise-queue": "2.4.9",
"@wireapp/react-ui-kit": "9.69.6",
Expand Down
Loading
Loading