@webex/plugin-teams 3.0.0-beta.91 → 3.0.0-beta.93

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 CHANGED
@@ -156,7 +156,7 @@ var Teams = _webexCore.WebexPlugin.extend({
156
156
  return res.body;
157
157
  });
158
158
  },
159
- version: "3.0.0-beta.91"
159
+ version: "3.0.0-beta.93"
160
160
  });
161
161
  var _default = Teams;
162
162
  exports.default = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/plugin-teams",
3
- "version": "3.0.0-beta.91",
3
+ "version": "3.0.0-beta.93",
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.91",
27
- "@webex/plugin-logger": "3.0.0-beta.91",
28
- "@webex/plugin-memberships": "3.0.0-beta.91",
29
- "@webex/plugin-rooms": "3.0.0-beta.91",
30
- "@webex/plugin-teams": "3.0.0-beta.91",
31
- "@webex/test-helper-chai": "3.0.0-beta.91",
32
- "@webex/test-helper-test-users": "3.0.0-beta.91",
33
- "@webex/webex-core": "3.0.0-beta.91",
26
+ "@webex/internal-plugin-device": "3.0.0-beta.93",
27
+ "@webex/plugin-logger": "3.0.0-beta.93",
28
+ "@webex/plugin-memberships": "3.0.0-beta.93",
29
+ "@webex/plugin-rooms": "3.0.0-beta.93",
30
+ "@webex/plugin-teams": "3.0.0-beta.93",
31
+ "@webex/test-helper-chai": "3.0.0-beta.93",
32
+ "@webex/test-helper-test-users": "3.0.0-beta.93",
33
+ "@webex/webex-core": "3.0.0-beta.93",
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", () =>