@signalapp/libsignal-client 0.40.0 → 0.40.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
@@ -429,7 +429,7 @@ export function SignedPreKeyRecord_GetTimestamp(obj: Wrapper<SignedPreKeyRecord>
429
429
  export function SignedPreKeyRecord_New(id: number, timestamp: Timestamp, pubKey: Wrapper<PublicKey>, privKey: Wrapper<PrivateKey>, signature: Buffer): SignedPreKeyRecord;
430
430
  export function SignedPreKeyRecord_Serialize(obj: Wrapper<SignedPreKeyRecord>): Buffer;
431
431
  export function TESTING_CdsiLookupErrorConvert(): void;
432
- export function TESTING_CdsiLookupResponseConvert(): LookupResponse;
432
+ export function TESTING_CdsiLookupResponseConvert(asyncRuntime: Wrapper<TokioAsyncContext>): Promise<LookupResponse>;
433
433
  export function TESTING_ErrorOnBorrowAsync(_input: null): Promise<void>;
434
434
  export function TESTING_ErrorOnBorrowIo(asyncRuntime: Wrapper<NonSuspendingBackgroundThreadRuntime>, _input: null): Promise<void>;
435
435
  export function TESTING_ErrorOnBorrowSync(_input: null): void;
@@ -669,7 +669,7 @@ For more information on this, and how to apply and follow the GNU AGPL, see
669
669
 
670
670
  ```
671
671
 
672
- ## attest 0.1.0, device-transfer 0.1.0, libsignal-bridge 0.1.0, libsignal-bridge-macros 0.1.0, libsignal-core 0.1.0, libsignal-ffi 0.40.0, libsignal-jni 0.40.0, libsignal-message-backup 0.1.0, libsignal-message-backup-macros 0.1.0, libsignal-net 0.1.0, libsignal-node 0.40.0, libsignal-protocol 0.1.0, libsignal-svr3 0.1.0, poksho 0.7.0, signal-crypto 0.1.0, signal-media 0.1.0, signal-neon-futures 0.1.0, signal-neon-futures-tests 0.1.0, signal-pin 0.1.0, usernames 0.1.0, zkcredential 0.1.0, zkgroup 0.9.0
672
+ ## attest 0.1.0, device-transfer 0.1.0, libsignal-bridge 0.1.0, libsignal-bridge-macros 0.1.0, libsignal-core 0.1.0, libsignal-ffi 0.40.1, libsignal-jni 0.40.1, libsignal-message-backup 0.1.0, libsignal-message-backup-macros 0.1.0, libsignal-net 0.1.0, libsignal-node 0.40.1, libsignal-protocol 0.1.0, libsignal-svr3 0.1.0, poksho 0.7.0, signal-crypto 0.1.0, signal-media 0.1.0, signal-neon-futures 0.1.0, signal-neon-futures-tests 0.1.0, signal-pin 0.1.0, usernames 0.1.0, zkcredential 0.1.0, zkgroup 0.9.0
673
673
 
674
674
  ```
675
675
  GNU AFFERO GENERAL PUBLIC LICENSE
@@ -3150,6 +3150,31 @@ DEALINGS IN THE SOFTWARE.
3150
3150
 
3151
3151
  ```
3152
3152
 
3153
+ ## procfs-core 0.16.0
3154
+
3155
+ ```
3156
+ Copyright (c) 2015 The procfs Developers
3157
+
3158
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3159
+ of this software and associated documentation files (the "Software"), to deal
3160
+ in the Software without restriction, including without limitation the rights
3161
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3162
+ copies of the Software, and to permit persons to whom the Software is
3163
+ furnished to do so, subject to the following conditions:
3164
+
3165
+ The above copyright notice and this permission notice shall be included in all
3166
+ copies or substantial portions of the Software.
3167
+
3168
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3169
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3170
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3171
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3172
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3173
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3174
+ SOFTWARE.
3175
+
3176
+ ```
3177
+
3153
3178
  ## jni-sys 0.3.0
3154
3179
 
3155
3180
  ```
@@ -4686,7 +4711,7 @@ DEALINGS IN THE SOFTWARE.
4686
4711
 
4687
4712
  ```
4688
4713
 
4689
- ## protobuf 3.3.0, protobuf-codegen 3.3.0
4714
+ ## protobuf 3.3.0, protobuf-codegen 3.3.0, protobuf-json-mapping 3.3.0, protobuf-parse 3.3.0, protobuf-support 3.3.0
4690
4715
 
4691
4716
  ```
4692
4717
  Copyright (c) 2019 Stepan Koltsov
@@ -5841,6 +5866,32 @@ SOFTWARE.
5841
5866
 
5842
5867
  ```
5843
5868
 
5869
+ ## const-str 0.5.6
5870
+
5871
+ ```
5872
+ MIT License
5873
+
5874
+ Copyright (c) 2020 Nugine
5875
+
5876
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5877
+ of this software and associated documentation files (the "Software"), to deal
5878
+ in the Software without restriction, including without limitation the rights
5879
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5880
+ copies of the Software, and to permit persons to whom the Software is
5881
+ furnished to do so, subject to the following conditions:
5882
+
5883
+ The above copyright notice and this permission notice shall be included in all
5884
+ copies or substantial portions of the Software.
5885
+
5886
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5887
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5888
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5889
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5890
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5891
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5892
+ SOFTWARE.
5893
+ ```
5894
+
5844
5895
  ## tinyvec_macros 0.1.1
5845
5896
 
5846
5897
  ```
@@ -5949,7 +6000,7 @@ SOFTWARE.
5949
6000
 
5950
6001
  ```
5951
6002
 
5952
- ## cesu8 1.1.0, const-str 0.5.6, curve25519-dalek-derive 0.1.0, half 1.8.2, pqcrypto-internals 0.2.5, pqcrypto-kyber 0.7.9, pqcrypto-kyber 0.8.0, pqcrypto-traits 0.3.5, procfs-core 0.16.0, protobuf-parse 3.3.0, protobuf-support 3.3.0
6003
+ ## cesu8 1.1.0, curve25519-dalek-derive 0.1.0, half 1.8.2, pqcrypto-internals 0.2.5, pqcrypto-kyber 0.7.9, pqcrypto-kyber 0.8.0, pqcrypto-traits 0.3.5
5953
6004
 
5954
6005
  ```
5955
6006
  MIT License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signalapp/libsignal-client",
3
- "version": "0.40.0",
3
+ "version": "0.40.1",
4
4
  "license": "AGPL-3.0-only",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
Binary file
Binary file
Binary file