@signalapp/ringrtc
Advanced tools
Comparing version 2.34.5 to 2.35.0
@@ -7,3 +7,2 @@ /// <reference types="node" /> | ||
declare class Config { | ||
use_new_audio_device_module: boolean; | ||
field_trials: Record<string, string> | undefined; | ||
@@ -10,0 +9,0 @@ } |
@@ -111,3 +111,2 @@ "use strict"; | ||
getUserMedia(options) { | ||
// TODO: Figure out a better way to make typescript accept "mandatory". | ||
const constraints = { | ||
@@ -114,0 +113,0 @@ audio: false, |
{ | ||
"name": "@signalapp/ringrtc", | ||
"version": "2.34.5", | ||
"version": "2.35.0", | ||
"description": "Signal Messenger voice and video calling library.", | ||
@@ -22,2 +22,3 @@ "main": "dist/index.js", | ||
"format": "prettier --write .", | ||
"check-format": "prettier . --check", | ||
"install": "node scripts/fetch-prebuild.js", | ||
@@ -28,3 +29,3 @@ "prepublishOnly": "node scripts/prepublish.js" | ||
"prebuildUrl": "https://build-artifacts.signal.org/libraries/ringrtc-desktop-build-v${npm_package_version}.tar.gz", | ||
"prebuildChecksum": "08379eb3015d764bffeb21b0300bc8a547758edfb82b7c05bf9a3f5eafcbaca0" | ||
"prebuildChecksum": "d85fba2e7c22554d8639533ea2f80d1c8a9b2a5aee7ff094bf2998b93b203231" | ||
}, | ||
@@ -38,24 +39,24 @@ "author": "", | ||
"devDependencies": { | ||
"@types/chai": "4.3.6", | ||
"@types/chai": "4.3.11", | ||
"@types/chai-as-promised": "^7.1.5", | ||
"@types/dom-mediacapture-transform": "0.1.6", | ||
"@types/mocha": "10.0.1", | ||
"@types/node": "^18.15.0", | ||
"@types/dom-mediacapture-transform": "0.1.9", | ||
"@types/mocha": "10.0.6", | ||
"@types/node": "18.17.1", | ||
"@types/offscreencanvas": "^2019.7.1", | ||
"@types/sinon-chai": "^3.2.9", | ||
"chai": "4.3.7", | ||
"chai": "4.3.10", | ||
"chai-as-promised": "^7.1.1", | ||
"electron": "25.8.1", | ||
"electron-mocha": "12.0.1", | ||
"eslint": "8.49.0", | ||
"electron": "27.1.2", | ||
"electron-mocha": "12.1.0", | ||
"eslint": "8.55.0", | ||
"eslint-config-airbnb-typescript-prettier": "5.0.0", | ||
"eslint-config-prettier": "8.8.0", | ||
"eslint-plugin-import": "2.28.1", | ||
"eslint-plugin-mocha": "10.1.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-import": "2.29.0", | ||
"eslint-plugin-mocha": "10.2.0", | ||
"eslint-plugin-more": "1.0.5", | ||
"long": "5.2.3", | ||
"mocha": "10.2.0", | ||
"prettier": "^2.8.8", | ||
"rimraf": "4.3.1", | ||
"sinon": "^16.0.0", | ||
"prettier": "^3.1.0", | ||
"rimraf": "5.0.5", | ||
"sinon": "^17.0.1", | ||
"sinon-chai": "^3.7.0", | ||
@@ -62,0 +63,0 @@ "source-map-support": "^0.5.21", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
406036
3237