@signalapp/libsignal-client 0.72.0 → 0.72.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Native.d.ts CHANGED
@@ -465,7 +465,7 @@ export function RegisterAccountResponse_GetReregistration(response: Wrapper<Regi
465
465
  export function RegisterAccountResponse_GetStorageCapable(response: Wrapper<RegisterAccountResponse>): boolean;
466
466
  export function RegisterAccountResponse_GetUsernameHash(response: Wrapper<RegisterAccountResponse>): Buffer | null;
467
467
  export function RegisterAccountResponse_GetUsernameLinkHandle(response: Wrapper<RegisterAccountResponse>): Uuid | null;
468
- export function RegistrationAccountAttributes_Create(recoveryPassword: Buffer, aciRegistrationId: number, pniRegistrationId: number, registrationLock: string | null, unidentifiedAccessKey: Buffer | null, unrestrictedUnidentifiedAccess: boolean, capabilities: string[], discoverableByPhoneNumber: boolean): RegistrationAccountAttributes;
468
+ export function RegistrationAccountAttributes_Create(recoveryPassword: Buffer, aciRegistrationId: number, pniRegistrationId: number, registrationLock: string | null, unidentifiedAccessKey: Buffer, unrestrictedUnidentifiedAccess: boolean, capabilities: string[], discoverableByPhoneNumber: boolean): RegistrationAccountAttributes;
469
469
  export function RegistrationService_CheckSvr2Credentials(asyncRuntime: Wrapper<TokioAsyncContext>, service: Wrapper<RegistrationService>, svrTokens: string[]): CancellablePromise<CheckSvr2CredentialsResponse>;
470
470
  export function RegistrationService_CreateSession(asyncRuntime: Wrapper<TokioAsyncContext>, createSession: RegistrationCreateSessionRequest, connectChat: ConnectChatBridge): CancellablePromise<RegistrationService>;
471
471
  export function RegistrationService_RegisterAccount(asyncRuntime: Wrapper<TokioAsyncContext>, service: Wrapper<RegistrationService>, registerAccount: Wrapper<RegisterAccountRequest>, accountAttributes: Wrapper<RegistrationAccountAttributes>): CancellablePromise<RegisterAccountResponse>;
@@ -4503,7 +4503,7 @@ DEALINGS IN THE SOFTWARE.
4503
4503
 
4504
4504
  ```
4505
4505
 
4506
- ## tungstenite 0.21.0, tungstenite 0.23.0
4506
+ ## tungstenite 0.21.0, tungstenite 0.26.2
4507
4507
 
4508
4508
  ```
4509
4509
  Copyright (c) 2017 Alexey Galakhov
@@ -4622,7 +4622,7 @@ DEALINGS IN THE SOFTWARE.
4622
4622
 
4623
4623
  ```
4624
4624
 
4625
- ## tokio-tungstenite 0.21.0, tokio-tungstenite 0.23.1
4625
+ ## tokio-tungstenite 0.21.0, tokio-tungstenite 0.26.2
4626
4626
 
4627
4627
  ```
4628
4628
  Copyright (c) 2017 Daniel Abramov
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signalapp/libsignal-client",
3
- "version": "0.72.0",
3
+ "version": "0.72.1",
4
4
  "license": "AGPL-3.0-only",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",