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

chore: bump core with new core-crypto version #16115

Merged
merged 1 commit into from
Oct 26, 2023
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.5",
"@wireapp/avs": "9.5.2",
"@wireapp/commons": "5.2.2",
"@wireapp/core": "42.18.0",
"@wireapp/core": "42.19.0",
"@wireapp/lru-cache": "3.8.1",
"@wireapp/react-ui-kit": "9.9.12",
"@wireapp/store-engine-dexie": "2.1.6",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ module.exports = {
new CopyPlugin({
patterns: [
{
context: 'node_modules/@wireapp/core-crypto/platforms/web/assets',
context: 'node_modules/@wireapp/core-crypto/platforms/web',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WASM file isn't in the assets subfolder anymore.

from: '*.wasm',
to: `${dist}/min/core-crypto.wasm`,
},
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5358,20 +5358,20 @@ __metadata:
languageName: node
linkType: hard

"@wireapp/core-crypto@npm:1.0.0-rc.13":
version: 1.0.0-rc.13
resolution: "@wireapp/core-crypto@npm:1.0.0-rc.13"
checksum: 8edbf8ffbda8db2b0a2a9dd93fe5c823fb337bb6f4eef0333d3c96ea8d594739b50511eb8d463e11863205537e505fe78fe8a25fcf6e61c675ad30a335cf1b5d
"@wireapp/core-crypto@npm:1.0.0-rc.16":
version: 1.0.0-rc.16
resolution: "@wireapp/core-crypto@npm:1.0.0-rc.16"
checksum: 95061f0a0ee69205492ffb254a60c81be604b6a7d76e5f3e512129c2a5669adc39114e343f50002ff77db7302e1cfd39ac8dd684a87d28555b95c1e4fda7a4f3
languageName: node
linkType: hard

"@wireapp/core@npm:42.18.0":
version: 42.18.0
resolution: "@wireapp/core@npm:42.18.0"
"@wireapp/core@npm:42.19.0":
version: 42.19.0
resolution: "@wireapp/core@npm:42.19.0"
dependencies:
"@wireapp/api-client": ^26.5.0
"@wireapp/commons": ^5.2.2
"@wireapp/core-crypto": 1.0.0-rc.13
"@wireapp/core-crypto": 1.0.0-rc.16
"@wireapp/cryptobox": 12.8.0
"@wireapp/promise-queue": ^2.2.7
"@wireapp/protocol-messaging": 1.44.0
Expand All @@ -5387,7 +5387,7 @@ __metadata:
long: ^5.2.0
uuidjs: 4.2.13
zod: 3.22.4
checksum: 348ea24ff583893ec1a229d0eca09b7963d37727bb31fd358ad7d19e8c8f532c7330a4cf27e4952744bad9431026c53bc090adf8eb357e83973af616b33fc347
checksum: a5b26d66d215b697f5da53e85afbdf869a870ee7f56224cd74517e9d1134bad24450b45ce3822608d9b2de37a0fbf720a660bed4f5427edca87b8344b90260b3
languageName: node
linkType: hard

Expand Down Expand Up @@ -18514,7 +18514,7 @@ __metadata:
"@wireapp/avs": 9.5.2
"@wireapp/commons": 5.2.2
"@wireapp/copy-config": 2.1.10
"@wireapp/core": 42.18.0
"@wireapp/core": 42.19.0
"@wireapp/eslint-config": 3.0.4
"@wireapp/lru-cache": 3.8.1
"@wireapp/prettier-config": 0.6.3
Expand Down
Loading