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 +1 -3
- package/dist/webex.js +1 -1
- package/package.json +26 -26
- package/umd/webex.min.js +2 -2
- package/umd/webex.min.js.map +1 -1
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/)
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webex",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
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.
|
|
38
|
-
"@webex/test-helper-chai": "3.0.0-beta.
|
|
39
|
-
"@webex/test-helper-mocha": "3.0.0-beta.
|
|
40
|
-
"@webex/test-helper-test-users": "3.0.0-beta.
|
|
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.
|
|
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.
|
|
47
|
-
"@webex/internal-plugin-calendar": "3.0.0-beta.
|
|
48
|
-
"@webex/internal-plugin-device": "3.0.0-beta.
|
|
49
|
-
"@webex/internal-plugin-llm": "3.0.0-beta.
|
|
50
|
-
"@webex/internal-plugin-presence": "3.0.0-beta.
|
|
51
|
-
"@webex/internal-plugin-support": "3.0.0-beta.
|
|
52
|
-
"@webex/plugin-attachment-actions": "3.0.0-beta.
|
|
53
|
-
"@webex/plugin-authorization": "3.0.0-beta.
|
|
54
|
-
"@webex/plugin-device-manager": "3.0.0-beta.
|
|
55
|
-
"@webex/plugin-logger": "3.0.0-beta.
|
|
56
|
-
"@webex/plugin-meetings": "3.0.0-beta.
|
|
57
|
-
"@webex/plugin-memberships": "3.0.0-beta.
|
|
58
|
-
"@webex/plugin-messages": "3.0.0-beta.
|
|
59
|
-
"@webex/plugin-people": "3.0.0-beta.
|
|
60
|
-
"@webex/plugin-rooms": "3.0.0-beta.
|
|
61
|
-
"@webex/plugin-team-memberships": "3.0.0-beta.
|
|
62
|
-
"@webex/plugin-teams": "3.0.0-beta.
|
|
63
|
-
"@webex/plugin-webhooks": "3.0.0-beta.
|
|
64
|
-
"@webex/storage-adapter-local-storage": "3.0.0-beta.
|
|
65
|
-
"@webex/webex-core": "3.0.0-beta.
|
|
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
|
}
|