Browse Source

feat: Updates strophe stream management plugin.

release-8443
damencho 2 years ago
parent
commit
bd946a17a7
2 changed files with 7 additions and 7 deletions
  1. 6
    6
      package-lock.json
  2. 1
    1
      package.json

+ 6
- 6
package-lock.json View File

@@ -24,7 +24,7 @@
24 24
         "sdp-transform": "2.3.0",
25 25
         "strophe.js": "1.6.0",
26 26
         "strophejs-plugin-disco": "0.0.2",
27
-        "strophejs-plugin-stream-management": "git+https://github.com/jitsi/strophejs-plugin-stream-management#b42f961f141fdf9380d73080c9e6bb23c9c57272",
27
+        "strophejs-plugin-stream-management": "git+https://github.com/jitsi/strophejs-plugin-stream-management#679be5902097ed612fb5062b5549f3f32b6f5f47",
28 28
         "uuid": "8.1.0",
29 29
         "webrtc-adapter": "8.1.1"
30 30
       },
@@ -6067,8 +6067,8 @@
6067 6067
     },
6068 6068
     "node_modules/strophejs-plugin-stream-management": {
6069 6069
       "version": "1.0.0",
6070
-      "resolved": "git+ssh://git@github.com/jitsi/strophejs-plugin-stream-management.git#b42f961f141fdf9380d73080c9e6bb23c9c57272",
6071
-      "integrity": "sha512-8jNspGOrRFtPYfI0EkFiLrr45VWvV0YbR//6Rrpy5kNgAQ9SRKAHDOueQ85Qb1/tdTzZyYlWTsp2VMwNzMIdNA==",
6070
+      "resolved": "git+ssh://git@github.com/jitsi/strophejs-plugin-stream-management.git#679be5902097ed612fb5062b5549f3f32b6f5f47",
6071
+      "integrity": "sha512-pQUT174bznpLEVNAnJT2Q7lyoSaoIoo8LaVyglRx5rWwxpdHUcS+8NjfLYDlqM+rLcsO1uAKt/fMZ7j3clj9qg==",
6072 6072
       "license": "MIT",
6073 6073
       "peerDependencies": {
6074 6074
         "strophe.js": ">=1.3.4"
@@ -11450,9 +11450,9 @@
11450 11450
       "requires": {}
11451 11451
     },
11452 11452
     "strophejs-plugin-stream-management": {
11453
-      "version": "git+ssh://git@github.com/jitsi/strophejs-plugin-stream-management.git#b42f961f141fdf9380d73080c9e6bb23c9c57272",
11454
-      "integrity": "sha512-8jNspGOrRFtPYfI0EkFiLrr45VWvV0YbR//6Rrpy5kNgAQ9SRKAHDOueQ85Qb1/tdTzZyYlWTsp2VMwNzMIdNA==",
11455
-      "from": "strophejs-plugin-stream-management@git+https://github.com/jitsi/strophejs-plugin-stream-management#b42f961f141fdf9380d73080c9e6bb23c9c57272",
11453
+      "version": "git+ssh://git@github.com/jitsi/strophejs-plugin-stream-management.git#679be5902097ed612fb5062b5549f3f32b6f5f47",
11454
+      "integrity": "sha512-pQUT174bznpLEVNAnJT2Q7lyoSaoIoo8LaVyglRx5rWwxpdHUcS+8NjfLYDlqM+rLcsO1uAKt/fMZ7j3clj9qg==",
11455
+      "from": "strophejs-plugin-stream-management@git+https://github.com/jitsi/strophejs-plugin-stream-management#679be5902097ed612fb5062b5549f3f32b6f5f47",
11456 11456
       "requires": {}
11457 11457
     },
11458 11458
     "supports-color": {

+ 1
- 1
package.json View File

@@ -31,7 +31,7 @@
31 31
     "sdp-transform": "2.3.0",
32 32
     "strophe.js": "1.6.0",
33 33
     "strophejs-plugin-disco": "0.0.2",
34
-    "strophejs-plugin-stream-management": "git+https://github.com/jitsi/strophejs-plugin-stream-management#b42f961f141fdf9380d73080c9e6bb23c9c57272",
34
+    "strophejs-plugin-stream-management": "git+https://github.com/jitsi/strophejs-plugin-stream-management#679be5902097ed612fb5062b5549f3f32b6f5f47",
35 35
     "uuid": "8.1.0",
36 36
     "webrtc-adapter": "8.1.1"
37 37
   },

Loading…
Cancel
Save