webex 3.0.0-beta.2 → 3.0.0-beta.4

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/webex.js CHANGED
@@ -60,7 +60,7 @@ var config = require('./config'); // documentation.js puts hashes in relative ur
60
60
 
61
61
  var Webex = WebexCore.extend({
62
62
  webex: true,
63
- version: "3.0.0-beta.2"
63
+ version: "3.0.0-beta.4"
64
64
  });
65
65
  /**
66
66
  * Create a new {@link Webex} instance
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webex",
3
- "version": "3.0.0-beta.2",
3
+ "version": "3.0.0-beta.4",
4
4
  "description": "SDK for Cisco Webex",
5
5
  "license": "Cisco EULA (https://www.cisco.com/c/en/us/products/end-user-license-agreement.html)",
6
6
  "contributors": [
@@ -34,34 +34,34 @@
34
34
  ]
35
35
  },
36
36
  "devDependencies": {
37
- "@webex/plugin-authorization": "3.0.0-beta.2",
38
- "@webex/test-helper-chai": "3.0.0-beta.2",
39
- "@webex/test-helper-mocha": "3.0.0-beta.2",
40
- "@webex/test-helper-test-users": "3.0.0-beta.2",
37
+ "@webex/plugin-authorization": "3.0.0-beta.4",
38
+ "@webex/test-helper-chai": "3.0.0-beta.4",
39
+ "@webex/test-helper-mocha": "3.0.0-beta.4",
40
+ "@webex/test-helper-test-users": "3.0.0-beta.4",
41
41
  "sinon": "^9.2.4",
42
- "webex": "3.0.0-beta.2"
42
+ "webex": "3.0.0-beta.4"
43
43
  },
44
44
  "dependencies": {
45
45
  "@babel/polyfill": "^7.12.1",
46
- "@webex/common": "3.0.0-beta.2",
47
- "@webex/internal-plugin-calendar": "3.0.0-beta.2",
48
- "@webex/internal-plugin-device": "3.0.0-beta.2",
49
- "@webex/internal-plugin-presence": "3.0.0-beta.2",
50
- "@webex/internal-plugin-support": "3.0.0-beta.2",
51
- "@webex/plugin-attachment-actions": "3.0.0-beta.2",
52
- "@webex/plugin-authorization": "3.0.0-beta.2",
53
- "@webex/plugin-device-manager": "3.0.0-beta.2",
54
- "@webex/plugin-logger": "3.0.0-beta.2",
55
- "@webex/plugin-meetings": "3.0.0-beta.2",
56
- "@webex/plugin-memberships": "3.0.0-beta.2",
57
- "@webex/plugin-messages": "3.0.0-beta.2",
58
- "@webex/plugin-people": "3.0.0-beta.2",
59
- "@webex/plugin-rooms": "3.0.0-beta.2",
60
- "@webex/plugin-team-memberships": "3.0.0-beta.2",
61
- "@webex/plugin-teams": "3.0.0-beta.2",
62
- "@webex/plugin-webhooks": "3.0.0-beta.2",
63
- "@webex/storage-adapter-local-storage": "3.0.0-beta.2",
64
- "@webex/webex-core": "3.0.0-beta.2",
46
+ "@webex/common": "3.0.0-beta.4",
47
+ "@webex/internal-plugin-calendar": "3.0.0-beta.4",
48
+ "@webex/internal-plugin-device": "3.0.0-beta.4",
49
+ "@webex/internal-plugin-presence": "3.0.0-beta.4",
50
+ "@webex/internal-plugin-support": "3.0.0-beta.4",
51
+ "@webex/plugin-attachment-actions": "3.0.0-beta.4",
52
+ "@webex/plugin-authorization": "3.0.0-beta.4",
53
+ "@webex/plugin-device-manager": "3.0.0-beta.4",
54
+ "@webex/plugin-logger": "3.0.0-beta.4",
55
+ "@webex/plugin-meetings": "3.0.0-beta.4",
56
+ "@webex/plugin-memberships": "3.0.0-beta.4",
57
+ "@webex/plugin-messages": "3.0.0-beta.4",
58
+ "@webex/plugin-people": "3.0.0-beta.4",
59
+ "@webex/plugin-rooms": "3.0.0-beta.4",
60
+ "@webex/plugin-team-memberships": "3.0.0-beta.4",
61
+ "@webex/plugin-teams": "3.0.0-beta.4",
62
+ "@webex/plugin-webhooks": "3.0.0-beta.4",
63
+ "@webex/storage-adapter-local-storage": "3.0.0-beta.4",
64
+ "@webex/webex-core": "3.0.0-beta.4",
65
65
  "lodash": "^4.17.21"
66
66
  }
67
67
  }