浏览代码

Updates lib-jitsi-meet that uses strophe.js 1.2.15. (#3020)

master
Дамян Минков 7 年前
父节点
当前提交
5b4a16cf6b
共有 2 个文件被更改,包括 6 次插入6 次删除
  1. 5
    3
      package-lock.json
  2. 1
    3
      package.json

+ 5
- 3
package-lock.json 查看文件

7608
       }
7608
       }
7609
     },
7609
     },
7610
     "lib-jitsi-meet": {
7610
     "lib-jitsi-meet": {
7611
-      "version": "github:jitsi/lib-jitsi-meet#fefd96e0e8968c553aab6952bc7cf2116b53362e",
7611
+      "version": "github:jitsi/lib-jitsi-meet#c101e303ea8d4712ec58a61dc9f9e2176bb759c6",
7612
       "requires": {
7612
       "requires": {
7613
         "async": "0.9.0",
7613
         "async": "0.9.0",
7614
         "current-executing-script": "0.1.3",
7614
         "current-executing-script": "0.1.3",
7618
         "sdp-interop": "0.1.12",
7618
         "sdp-interop": "0.1.12",
7619
         "sdp-simulcast": "0.2.1",
7619
         "sdp-simulcast": "0.2.1",
7620
         "sdp-transform": "2.3.0",
7620
         "sdp-transform": "2.3.0",
7621
-        "strophe.js": "github:jitsi/strophejs#1501521d305e405f4dea3f51a5473f504672a7b3",
7621
+        "strophe.js": "1.2.15",
7622
         "strophejs-plugin-disco": "0.0.2",
7622
         "strophejs-plugin-disco": "0.0.2",
7623
         "webrtc-adapter": "github:webrtc/adapter#1eec19782b4058d186341263e7d049cea3e3290a",
7623
         "webrtc-adapter": "github:webrtc/adapter#1eec19782b4058d186341263e7d049cea3e3290a",
7624
         "yaeti": "1.0.1"
7624
         "yaeti": "1.0.1"
12000
       "dev": true
12000
       "dev": true
12001
     },
12001
     },
12002
     "strophe.js": {
12002
     "strophe.js": {
12003
-      "version": "github:jitsi/strophejs#1501521d305e405f4dea3f51a5473f504672a7b3"
12003
+      "version": "1.2.15",
12004
+      "resolved": "https://registry.npmjs.org/strophe.js/-/strophe.js-1.2.15.tgz",
12005
+      "integrity": "sha512-aM5SCLltSLKubPNil28ieJ03I+15jcVX02c1/7SBVIUWRfwfxwondRJSMJpB7OBss5b3jCNxpTqig8nXncJ5yg=="
12004
     },
12006
     },
12005
     "strophejs-plugin-disco": {
12007
     "strophejs-plugin-disco": {
12006
       "version": "0.0.2",
12008
       "version": "0.0.2",

+ 1
- 3
package.json 查看文件

46
     "jquery-i18next": "1.2.0",
46
     "jquery-i18next": "1.2.0",
47
     "js-md5": "0.6.1",
47
     "js-md5": "0.6.1",
48
     "jwt-decode": "2.2.0",
48
     "jwt-decode": "2.2.0",
49
-    "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#fefd96e0e8968c553aab6952bc7cf2116b53362e",
49
+    "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#c101e303ea8d4712ec58a61dc9f9e2176bb759c6",
50
     "lodash": "4.17.4",
50
     "lodash": "4.17.4",
51
     "moment": "2.19.4",
51
     "moment": "2.19.4",
52
     "postis": "2.2.0",
52
     "postis": "2.2.0",
70
     "react-redux": "5.0.7",
70
     "react-redux": "5.0.7",
71
     "redux": "4.0.0",
71
     "redux": "4.0.0",
72
     "redux-thunk": "2.2.0",
72
     "redux-thunk": "2.2.0",
73
-    "strophe.js": "github:jitsi/strophejs#1.2.14-1",
74
-    "strophejs-plugin-disco": "0.0.2",
75
     "styled-components": "1.4.6",
73
     "styled-components": "1.4.6",
76
     "url-polyfill": "github:github/url-polyfill#39734186de44612bc5a16eb25f5407adcc5b2e7c",
74
     "url-polyfill": "github:github/url-polyfill#39734186de44612bc5a16eb25f5407adcc5b2e7c",
77
     "uuid": "3.1.0",
75
     "uuid": "3.1.0",

正在加载...
取消
保存