@webex/plugin-teams 3.0.0-beta.91 → 3.0.0-beta.92
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/teams.js +1 -1
- package/package.json +9 -9
- package/test/integration/spec/teams.js +2 -2
package/dist/teams.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webex/plugin-teams",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.92",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
"sinon": "^9.2.4"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@webex/internal-plugin-device": "3.0.0-beta.
|
|
27
|
-
"@webex/plugin-logger": "3.0.0-beta.
|
|
28
|
-
"@webex/plugin-memberships": "3.0.0-beta.
|
|
29
|
-
"@webex/plugin-rooms": "3.0.0-beta.
|
|
30
|
-
"@webex/plugin-teams": "3.0.0-beta.
|
|
31
|
-
"@webex/test-helper-chai": "3.0.0-beta.
|
|
32
|
-
"@webex/test-helper-test-users": "3.0.0-beta.
|
|
33
|
-
"@webex/webex-core": "3.0.0-beta.
|
|
26
|
+
"@webex/internal-plugin-device": "3.0.0-beta.92",
|
|
27
|
+
"@webex/plugin-logger": "3.0.0-beta.92",
|
|
28
|
+
"@webex/plugin-memberships": "3.0.0-beta.92",
|
|
29
|
+
"@webex/plugin-rooms": "3.0.0-beta.92",
|
|
30
|
+
"@webex/plugin-teams": "3.0.0-beta.92",
|
|
31
|
+
"@webex/test-helper-chai": "3.0.0-beta.92",
|
|
32
|
+
"@webex/test-helper-test-users": "3.0.0-beta.92",
|
|
33
|
+
"@webex/webex-core": "3.0.0-beta.92",
|
|
34
34
|
"lodash": "^4.17.21"
|
|
35
35
|
}
|
|
36
36
|
}
|
|
@@ -153,8 +153,8 @@ describe('plugin-teams', function () {
|
|
|
153
153
|
assert.isTeamRoom(room);
|
|
154
154
|
assert.equal(room.teamId, team.id);
|
|
155
155
|
}));
|
|
156
|
-
|
|
157
|
-
describe("when the user leaves the team's general room", () => {
|
|
156
|
+
// SPARK-413317
|
|
157
|
+
describe.skip("when the user leaves the team's general room", () => {
|
|
158
158
|
let room, team;
|
|
159
159
|
|
|
160
160
|
it("no longer returns the team's rooms", () =>
|