webex 3.0.0-beta.21 → 3.0.0-beta.211

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/README.md CHANGED
@@ -65,15 +65,13 @@ webex.rooms.create({ title: `My First Room` }).then(room => {
65
65
 
66
66
  #### _A note on browser usage_
67
67
 
68
- We provide a built, minified version of the SDK, that includes `window.Webex`. You can access it via [unpkg](https://unpkg.com/), [jsdelivr](https://jsdelivr.com/), or [gitcdn.xyz](https://gitcdn.xyz/).
68
+ We provide a built, minified version of the SDK, that includes `window.Webex`. You can access it via [unpkg](https://unpkg.com/) or [jsdelivr](https://jsdelivr.com/).
69
69
 
70
70
  ```html
71
71
  <!-- unpkg -->
72
72
  <script src="https://unpkg.com/webex/umd/webex.min.js"></script>
73
73
  <!-- jsdelivr -->
74
74
  <script src="https://cdn.jsdelivr.net/npm/webex/umd/webex.min.js"></script>
75
- <!-- gitcdn -->
76
- <script src="https://gitcdn.xyz/repo/webex/webex-js-sdk/master/packages/node_modules/webex/umd/webex.min.js"></script>
77
75
  ```
78
76
 
79
77
  If you're already using a bundler (like [Webpack](https://webpack.js.org/)) you can simply import/require the package and use the above snippet and assign the initialized `webex` variable to `window.webex`.
package/dist/webex.js CHANGED
@@ -44,7 +44,7 @@ var config = require('./config');
44
44
  */
45
45
  var Webex = WebexCore.extend({
46
46
  webex: true,
47
- version: "3.0.0-beta.21"
47
+ version: "3.0.0-beta.211"
48
48
  });
49
49
 
50
50
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webex",
3
- "version": "3.0.0-beta.21",
3
+ "version": "3.0.0-beta.211",
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,35 +34,35 @@
34
34
  ]
35
35
  },
36
36
  "devDependencies": {
37
- "@webex/plugin-authorization": "3.0.0-beta.21",
38
- "@webex/test-helper-chai": "3.0.0-beta.21",
39
- "@webex/test-helper-mocha": "3.0.0-beta.21",
40
- "@webex/test-helper-test-users": "3.0.0-beta.21",
37
+ "@webex/plugin-authorization": "3.0.0-beta.211",
38
+ "@webex/test-helper-chai": "3.0.0-beta.211",
39
+ "@webex/test-helper-mocha": "3.0.0-beta.211",
40
+ "@webex/test-helper-test-users": "3.0.0-beta.211",
41
41
  "sinon": "^9.2.4",
42
- "webex": "3.0.0-beta.21"
42
+ "webex": "3.0.0-beta.211"
43
43
  },
44
44
  "dependencies": {
45
45
  "@babel/polyfill": "^7.12.1",
46
- "@webex/common": "3.0.0-beta.21",
47
- "@webex/internal-plugin-calendar": "3.0.0-beta.21",
48
- "@webex/internal-plugin-device": "3.0.0-beta.21",
49
- "@webex/internal-plugin-llm": "3.0.0-beta.21",
50
- "@webex/internal-plugin-presence": "3.0.0-beta.21",
51
- "@webex/internal-plugin-support": "3.0.0-beta.21",
52
- "@webex/plugin-attachment-actions": "3.0.0-beta.21",
53
- "@webex/plugin-authorization": "3.0.0-beta.21",
54
- "@webex/plugin-device-manager": "3.0.0-beta.21",
55
- "@webex/plugin-logger": "3.0.0-beta.21",
56
- "@webex/plugin-meetings": "3.0.0-beta.21",
57
- "@webex/plugin-memberships": "3.0.0-beta.21",
58
- "@webex/plugin-messages": "3.0.0-beta.21",
59
- "@webex/plugin-people": "3.0.0-beta.21",
60
- "@webex/plugin-rooms": "3.0.0-beta.21",
61
- "@webex/plugin-team-memberships": "3.0.0-beta.21",
62
- "@webex/plugin-teams": "3.0.0-beta.21",
63
- "@webex/plugin-webhooks": "3.0.0-beta.21",
64
- "@webex/storage-adapter-local-storage": "3.0.0-beta.21",
65
- "@webex/webex-core": "3.0.0-beta.21",
46
+ "@webex/common": "3.0.0-beta.211",
47
+ "@webex/internal-plugin-calendar": "3.0.0-beta.211",
48
+ "@webex/internal-plugin-device": "3.0.0-beta.211",
49
+ "@webex/internal-plugin-llm": "3.0.0-beta.211",
50
+ "@webex/internal-plugin-presence": "3.0.0-beta.211",
51
+ "@webex/internal-plugin-support": "3.0.0-beta.211",
52
+ "@webex/plugin-attachment-actions": "3.0.0-beta.211",
53
+ "@webex/plugin-authorization": "3.0.0-beta.211",
54
+ "@webex/plugin-device-manager": "3.0.0-beta.211",
55
+ "@webex/plugin-logger": "3.0.0-beta.211",
56
+ "@webex/plugin-meetings": "3.0.0-beta.211",
57
+ "@webex/plugin-memberships": "3.0.0-beta.211",
58
+ "@webex/plugin-messages": "3.0.0-beta.211",
59
+ "@webex/plugin-people": "3.0.0-beta.211",
60
+ "@webex/plugin-rooms": "3.0.0-beta.211",
61
+ "@webex/plugin-team-memberships": "3.0.0-beta.211",
62
+ "@webex/plugin-teams": "3.0.0-beta.211",
63
+ "@webex/plugin-webhooks": "3.0.0-beta.211",
64
+ "@webex/storage-adapter-local-storage": "3.0.0-beta.211",
65
+ "@webex/webex-core": "3.0.0-beta.211",
66
66
  "lodash": "^4.17.21"
67
67
  }
68
68
  }