@signalapp/ringrtc 2.59.2 → 2.59.4
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 +3 -2
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.59.
|
|
672
|
+
## libsignal-account-keys 0.1.0, libsignal-core 0.1.0, mrp 2.59.4, protobuf 2.59.4, ringrtc 2.59.4, regex-aot 0.1.0, partial-default-derive 0.1.0
|
|
673
673
|
|
|
674
674
|
```
|
|
675
675
|
GNU AFFERO GENERAL PUBLIC LICENSE
|
|
@@ -1739,7 +1739,7 @@ THIS SOFTWARE.
|
|
|
1739
1739
|
|
|
1740
1740
|
```
|
|
1741
1741
|
|
|
1742
|
-
## cubeb-core 0.
|
|
1742
|
+
## cubeb-core 0.33.0, cubeb-sys 0.33.0, cubeb 0.33.0
|
|
1743
1743
|
|
|
1744
1744
|
```
|
|
1745
1745
|
Copyright © 2017 Mozilla Foundation
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signalapp/ringrtc",
|
|
3
|
-
"version": "2.59.
|
|
3
|
+
"version": "2.59.4",
|
|
4
|
+
"repository": "github:signalapp/ringrtc/src/node",
|
|
4
5
|
"description": "Signal Messenger voice and video calling library.",
|
|
5
6
|
"main": "dist/index.js",
|
|
6
7
|
"types": "dist/index.d.ts",
|
|
@@ -28,7 +29,7 @@
|
|
|
28
29
|
},
|
|
29
30
|
"config": {
|
|
30
31
|
"prebuildUrl": "https://build-artifacts.signal.org/libraries/ringrtc-desktop-build-v${npm_package_version}.tar.gz",
|
|
31
|
-
"prebuildChecksum": "
|
|
32
|
+
"prebuildChecksum": "215715d8eb6ab38a82cce478e91c358141cd6177b8494fc898696d7a8e4d314c"
|
|
32
33
|
},
|
|
33
34
|
"author": "",
|
|
34
35
|
"license": "AGPL-3.0-only",
|