@signalapp/libsignal-client 0.39.2 → 0.40.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.
- package/Native.d.ts +17 -2
- package/dist/MessageBackup.d.ts +53 -0
- package/dist/MessageBackup.js +63 -0
- package/dist/Minidump.d.ts +2 -0
- package/dist/Minidump.js +13 -0
- package/dist/Mp4Sanitizer.d.ts +4 -4
- package/dist/Mp4Sanitizer.js +4 -4
- package/dist/SealedSenderMultiRecipientMessage.d.ts +2 -2
- package/dist/SealedSenderMultiRecipientMessage.js +2 -2
- package/dist/acknowledgments.md +415 -20
- package/dist/io.d.ts +5 -4
- package/dist/net.d.ts +5 -1
- package/dist/usernames.js +1 -1
- package/dist/zkgroup/groups/UuidCiphertext.d.ts +1 -0
- package/dist/zkgroup/groups/UuidCiphertext.js +16 -0
- package/dist/zkgroup/groupsend/GroupSendCredential.d.ts +20 -0
- package/dist/zkgroup/groupsend/GroupSendCredential.js +20 -0
- package/dist/zkgroup/groupsend/GroupSendCredentialPresentation.d.ts +15 -0
- package/dist/zkgroup/groupsend/GroupSendCredentialPresentation.js +15 -0
- package/dist/zkgroup/groupsend/GroupSendCredentialResponse.d.ts +51 -0
- package/dist/zkgroup/groupsend/GroupSendCredentialResponse.js +55 -11
- package/package.json +2 -1
- package/prebuilds/darwin-arm64/node.napi.node +0 -0
- package/prebuilds/darwin-x64/node.napi.node +0 -0
- package/prebuilds/linux-arm64/node.napi.node +0 -0
- package/prebuilds/linux-x64/node.napi.node +0 -0
- package/prebuilds/win32-arm64/node.napi.node +0 -0
- package/prebuilds/win32-x64/node.napi.node +0 -0
package/dist/acknowledgments.md
CHANGED
|
@@ -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.
|
|
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
|
|
673
673
|
|
|
674
674
|
```
|
|
675
675
|
GNU AFFERO GENERAL PUBLIC LICENSE
|
|
@@ -1715,7 +1715,7 @@ END OF TERMS AND CONDITIONS
|
|
|
1715
1715
|
|
|
1716
1716
|
```
|
|
1717
1717
|
|
|
1718
|
-
## prost 0.12.3, prost-build 0.12.3, prost-derive 0.12.3, prost-types 0.12.3
|
|
1718
|
+
## debugid 0.8.0, prost 0.12.3, prost-build 0.12.3, prost-derive 0.12.3, prost-types 0.12.3
|
|
1719
1719
|
|
|
1720
1720
|
```
|
|
1721
1721
|
Apache License
|
|
@@ -2043,6 +2043,45 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
|
2043
2043
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2044
2044
|
```
|
|
2045
2045
|
|
|
2046
|
+
## sha1_smol 1.0.0
|
|
2047
|
+
|
|
2048
|
+
```
|
|
2049
|
+
Copyright (c) 2014 by Armin Ronacher.
|
|
2050
|
+
|
|
2051
|
+
Copyright (c) 2013 Koka El Kiwi
|
|
2052
|
+
|
|
2053
|
+
Some rights reserved.
|
|
2054
|
+
|
|
2055
|
+
Redistribution and use in source and binary forms, with or without
|
|
2056
|
+
modification, are permitted provided that the following conditions are
|
|
2057
|
+
met:
|
|
2058
|
+
|
|
2059
|
+
* Redistributions of source code must retain the above copyright
|
|
2060
|
+
notice, this list of conditions and the following disclaimer.
|
|
2061
|
+
|
|
2062
|
+
* Redistributions in binary form must reproduce the above
|
|
2063
|
+
copyright notice, this list of conditions and the following
|
|
2064
|
+
disclaimer in the documentation and/or other materials provided
|
|
2065
|
+
with the distribution.
|
|
2066
|
+
|
|
2067
|
+
* The names of the contributors may not be used to endorse or
|
|
2068
|
+
promote products derived from this software without specific
|
|
2069
|
+
prior written permission.
|
|
2070
|
+
|
|
2071
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
2072
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
2073
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
2074
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
2075
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
2076
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
2077
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
2078
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
2079
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
2080
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
2081
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2082
|
+
|
|
2083
|
+
```
|
|
2084
|
+
|
|
2046
2085
|
## subtle 2.5.0
|
|
2047
2086
|
|
|
2048
2087
|
```
|
|
@@ -2179,6 +2218,38 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
2179
2218
|
|
|
2180
2219
|
```
|
|
2181
2220
|
|
|
2221
|
+
## encoding_rs 0.8.33
|
|
2222
|
+
|
|
2223
|
+
```
|
|
2224
|
+
Copyright © WHATWG (Apple, Google, Mozilla, Microsoft).
|
|
2225
|
+
|
|
2226
|
+
Redistribution and use in source and binary forms, with or without
|
|
2227
|
+
modification, are permitted provided that the following conditions are met:
|
|
2228
|
+
|
|
2229
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
2230
|
+
list of conditions and the following disclaimer.
|
|
2231
|
+
|
|
2232
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
2233
|
+
this list of conditions and the following disclaimer in the documentation
|
|
2234
|
+
and/or other materials provided with the distribution.
|
|
2235
|
+
|
|
2236
|
+
3. Neither the name of the copyright holder nor the names of its
|
|
2237
|
+
contributors may be used to endorse or promote products derived from
|
|
2238
|
+
this software without specific prior written permission.
|
|
2239
|
+
|
|
2240
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
2241
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
2242
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
2243
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
2244
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
2245
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
2246
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
2247
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
2248
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
2249
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2250
|
+
|
|
2251
|
+
```
|
|
2252
|
+
|
|
2182
2253
|
## dunce 1.0.4
|
|
2183
2254
|
|
|
2184
2255
|
```
|
|
@@ -2433,7 +2504,7 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2433
2504
|
|
|
2434
2505
|
```
|
|
2435
2506
|
|
|
2436
|
-
## lazy_static 1.4.0, rayon 1.8.
|
|
2507
|
+
## lazy_static 1.4.0, rayon 1.8.1, rayon-core 1.12.1
|
|
2437
2508
|
|
|
2438
2509
|
```
|
|
2439
2510
|
Copyright (c) 2010 The Rust Project Developers
|
|
@@ -2734,7 +2805,7 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2734
2805
|
|
|
2735
2806
|
```
|
|
2736
2807
|
|
|
2737
|
-
## bitflags 1.3.2, bitflags 2.4.
|
|
2808
|
+
## bitflags 1.3.2, bitflags 2.4.2, glob 0.3.1, log 0.4.20, num-derive 0.4.2, num-integer 0.1.45, num-traits 0.2.17, range-map 0.2.0, regex 1.10.3, regex-automata 0.4.4, regex-syntax 0.8.2, semver 0.9.0
|
|
2738
2809
|
|
|
2739
2810
|
```
|
|
2740
2811
|
Copyright (c) 2014 The Rust Project Developers
|
|
@@ -2765,7 +2836,7 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2765
2836
|
|
|
2766
2837
|
```
|
|
2767
2838
|
|
|
2768
|
-
## uuid 1.
|
|
2839
|
+
## uuid 1.7.0
|
|
2769
2840
|
|
|
2770
2841
|
```
|
|
2771
2842
|
Copyright (c) 2014 The Rust Project Developers
|
|
@@ -2879,7 +2950,7 @@ THE SOFTWARE.
|
|
|
2879
2950
|
|
|
2880
2951
|
```
|
|
2881
2952
|
|
|
2882
|
-
## either 1.9.0, itertools 0.
|
|
2953
|
+
## either 1.9.0, itertools 0.11.0, itertools 0.12.0, petgraph 0.6.4
|
|
2883
2954
|
|
|
2884
2955
|
```
|
|
2885
2956
|
Copyright (c) 2015
|
|
@@ -3048,7 +3119,7 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3048
3119
|
|
|
3049
3120
|
```
|
|
3050
3121
|
|
|
3051
|
-
## gimli 0.28.1, heck 0.3.3, heck 0.4.1, peeking_take_while 0.1.2, unicode-bidi 0.3.
|
|
3122
|
+
## gimli 0.28.1, heck 0.3.3, heck 0.4.1, peeking_take_while 0.1.2, unicode-bidi 0.3.15, unicode-normalization 0.1.22, unicode-segmentation 1.10.1
|
|
3052
3123
|
|
|
3053
3124
|
```
|
|
3054
3125
|
Copyright (c) 2015 The Rust Project Developers
|
|
@@ -3981,6 +4052,32 @@ THE SOFTWARE.
|
|
|
3981
4052
|
|
|
3982
4053
|
```
|
|
3983
4054
|
|
|
4055
|
+
## circular 0.3.0
|
|
4056
|
+
|
|
4057
|
+
```
|
|
4058
|
+
Copyright (c) 2017 Geoffroy Couprie
|
|
4059
|
+
|
|
4060
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
4061
|
+
a copy of this software and associated documentation files (the
|
|
4062
|
+
"Software"), to deal in the Software without restriction, including
|
|
4063
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
4064
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
4065
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
4066
|
+
the following conditions:
|
|
4067
|
+
|
|
4068
|
+
The above copyright notice and this permission notice shall be
|
|
4069
|
+
included in all copies or substantial portions of the Software.
|
|
4070
|
+
|
|
4071
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
4072
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4073
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
4074
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
4075
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4076
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
4077
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4078
|
+
|
|
4079
|
+
```
|
|
4080
|
+
|
|
3984
4081
|
## foreign-types 0.5.0, foreign-types-macros 0.2.3, foreign-types-shared 0.3.1
|
|
3985
4082
|
|
|
3986
4083
|
```
|
|
@@ -4006,7 +4103,7 @@ SOFTWARE.
|
|
|
4006
4103
|
|
|
4007
4104
|
```
|
|
4008
4105
|
|
|
4009
|
-
## h2 0.4.
|
|
4106
|
+
## h2 0.4.2
|
|
4010
4107
|
|
|
4011
4108
|
```
|
|
4012
4109
|
Copyright (c) 2017 h2 authors
|
|
@@ -4255,7 +4352,7 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4255
4352
|
|
|
4256
4353
|
```
|
|
4257
4354
|
|
|
4258
|
-
## smallvec 1.
|
|
4355
|
+
## smallvec 1.13.1
|
|
4259
4356
|
|
|
4260
4357
|
```
|
|
4261
4358
|
Copyright (c) 2018 The Servo Project Developers
|
|
@@ -4707,7 +4804,7 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4707
4804
|
|
|
4708
4805
|
```
|
|
4709
4806
|
|
|
4710
|
-
## tracing 0.1.40, tracing-core 0.1.32
|
|
4807
|
+
## tracing 0.1.40, tracing-attributes 0.1.27, tracing-core 0.1.32
|
|
4711
4808
|
|
|
4712
4809
|
```
|
|
4713
4810
|
Copyright (c) 2019 Tokio Contributors
|
|
@@ -4924,6 +5021,38 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4924
5021
|
|
|
4925
5022
|
```
|
|
4926
5023
|
|
|
5024
|
+
## memmap2 0.9.4
|
|
5025
|
+
|
|
5026
|
+
```
|
|
5027
|
+
Copyright (c) 2020 Yevhenii Reizner
|
|
5028
|
+
Copyright (c) 2015 Dan Burkert
|
|
5029
|
+
|
|
5030
|
+
Permission is hereby granted, free of charge, to any
|
|
5031
|
+
person obtaining a copy of this software and associated
|
|
5032
|
+
documentation files (the "Software"), to deal in the
|
|
5033
|
+
Software without restriction, including without
|
|
5034
|
+
limitation the rights to use, copy, modify, merge,
|
|
5035
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
5036
|
+
the Software, and to permit persons to whom the Software
|
|
5037
|
+
is furnished to do so, subject to the following
|
|
5038
|
+
conditions:
|
|
5039
|
+
|
|
5040
|
+
The above copyright notice and this permission notice
|
|
5041
|
+
shall be included in all copies or substantial portions
|
|
5042
|
+
of the Software.
|
|
5043
|
+
|
|
5044
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
5045
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
5046
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
5047
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
5048
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5049
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
5050
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
5051
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
5052
|
+
DEALINGS IN THE SOFTWARE.
|
|
5053
|
+
|
|
5054
|
+
```
|
|
5055
|
+
|
|
4927
5056
|
## password-hash 0.5.0
|
|
4928
5057
|
|
|
4929
5058
|
```
|
|
@@ -4986,10 +5115,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4986
5115
|
|
|
4987
5116
|
```
|
|
4988
5117
|
|
|
4989
|
-
## argon2 0.5.
|
|
5118
|
+
## argon2 0.5.3
|
|
4990
5119
|
|
|
4991
5120
|
```
|
|
4992
|
-
Copyright (c) 2021-
|
|
5121
|
+
Copyright (c) 2021-2024 The RustCrypto Project Developers
|
|
4993
5122
|
|
|
4994
5123
|
Permission is hereby granted, free of charge, to any
|
|
4995
5124
|
person obtaining a copy of this software and associated
|
|
@@ -5017,6 +5146,31 @@ DEALINGS IN THE SOFTWARE.
|
|
|
5017
5146
|
|
|
5018
5147
|
```
|
|
5019
5148
|
|
|
5149
|
+
## deranged 0.3.11, time-core 0.1.2
|
|
5150
|
+
|
|
5151
|
+
```
|
|
5152
|
+
Copyright (c) 2022 Jacob Pratt et al.
|
|
5153
|
+
|
|
5154
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5155
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
5156
|
+
in the Software without restriction, including without limitation the rights
|
|
5157
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5158
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
5159
|
+
furnished to do so, subject to the following conditions:
|
|
5160
|
+
|
|
5161
|
+
The above copyright notice and this permission notice shall be included in all
|
|
5162
|
+
copies or substantial portions of the Software.
|
|
5163
|
+
|
|
5164
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5165
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5166
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5167
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5168
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5169
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5170
|
+
SOFTWARE.
|
|
5171
|
+
|
|
5172
|
+
```
|
|
5173
|
+
|
|
5020
5174
|
## inout 0.1.3
|
|
5021
5175
|
|
|
5022
5176
|
```
|
|
@@ -5099,6 +5253,56 @@ SOFTWARE.
|
|
|
5099
5253
|
|
|
5100
5254
|
```
|
|
5101
5255
|
|
|
5256
|
+
## num-conv 0.1.0
|
|
5257
|
+
|
|
5258
|
+
```
|
|
5259
|
+
Copyright (c) 2023 Jacob Pratt
|
|
5260
|
+
|
|
5261
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5262
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
5263
|
+
in the Software without restriction, including without limitation the rights
|
|
5264
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5265
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
5266
|
+
furnished to do so, subject to the following conditions:
|
|
5267
|
+
|
|
5268
|
+
The above copyright notice and this permission notice shall be included in all
|
|
5269
|
+
copies or substantial portions of the Software.
|
|
5270
|
+
|
|
5271
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5272
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5273
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5274
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5275
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5276
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5277
|
+
SOFTWARE.
|
|
5278
|
+
|
|
5279
|
+
```
|
|
5280
|
+
|
|
5281
|
+
## powerfmt 0.2.0
|
|
5282
|
+
|
|
5283
|
+
```
|
|
5284
|
+
Copyright (c) 2023 Jacob Pratt et al.
|
|
5285
|
+
|
|
5286
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5287
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
5288
|
+
in the Software without restriction, including without limitation the rights
|
|
5289
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5290
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
5291
|
+
furnished to do so, subject to the following conditions:
|
|
5292
|
+
|
|
5293
|
+
The above copyright notice and this permission notice shall be included in all
|
|
5294
|
+
copies or substantial portions of the Software.
|
|
5295
|
+
|
|
5296
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5297
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5298
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5299
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5300
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5301
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5302
|
+
SOFTWARE.
|
|
5303
|
+
|
|
5304
|
+
```
|
|
5305
|
+
|
|
5102
5306
|
## tokio 1.35.1, tokio-macros 2.2.0, tokio-util 0.7.10
|
|
5103
5307
|
|
|
5104
5308
|
```
|
|
@@ -5130,7 +5334,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
5130
5334
|
|
|
5131
5335
|
```
|
|
5132
5336
|
|
|
5133
|
-
##
|
|
5337
|
+
## time 0.3.34
|
|
5338
|
+
|
|
5339
|
+
```
|
|
5340
|
+
Copyright (c) 2024 Jacob Pratt et al.
|
|
5341
|
+
|
|
5342
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5343
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
5344
|
+
in the Software without restriction, including without limitation the rights
|
|
5345
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5346
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
5347
|
+
furnished to do so, subject to the following conditions:
|
|
5348
|
+
|
|
5349
|
+
The above copyright notice and this permission notice shall be included in all
|
|
5350
|
+
copies or substantial portions of the Software.
|
|
5351
|
+
|
|
5352
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5353
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5354
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5355
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5356
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5357
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5358
|
+
SOFTWARE.
|
|
5359
|
+
|
|
5360
|
+
```
|
|
5361
|
+
|
|
5362
|
+
## anstream 0.6.11, anstyle-query 1.0.2, clap 4.4.18, colorchoice 1.0.0, toml_datetime 0.6.5, toml_edit 0.19.15
|
|
5134
5363
|
|
|
5135
5364
|
```
|
|
5136
5365
|
Copyright (c) Individual contributors
|
|
@@ -5230,6 +5459,91 @@ DEALINGS IN THE SOFTWARE.
|
|
|
5230
5459
|
|
|
5231
5460
|
```
|
|
5232
5461
|
|
|
5462
|
+
## encoding_rs 0.8.33
|
|
5463
|
+
|
|
5464
|
+
```
|
|
5465
|
+
Copyright Mozilla Foundation
|
|
5466
|
+
|
|
5467
|
+
Permission is hereby granted, free of charge, to any
|
|
5468
|
+
person obtaining a copy of this software and associated
|
|
5469
|
+
documentation files (the "Software"), to deal in the
|
|
5470
|
+
Software without restriction, including without
|
|
5471
|
+
limitation the rights to use, copy, modify, merge,
|
|
5472
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
5473
|
+
the Software, and to permit persons to whom the Software
|
|
5474
|
+
is furnished to do so, subject to the following
|
|
5475
|
+
conditions:
|
|
5476
|
+
|
|
5477
|
+
The above copyright notice and this permission notice
|
|
5478
|
+
shall be included in all copies or substantial portions
|
|
5479
|
+
of the Software.
|
|
5480
|
+
|
|
5481
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
5482
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
5483
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
5484
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
5485
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
5486
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
5487
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
5488
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
5489
|
+
DEALINGS IN THE SOFTWARE.
|
|
5490
|
+
|
|
5491
|
+
```
|
|
5492
|
+
|
|
5493
|
+
## breakpad-symbols 0.20.0, minidump 0.20.0, minidump-common 0.20.0, minidump-processor 0.20.0, minidump-unwind 0.20.0
|
|
5494
|
+
|
|
5495
|
+
```
|
|
5496
|
+
MIT License
|
|
5497
|
+
|
|
5498
|
+
Copyright (c) 2015-2023 rust-minidump contributors
|
|
5499
|
+
|
|
5500
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5501
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
5502
|
+
in the Software without restriction, including without limitation the rights
|
|
5503
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5504
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
5505
|
+
furnished to do so, subject to the following conditions:
|
|
5506
|
+
|
|
5507
|
+
The above copyright notice and this permission notice shall be included in all
|
|
5508
|
+
copies or substantial portions of the Software.
|
|
5509
|
+
|
|
5510
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5511
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5512
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5513
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5514
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5515
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5516
|
+
SOFTWARE.
|
|
5517
|
+
|
|
5518
|
+
```
|
|
5519
|
+
|
|
5520
|
+
## scroll_derive 0.12.0
|
|
5521
|
+
|
|
5522
|
+
```
|
|
5523
|
+
MIT License
|
|
5524
|
+
|
|
5525
|
+
Copyright (c) 2017
|
|
5526
|
+
|
|
5527
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5528
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
5529
|
+
in the Software without restriction, including without limitation the rights
|
|
5530
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5531
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
5532
|
+
furnished to do so, subject to the following conditions:
|
|
5533
|
+
|
|
5534
|
+
The above copyright notice and this permission notice shall be included in all
|
|
5535
|
+
copies or substantial portions of the Software.
|
|
5536
|
+
|
|
5537
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5538
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5539
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5540
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5541
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5542
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5543
|
+
SOFTWARE.
|
|
5544
|
+
|
|
5545
|
+
```
|
|
5546
|
+
|
|
5233
5547
|
## fs_extra 1.3.0
|
|
5234
5548
|
|
|
5235
5549
|
```
|
|
@@ -5284,6 +5598,33 @@ SOFTWARE.
|
|
|
5284
5598
|
|
|
5285
5599
|
```
|
|
5286
5600
|
|
|
5601
|
+
## smart-default 0.7.1
|
|
5602
|
+
|
|
5603
|
+
```
|
|
5604
|
+
MIT License
|
|
5605
|
+
|
|
5606
|
+
Copyright (c) 2017 Idan Arye
|
|
5607
|
+
|
|
5608
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5609
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
5610
|
+
in the Software without restriction, including without limitation the rights
|
|
5611
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5612
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
5613
|
+
furnished to do so, subject to the following conditions:
|
|
5614
|
+
|
|
5615
|
+
The above copyright notice and this permission notice shall be included in all
|
|
5616
|
+
copies or substantial portions of the Software.
|
|
5617
|
+
|
|
5618
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5619
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5620
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5621
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5622
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5623
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5624
|
+
SOFTWARE.
|
|
5625
|
+
|
|
5626
|
+
```
|
|
5627
|
+
|
|
5287
5628
|
## static_assertions 1.1.0
|
|
5288
5629
|
|
|
5289
5630
|
```
|
|
@@ -5527,7 +5868,7 @@ SOFTWARE.
|
|
|
5527
5868
|
|
|
5528
5869
|
```
|
|
5529
5870
|
|
|
5530
|
-
## snow 0.9.
|
|
5871
|
+
## snow 0.9.5
|
|
5531
5872
|
|
|
5532
5873
|
```
|
|
5533
5874
|
MIT License
|
|
@@ -5581,7 +5922,34 @@ SOFTWARE.
|
|
|
5581
5922
|
|
|
5582
5923
|
```
|
|
5583
5924
|
|
|
5584
|
-
##
|
|
5925
|
+
## cachemap2 0.2.0
|
|
5926
|
+
|
|
5927
|
+
```
|
|
5928
|
+
MIT License
|
|
5929
|
+
|
|
5930
|
+
Copyright (c) 2021 hclarke
|
|
5931
|
+
|
|
5932
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5933
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
5934
|
+
in the Software without restriction, including without limitation the rights
|
|
5935
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5936
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
5937
|
+
furnished to do so, subject to the following conditions:
|
|
5938
|
+
|
|
5939
|
+
The above copyright notice and this permission notice shall be included in all
|
|
5940
|
+
copies or substantial portions of the Software.
|
|
5941
|
+
|
|
5942
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5943
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5944
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5945
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5946
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5947
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5948
|
+
SOFTWARE.
|
|
5949
|
+
|
|
5950
|
+
```
|
|
5951
|
+
|
|
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
|
|
5585
5953
|
|
|
5586
5954
|
```
|
|
5587
5955
|
MIT License
|
|
@@ -5695,7 +6063,7 @@ DEALINGS IN THE SOFTWARE.
|
|
|
5695
6063
|
|
|
5696
6064
|
```
|
|
5697
6065
|
|
|
5698
|
-
## adler 1.0.2, anyhow 1.0.79, async-trait 0.1.77, dyn-clone 1.0.16, fastrand 2.0.1, home 0.5.9, itoa 1.0.10, linkme 0.3.22, linkme-impl 0.3.22, linux-raw-sys 0.4.
|
|
6066
|
+
## adler 1.0.2, anyhow 1.0.79, async-trait 0.1.77, dyn-clone 1.0.16, fastrand 2.0.1, home 0.5.9, itoa 1.0.10, linkme 0.3.22, linkme-impl 0.3.22, linux-raw-sys 0.4.13, minimal-lexical 0.2.1, num_enum 0.6.1, num_enum_derive 0.6.1, once_cell 1.19.0, paste 1.0.14, pin-project-lite 0.2.13, prettyplease 0.2.16, proc-macro-crate 1.3.1, proc-macro2 1.0.78, quote 1.0.35, rustc-hash 1.1.0, rustix 0.38.30, semver 1.0.21, serde 1.0.195, serde_derive 1.0.195, serde_json 1.0.111, syn 1.0.109, syn 2.0.48, syn-mid 0.5.4, syn-mid 0.6.0, thiserror 1.0.56, thiserror-impl 1.0.56, unicode-ident 1.0.12, utf-8 0.7.6
|
|
5699
6067
|
|
|
5700
6068
|
```
|
|
5701
6069
|
Permission is hereby granted, free of charge, to any
|
|
@@ -5841,7 +6209,7 @@ SOFTWARE.
|
|
|
5841
6209
|
|
|
5842
6210
|
```
|
|
5843
6211
|
|
|
5844
|
-
## chrono 0.4.
|
|
6212
|
+
## chrono 0.4.32
|
|
5845
6213
|
|
|
5846
6214
|
```
|
|
5847
6215
|
The MIT License (MIT)
|
|
@@ -5978,7 +6346,7 @@ THE SOFTWARE.
|
|
|
5978
6346
|
|
|
5979
6347
|
```
|
|
5980
6348
|
|
|
5981
|
-
## shlex 1.
|
|
6349
|
+
## shlex 1.3.0
|
|
5982
6350
|
|
|
5983
6351
|
```
|
|
5984
6352
|
The MIT License (MIT)
|
|
@@ -6059,7 +6427,7 @@ SOFTWARE.
|
|
|
6059
6427
|
|
|
6060
6428
|
```
|
|
6061
6429
|
|
|
6062
|
-
## clap_builder 4.4.
|
|
6430
|
+
## clap_builder 4.4.18, clap_derive 4.4.7, clap_lex 0.6.0
|
|
6063
6431
|
|
|
6064
6432
|
```
|
|
6065
6433
|
The MIT License (MIT)
|
|
@@ -6194,7 +6562,7 @@ THE SOFTWARE.
|
|
|
6194
6562
|
|
|
6195
6563
|
```
|
|
6196
6564
|
|
|
6197
|
-
## async-compression 0.4.
|
|
6565
|
+
## async-compression 0.4.6
|
|
6198
6566
|
|
|
6199
6567
|
```
|
|
6200
6568
|
The MIT License (MIT)
|
|
@@ -6280,6 +6648,33 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
6280
6648
|
SOFTWARE.
|
|
6281
6649
|
|
|
6282
6650
|
|
|
6651
|
+
```
|
|
6652
|
+
|
|
6653
|
+
## scroll 0.12.0
|
|
6654
|
+
|
|
6655
|
+
```
|
|
6656
|
+
The MIT License (MIT)
|
|
6657
|
+
|
|
6658
|
+
Copyright (c) m4b 2016
|
|
6659
|
+
|
|
6660
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6661
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
6662
|
+
in the Software without restriction, including without limitation the rights
|
|
6663
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
6664
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
6665
|
+
furnished to do so, subject to the following conditions:
|
|
6666
|
+
|
|
6667
|
+
The above copyright notice and this permission notice shall be included in all
|
|
6668
|
+
copies or substantial portions of the Software.
|
|
6669
|
+
|
|
6670
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
6671
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
6672
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
6673
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
6674
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
6675
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
6676
|
+
SOFTWARE.
|
|
6677
|
+
|
|
6283
6678
|
```
|
|
6284
6679
|
|
|
6285
6680
|
## version_check 0.9.4
|
package/dist/io.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
import * as Native from '../Native';
|
|
3
|
+
import type { Buffer } from 'node:buffer';
|
|
3
4
|
/**
|
|
4
5
|
* An abstract class representing an input stream of bytes.
|
|
5
6
|
*/
|
|
@@ -13,8 +14,8 @@ export declare abstract class InputStream implements Native.InputStream {
|
|
|
13
14
|
* however, returning zero bytes always indicates that the end of the stream has been reached.
|
|
14
15
|
*
|
|
15
16
|
* @param amount The amount of bytes to read.
|
|
16
|
-
* @
|
|
17
|
-
* @throws IoError If an I/O error occurred while reading from the input.
|
|
17
|
+
* @returns A promise yielding a {@link Buffer} containing the read bytes.
|
|
18
|
+
* @throws {IoError} If an I/O error occurred while reading from the input.
|
|
18
19
|
*/
|
|
19
20
|
abstract read(amount: number): Promise<Buffer>;
|
|
20
21
|
/**
|
|
@@ -23,8 +24,8 @@ export declare abstract class InputStream implements Native.InputStream {
|
|
|
23
24
|
* If the requested number of bytes could not be skipped for any reason, an {@link IoError} must be raised instead.
|
|
24
25
|
*
|
|
25
26
|
* @param amount The amount of bytes to skip.
|
|
26
|
-
* @
|
|
27
|
-
* @throws IoError If an I/O error occurred while skipping the bytes in the input.
|
|
27
|
+
* @returns A promise which is resolved once the bytes have been skipped.
|
|
28
|
+
* @throws {IoError} If an I/O error occurred while skipping the bytes in the input.
|
|
28
29
|
*/
|
|
29
30
|
abstract skip(amount: number): Promise<void>;
|
|
30
31
|
}
|
package/dist/net.d.ts
CHANGED
|
@@ -20,7 +20,11 @@ export type CDSResponseEntryType<Aci, Pni> = {
|
|
|
20
20
|
aci: Aci | undefined;
|
|
21
21
|
pni: Pni | undefined;
|
|
22
22
|
};
|
|
23
|
-
export type
|
|
23
|
+
export type CDSResponseEntries<Aci, Pni> = Map<string, CDSResponseEntryType<Aci, Pni>>;
|
|
24
|
+
export interface CDSResponseType<Aci, Pni> {
|
|
25
|
+
entries: CDSResponseEntries<Aci, Pni>;
|
|
26
|
+
debugPermitsUsed: number;
|
|
27
|
+
}
|
|
24
28
|
export declare class Net {
|
|
25
29
|
private readonly _asyncContext;
|
|
26
30
|
private readonly _connectionManager;
|
package/dist/usernames.js
CHANGED
|
@@ -10,7 +10,7 @@ const crypto_1 = require("crypto");
|
|
|
10
10
|
const Constants_1 = require("./zkgroup/internal/Constants");
|
|
11
11
|
const Native = require("../Native");
|
|
12
12
|
function generateCandidates(nickname, minNicknameLength, maxNicknameLength) {
|
|
13
|
-
return Native.Username_CandidatesFrom(nickname, minNicknameLength, maxNicknameLength)
|
|
13
|
+
return Native.Username_CandidatesFrom(nickname, minNicknameLength, maxNicknameLength);
|
|
14
14
|
}
|
|
15
15
|
exports.generateCandidates = generateCandidates;
|
|
16
16
|
function fromParts(nickname, discriminator, minNicknameLength, maxNicknameLength) {
|