@signalapp/libsignal-client 0.37.0 → 0.38.0

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.
@@ -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.37.0, libsignal-jni 0.37.0, libsignal-net 0.1.0, libsignal-node 0.37.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.38.0, libsignal-jni 0.38.0, libsignal-message-backup 0.1.0, libsignal-net 0.1.0, libsignal-node 0.38.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
673
673
 
674
674
  ```
675
675
  GNU AFFERO GENERAL PUBLIC LICENSE
@@ -2583,7 +2583,7 @@ DEALINGS IN THE SOFTWARE.
2583
2583
 
2584
2584
  ```
2585
2585
 
2586
- ## backtrace 0.3.69, cc 1.0.83, cfg-if 1.0.0, cmake 0.1.48, openssl-probe 0.1.5, rustc-demangle 0.1.23, socket2 0.5.5
2586
+ ## backtrace 0.3.69, cc 1.0.83, cfg-if 1.0.0, cmake 0.1.48, flate2 1.0.28, openssl-probe 0.1.5, rustc-demangle 0.1.23, socket2 0.5.5
2587
2587
 
2588
2588
  ```
2589
2589
  Copyright (c) 2014 Alex Crichton
@@ -3319,7 +3319,7 @@ THE SOFTWARE.
3319
3319
 
3320
3320
  ```
3321
3321
 
3322
- ## futures-channel 0.3.29, futures-core 0.3.29, futures-io 0.3.29, futures-macro 0.3.29, futures-sink 0.3.29, futures-task 0.3.29, futures-util 0.3.29
3322
+ ## futures 0.3.29, futures-channel 0.3.29, futures-core 0.3.29, futures-executor 0.3.29, futures-io 0.3.29, futures-macro 0.3.29, futures-sink 0.3.29, futures-task 0.3.29, futures-util 0.3.29
3323
3323
 
3324
3324
  ```
3325
3325
  Copyright (c) 2016 Alex Crichton
@@ -5067,6 +5067,37 @@ SOFTWARE.
5067
5067
 
5068
5068
  ```
5069
5069
 
5070
+ ## arrayvec 0.7.4
5071
+
5072
+ ```
5073
+ Copyright (c) Ulrik Sverdrup "bluss" 2015-2023
5074
+
5075
+ Permission is hereby granted, free of charge, to any
5076
+ person obtaining a copy of this software and associated
5077
+ documentation files (the "Software"), to deal in the
5078
+ Software without restriction, including without
5079
+ limitation the rights to use, copy, modify, merge,
5080
+ publish, distribute, sublicense, and/or sell copies of
5081
+ the Software, and to permit persons to whom the Software
5082
+ is furnished to do so, subject to the following
5083
+ conditions:
5084
+
5085
+ The above copyright notice and this permission notice
5086
+ shall be included in all copies or substantial portions
5087
+ of the Software.
5088
+
5089
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
5090
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
5091
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
5092
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
5093
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
5094
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
5095
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
5096
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5097
+ DEALINGS IN THE SOFTWARE.
5098
+
5099
+ ```
5100
+
5070
5101
  ## getrandom 0.2.10, rand 0.8.5, rand_chacha 0.3.1, rand_core 0.6.4
5071
5102
 
5072
5103
  ```
@@ -5234,6 +5265,33 @@ SOFTWARE.
5234
5265
 
5235
5266
  ```
5236
5267
 
5268
+ ## crc32fast 1.3.2
5269
+
5270
+ ```
5271
+ MIT License
5272
+
5273
+ Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
5274
+
5275
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5276
+ of this software and associated documentation files (the "Software"), to deal
5277
+ in the Software without restriction, including without limitation the rights
5278
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5279
+ copies of the Software, and to permit persons to whom the Software is
5280
+ furnished to do so, subject to the following conditions:
5281
+
5282
+ The above copyright notice and this permission notice shall be included in all
5283
+ copies or substantial portions of the Software.
5284
+
5285
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5286
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5287
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5288
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5289
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5290
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5291
+ SOFTWARE.
5292
+
5293
+ ```
5294
+
5237
5295
  ## zeroize 1.6.0
5238
5296
 
5239
5297
  ```
@@ -5396,7 +5454,7 @@ SOFTWARE.
5396
5454
 
5397
5455
  ```
5398
5456
 
5399
- ## derive-where 1.2.5
5457
+ ## derive-where 1.2.7
5400
5458
 
5401
5459
  ```
5402
5460
  MIT License
@@ -5423,7 +5481,7 @@ SOFTWARE.
5423
5481
 
5424
5482
  ```
5425
5483
 
5426
- ## cesu8 1.1.0, curve25519-dalek-derive 0.1.0, half 1.8.2, pqcrypto-internals 0.2.5, pqcrypto-kyber 0.7.6, pqcrypto-kyber 0.8.0, pqcrypto-traits 0.3.5
5484
+ ## 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
5427
5485
 
5428
5486
  ```
5429
5487
  MIT License
@@ -6009,6 +6067,33 @@ THE SOFTWARE.
6009
6067
 
6010
6068
  ```
6011
6069
 
6070
+ ## async-compression 0.4.5
6071
+
6072
+ ```
6073
+ The MIT License (MIT)
6074
+
6075
+ Copyright (c) 2018 the rustasync developers
6076
+
6077
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6078
+ of this software and associated documentation files (the "Software"), to deal
6079
+ in the Software without restriction, including without limitation the rights
6080
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6081
+ copies of the Software, and to permit persons to whom the Software is
6082
+ furnished to do so, subject to the following conditions:
6083
+
6084
+ The above copyright notice and this permission notice shall be included in all
6085
+ copies or substantial portions of the Software.
6086
+
6087
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6088
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6089
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6090
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6091
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6092
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
6093
+ SOFTWARE.
6094
+
6095
+ ```
6096
+
6012
6097
  ## crossbeam-deque 0.8.3, crossbeam-epoch 0.9.15, crossbeam-utils 0.8.16
6013
6098
 
6014
6099
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signalapp/libsignal-client",
3
- "version": "0.37.0",
3
+ "version": "0.38.0",
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