Browse Source

chore(deps) lib-jitsi-meet@latest

* fix(quality-control): Propagate the height constraints to p2p session. If the application is using the new receiver constraints, propagate the height constraint to the p2p session as well.
* build(deps): bump lodash from 4.17.19 to 4.17.21
* chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9

74a90f7035/...7cbd9c8f2abb4fc9b12373a613ac50bd06ca1d96
master
Jaya Allamsetty 4 years ago
parent
commit
913cf259cf
2 changed files with 3 additions and 7 deletions
  1. 2
    6
      package-lock.json
  2. 1
    1
      package.json

+ 2
- 6
package-lock.json View File

10889
       }
10889
       }
10890
     },
10890
     },
10891
     "lib-jitsi-meet": {
10891
     "lib-jitsi-meet": {
10892
-      "version": "github:jitsi/lib-jitsi-meet#74a90f703526ba3352174877ed822911bfc2cce7",
10893
-      "from": "github:jitsi/lib-jitsi-meet#74a90f703526ba3352174877ed822911bfc2cce7",
10892
+      "version": "github:jitsi/lib-jitsi-meet#7cbd9c8f2abb4fc9b12373a613ac50bd06ca1d96",
10893
+      "from": "github:jitsi/lib-jitsi-meet#7cbd9c8f2abb4fc9b12373a613ac50bd06ca1d96",
10894
       "requires": {
10894
       "requires": {
10895
         "@jitsi/js-utils": "1.0.2",
10895
         "@jitsi/js-utils": "1.0.2",
10896
         "@jitsi/sdp-interop": "1.0.3",
10896
         "@jitsi/sdp-interop": "1.0.3",
10920
             "js-md5": "0.7.3"
10920
             "js-md5": "0.7.3"
10921
           }
10921
           }
10922
         },
10922
         },
10923
-        "jitsi-meet-logger": {
10924
-          "version": "github:jitsi/jitsi-meet-logger#4add5bac2e4cea73a05f42b7596ee03c7f7a2567",
10925
-          "from": "github:jitsi/jitsi-meet-logger#v1.0.0"
10926
-        },
10927
         "js-md5": {
10923
         "js-md5": {
10928
           "version": "0.7.3",
10924
           "version": "0.7.3",
10929
           "resolved": "https://registry.npmjs.org/js-md5/-/js-md5-0.7.3.tgz",
10925
           "resolved": "https://registry.npmjs.org/js-md5/-/js-md5-0.7.3.tgz",

+ 1
- 1
package.json View File

54
     "jquery-i18next": "1.2.1",
54
     "jquery-i18next": "1.2.1",
55
     "js-md5": "0.6.1",
55
     "js-md5": "0.6.1",
56
     "jwt-decode": "2.2.0",
56
     "jwt-decode": "2.2.0",
57
-    "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#74a90f703526ba3352174877ed822911bfc2cce7",
57
+    "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#7cbd9c8f2abb4fc9b12373a613ac50bd06ca1d96",
58
     "libflacjs": "github:mmig/libflac.js#93d37e7f811f01cf7d8b6a603e38bd3c3810907d",
58
     "libflacjs": "github:mmig/libflac.js#93d37e7f811f01cf7d8b6a603e38bd3c3810907d",
59
     "lodash": "4.17.21",
59
     "lodash": "4.17.21",
60
     "moment": "2.29.1",
60
     "moment": "2.29.1",

Loading…
Cancel
Save