@signalapp/ringrtc 2.65.0 → 2.65.3
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/dist/acknowledgments.md +2 -2
- package/package.json +4 -4
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
|
-
## libsignal-account-keys 0.1.0, libsignal-core 0.1.0, mrp 2.65.
|
|
672
|
+
## libsignal-account-keys 0.1.0, libsignal-core 0.1.0, mrp 2.65.3, protobuf 2.65.3, ringrtc 2.65.3, regex-aot 0.1.0, partial-default-derive 0.1.0, partial-default 0.1.0
|
|
673
673
|
|
|
674
674
|
```
|
|
675
675
|
GNU AFFERO GENERAL PUBLIC LICENSE
|
|
@@ -2681,7 +2681,7 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2681
2681
|
|
|
2682
2682
|
```
|
|
2683
2683
|
|
|
2684
|
-
## bytes 1.11.
|
|
2684
|
+
## bytes 1.11.1
|
|
2685
2685
|
|
|
2686
2686
|
```
|
|
2687
2687
|
Copyright (c) 2018 Carl Lerche
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signalapp/ringrtc",
|
|
3
|
-
"version": "2.65.
|
|
3
|
+
"version": "2.65.3",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/signalapp/ringrtc.git",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"config": {
|
|
35
35
|
"prebuildUrl": "https://build-artifacts.signal.org/libraries/ringrtc-desktop-build-v${npm_package_version}.tar.gz",
|
|
36
|
-
"prebuildChecksum": "
|
|
36
|
+
"prebuildChecksum": "d066c324246a916c829bededc803a0f5c0274f5e496710d991de644cda706876"
|
|
37
37
|
},
|
|
38
38
|
"author": "",
|
|
39
39
|
"license": "AGPL-3.0-only",
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
"eslint-plugin-import": "2.29.0",
|
|
59
59
|
"eslint-plugin-mocha": "10.2.0",
|
|
60
60
|
"eslint-plugin-more": "1.0.5",
|
|
61
|
-
"lodash": "4.17.
|
|
61
|
+
"lodash": "4.17.23",
|
|
62
62
|
"long": "5.3.2",
|
|
63
|
-
"mocha": "11.
|
|
63
|
+
"mocha": "11.3.0",
|
|
64
64
|
"prettier": "3.7.4",
|
|
65
65
|
"rimraf": "6.1.2",
|
|
66
66
|
"sinon": "^21.0.1",
|