@webex/internal-plugin-team 3.0.0-beta.0 → 3.0.0-beta.2

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.
Files changed (2) hide show
  1. package/dist/team.js +1 -1
  2. package/package.json +11 -11
package/dist/team.js CHANGED
@@ -459,7 +459,7 @@ var Team = _webexCore.WebexPlugin.extend({
459
459
  }
460
460
  /* eslint-enable require-jsdoc */
461
461
  ,
462
- version: "3.0.0-beta.0"
462
+ version: "3.0.0-beta.2"
463
463
  });
464
464
  /**
465
465
  * Assign or unassign a team member to be a moderator of a team
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/internal-plugin-team",
3
- "version": "3.0.0-beta.0",
3
+ "version": "3.0.0-beta.2",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "Josh Dykstra <jodykstr@cisco.com>",
@@ -21,19 +21,19 @@
21
21
  ]
22
22
  },
23
23
  "devDependencies": {
24
- "@webex/test-helper-chai": "3.0.0-beta.0",
25
- "@webex/test-helper-mocha": "3.0.0-beta.0",
26
- "@webex/test-helper-mock-webex": "3.0.0-beta.0",
27
- "@webex/test-helper-test-users": "3.0.0-beta.0",
24
+ "@webex/test-helper-chai": "3.0.0-beta.2",
25
+ "@webex/test-helper-mocha": "3.0.0-beta.2",
26
+ "@webex/test-helper-mock-webex": "3.0.0-beta.2",
27
+ "@webex/test-helper-test-users": "3.0.0-beta.2",
28
28
  "sinon": "^9.2.4"
29
29
  },
30
30
  "dependencies": {
31
- "@webex/internal-plugin-conversation": "3.0.0-beta.0",
32
- "@webex/internal-plugin-device": "3.0.0-beta.0",
33
- "@webex/internal-plugin-encryption": "3.0.0-beta.0",
34
- "@webex/internal-plugin-team": "3.0.0-beta.0",
35
- "@webex/internal-plugin-user": "3.0.0-beta.0",
36
- "@webex/webex-core": "3.0.0-beta.0",
31
+ "@webex/internal-plugin-conversation": "3.0.0-beta.2",
32
+ "@webex/internal-plugin-device": "3.0.0-beta.2",
33
+ "@webex/internal-plugin-encryption": "3.0.0-beta.2",
34
+ "@webex/internal-plugin-team": "3.0.0-beta.2",
35
+ "@webex/internal-plugin-user": "3.0.0-beta.2",
36
+ "@webex/webex-core": "3.0.0-beta.2",
37
37
  "lodash": "^4.17.21",
38
38
  "uuid": "^3.3.2"
39
39
  }