Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump core with new core-crypto version #16603

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@peculiar/x509": "1.9.6",
"@wireapp/avs": "9.6.9",
"@wireapp/commons": "5.2.4",
"@wireapp/core": "43.8.0",
"@wireapp/core": "43.9.0",
"@wireapp/react-ui-kit": "9.12.7",
"@wireapp/store-engine-dexie": "2.1.7",
"@wireapp/webapp-events": "0.20.1",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4876,20 +4876,20 @@ __metadata:
languageName: node
linkType: hard

"@wireapp/core-crypto@npm:1.0.0-rc.31":
version: 1.0.0-rc.31
resolution: "@wireapp/core-crypto@npm:1.0.0-rc.31"
checksum: c869b324957f5dfdbbb98789f5eebf73f51d759539bfb75a0e0adaeda8897ba71c9a218d7d5a2dfda88f8ea9b2f0c3e83905caf6680f63c4d64cb9839249649d
"@wireapp/core-crypto@npm:1.0.0-rc.32":
version: 1.0.0-rc.32
resolution: "@wireapp/core-crypto@npm:1.0.0-rc.32"
checksum: b8d5c8b28308e276419fd8528cee1ca2eb55f74e47d1ea7ca24054e6a13dd76a4f8fb761bf0697848942a06f412a6ee22491bb14eae30954bf09e2433f9181b6
languageName: node
linkType: hard

"@wireapp/core@npm:43.8.0":
version: 43.8.0
resolution: "@wireapp/core@npm:43.8.0"
"@wireapp/core@npm:43.9.0":
version: 43.9.0
resolution: "@wireapp/core@npm:43.9.0"
dependencies:
"@wireapp/api-client": ^26.10.1
"@wireapp/commons": ^5.2.4
"@wireapp/core-crypto": 1.0.0-rc.31
"@wireapp/core-crypto": 1.0.0-rc.32
"@wireapp/cryptobox": 12.8.0
"@wireapp/promise-queue": ^2.2.9
"@wireapp/protocol-messaging": 1.44.0
Expand All @@ -4905,7 +4905,7 @@ __metadata:
long: ^5.2.0
uuidjs: 4.2.13
zod: 3.22.4
checksum: 50bd4821ee983a96dd8ce84d39400e07975f99b35138502d6772daa7b69a91c4b3e2bd9c5023e00d91b62e45b1e4ac8f84a10416cdb634e669ea527cef4f2a35
checksum: 5bcc6d477abfa9fac37380a484bf17da59a77a46ab8edcc9d970858f1a2f520938e51e61b700abf328cb327be12f8c64fce79b7064e1b2193e6c9d6a00cc0ab5
languageName: node
linkType: hard

Expand Down Expand Up @@ -17602,7 +17602,7 @@ __metadata:
"@wireapp/avs": 9.6.9
"@wireapp/commons": 5.2.4
"@wireapp/copy-config": 2.1.14
"@wireapp/core": 43.8.0
"@wireapp/core": 43.9.0
"@wireapp/eslint-config": 3.0.5
"@wireapp/prettier-config": 0.6.3
"@wireapp/react-ui-kit": 9.12.7
Expand Down
Loading