diff --git a/keyserver/flow-typed/npm/@commapp/olm_vx.x.x.js b/keyserver/flow-typed/npm/@commapp/olm_vx.x.x.js --- a/keyserver/flow-typed/npm/@commapp/olm_vx.x.x.js +++ b/keyserver/flow-typed/npm/@commapp/olm_vx.x.x.js @@ -62,6 +62,13 @@ their_prekey_signature: string, their_one_time_key: string, ): void; + create_outbound_without_otk( + account: Account, + their_identity_key: string, + their_signing_key: string, + their_prekey: string, + their_prekey_signature: string + ): void; create_inbound(account: Account, one_time_key_message: string): void; create_inbound_from( account: Account, diff --git a/keyserver/package.json b/keyserver/package.json --- a/keyserver/package.json +++ b/keyserver/package.json @@ -47,7 +47,7 @@ }, "dependencies": { "@babel/runtime": "^7.23.7", - "@commapp/olm": "0.1.1", + "@commapp/olm": "0.2.0", "@parse/node-apn": "^3.2.0", "@vingle/bmp-js": "^0.2.5", "bad-words": "^3.0.4", diff --git a/lib/flow-typed/npm/@commapp/olm_vx.x.x.js b/lib/flow-typed/npm/@commapp/olm_vx.x.x.js --- a/lib/flow-typed/npm/@commapp/olm_vx.x.x.js +++ b/lib/flow-typed/npm/@commapp/olm_vx.x.x.js @@ -62,6 +62,13 @@ their_prekey_signature: string, their_one_time_key: string, ): void; + create_outbound_without_otk( + account: Account, + their_identity_key: string, + their_signing_key: string, + their_prekey: string, + their_prekey_signature: string + ): void; create_inbound(account: Account, one_time_key_message: string): void; create_inbound_from( account: Account, diff --git a/lib/package.json b/lib/package.json --- a/lib/package.json +++ b/lib/package.json @@ -35,7 +35,7 @@ "webpack": "^5.76.0" }, "dependencies": { - "@commapp/olm": "0.1.1", + "@commapp/olm": "0.2.0", "@rainbow-me/rainbowkit": "^2.0.7", "base-64": "^0.1.0", "dateformat": "^3.0.3", diff --git a/native/package.json b/native/package.json --- a/native/package.json +++ b/native/package.json @@ -90,7 +90,7 @@ "lodash": "^4.17.21", "lottie-react-native": "^5.1.4", "md5": "^2.2.1", - "olm": "git+https://github.com/CommE2E/olm.git#v0.1.1", + "olm": "git+https://github.com/CommE2E/olm.git#v0.2.0", "react": "18.1.0", "react-native": "0.70.9", "react-native-camera": "^3.31.0", diff --git a/web/flow-typed/npm/@commapp/olm_vx.x.x.js b/web/flow-typed/npm/@commapp/olm_vx.x.x.js --- a/web/flow-typed/npm/@commapp/olm_vx.x.x.js +++ b/web/flow-typed/npm/@commapp/olm_vx.x.x.js @@ -62,6 +62,13 @@ their_prekey_signature: string, their_one_time_key: string, ): void; + create_outbound_without_otk( + account: Account, + their_identity_key: string, + their_signing_key: string, + their_prekey: string, + their_prekey_signature: string + ): void; create_inbound(account: Account, one_time_key_message: string): void; create_inbound_from( account: Account, diff --git a/web/package.json b/web/package.json --- a/web/package.json +++ b/web/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "@babel/runtime": "^7.23.7", - "@commapp/olm": "0.1.1", + "@commapp/olm": "0.2.0", "@commapp/opaque-ke-wasm": "npm:@commapp/opaque-ke-wasm@^0.0.3", "@emoji-mart/data": "^1.1.2", "@emoji-mart/react": "^1.1.1", diff --git a/yarn.lock b/yarn.lock --- a/yarn.lock +++ b/yarn.lock @@ -1522,10 +1522,10 @@ preact "^10.16.0" sha.js "^2.4.11" -"@commapp/olm@0.1.1": - version "0.1.1" - resolved "https://registry.yarnpkg.com/@commapp/olm/-/olm-0.1.1.tgz#c20902c6de82e0c74a9bcc3a3a68a359d108fa9d" - integrity sha512-2Y1vIl3Du8uepaNxokoh91PBupEcn+Idh/9s7G/bamcLIjh/ckeXRxKjQ5EnpXji2nTQCQioGVPwPWQ9/ESGdg== +"@commapp/olm@0.2.0": + version "0.2.0" + resolved "https://registry.yarnpkg.com/@commapp/olm/-/olm-0.2.0.tgz#91fbb944153a814429b08dd9ef3e92b58175798d" + integrity sha512-EsTI3IIEXKdNDABBDG0XesXL60/EF2MG2x6d6keMzKWNKaTnb+lcMw73E5gniRoWGkPlAfBGg/TR8H7Ny8FtvA== "@commapp/opaque-ke-wasm@npm:@commapp/opaque-ke-wasm@^0.0.3": version "0.0.3" @@ -18471,9 +18471,9 @@ resolved "https://registry.yarnpkg.com/ohash/-/ohash-1.1.3.tgz#f12c3c50bfe7271ce3fd1097d42568122ccdcf07" integrity sha512-zuHHiGTYTA1sYJ/wZN+t5HKZaH23i4yI1HMwbuXm24Nid7Dv0KcuRlKoNKS9UNfAVSBlnGLcuQrnOKWOZoEGaw== -"olm@git+https://github.com/CommE2E/olm.git#v0.1.1": +"olm@git+https://github.com/CommE2E/olm.git#v0.2.0": version "0.0.0" - resolved "git+https://github.com/CommE2E/olm.git#b4a3276d639b9f230cc4103a227ddf1ea1fda198" + resolved "git+https://github.com/CommE2E/olm.git#f3fb3afdc934e97889b49e5e05544aa5ee7c2195" on-exit-leak-free@^0.2.0: version "0.2.0"