webex 2.35.0 → 3.0.0-beta.0
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 +1 -1
- package/package.json +31 -27
- package/umd/webex.min.js +2 -2
- package/umd/webex.min.js.map +1 -1
package/dist/webex.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webex",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-beta.0",
|
|
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": [
|
|
@@ -15,9 +15,13 @@
|
|
|
15
15
|
],
|
|
16
16
|
"main": "dist/index.js",
|
|
17
17
|
"devMain": "src/index.js",
|
|
18
|
-
"repository":
|
|
18
|
+
"repository": {
|
|
19
|
+
"type": "git",
|
|
20
|
+
"url": "https://github.com/webex/webex-js-sdk.git",
|
|
21
|
+
"directory": "packages/@webex/webex"
|
|
22
|
+
},
|
|
19
23
|
"engines": {
|
|
20
|
-
"node": ">=
|
|
24
|
+
"node": ">=16"
|
|
21
25
|
},
|
|
22
26
|
"browser": {
|
|
23
27
|
"./dist/config-storage.js": "./dist/config-storage.shim.js",
|
|
@@ -30,34 +34,34 @@
|
|
|
30
34
|
]
|
|
31
35
|
},
|
|
32
36
|
"devDependencies": {
|
|
33
|
-
"@webex/plugin-authorization": "
|
|
34
|
-
"@webex/test-helper-chai": "
|
|
35
|
-
"@webex/test-helper-mocha": "
|
|
36
|
-
"@webex/test-helper-test-users": "
|
|
37
|
+
"@webex/plugin-authorization": "3.0.0-beta.0",
|
|
38
|
+
"@webex/test-helper-chai": "3.0.0-beta.0",
|
|
39
|
+
"@webex/test-helper-mocha": "3.0.0-beta.0",
|
|
40
|
+
"@webex/test-helper-test-users": "3.0.0-beta.0",
|
|
37
41
|
"sinon": "^9.2.4",
|
|
38
|
-
"webex": "
|
|
42
|
+
"webex": "3.0.0-beta.0"
|
|
39
43
|
},
|
|
40
44
|
"dependencies": {
|
|
41
45
|
"@babel/polyfill": "^7.12.1",
|
|
42
|
-
"@webex/common": "
|
|
43
|
-
"@webex/internal-plugin-calendar": "
|
|
44
|
-
"@webex/internal-plugin-device": "
|
|
45
|
-
"@webex/internal-plugin-presence": "
|
|
46
|
-
"@webex/internal-plugin-support": "
|
|
47
|
-
"@webex/plugin-attachment-actions": "
|
|
48
|
-
"@webex/plugin-authorization": "
|
|
49
|
-
"@webex/plugin-device-manager": "
|
|
50
|
-
"@webex/plugin-logger": "
|
|
51
|
-
"@webex/plugin-meetings": "
|
|
52
|
-
"@webex/plugin-memberships": "
|
|
53
|
-
"@webex/plugin-messages": "
|
|
54
|
-
"@webex/plugin-people": "
|
|
55
|
-
"@webex/plugin-rooms": "
|
|
56
|
-
"@webex/plugin-team-memberships": "
|
|
57
|
-
"@webex/plugin-teams": "
|
|
58
|
-
"@webex/plugin-webhooks": "
|
|
59
|
-
"@webex/storage-adapter-local-storage": "
|
|
60
|
-
"@webex/webex-core": "
|
|
46
|
+
"@webex/common": "3.0.0-beta.0",
|
|
47
|
+
"@webex/internal-plugin-calendar": "3.0.0-beta.0",
|
|
48
|
+
"@webex/internal-plugin-device": "3.0.0-beta.0",
|
|
49
|
+
"@webex/internal-plugin-presence": "3.0.0-beta.0",
|
|
50
|
+
"@webex/internal-plugin-support": "3.0.0-beta.0",
|
|
51
|
+
"@webex/plugin-attachment-actions": "3.0.0-beta.0",
|
|
52
|
+
"@webex/plugin-authorization": "3.0.0-beta.0",
|
|
53
|
+
"@webex/plugin-device-manager": "3.0.0-beta.0",
|
|
54
|
+
"@webex/plugin-logger": "3.0.0-beta.0",
|
|
55
|
+
"@webex/plugin-meetings": "3.0.0-beta.0",
|
|
56
|
+
"@webex/plugin-memberships": "3.0.0-beta.0",
|
|
57
|
+
"@webex/plugin-messages": "3.0.0-beta.0",
|
|
58
|
+
"@webex/plugin-people": "3.0.0-beta.0",
|
|
59
|
+
"@webex/plugin-rooms": "3.0.0-beta.0",
|
|
60
|
+
"@webex/plugin-team-memberships": "3.0.0-beta.0",
|
|
61
|
+
"@webex/plugin-teams": "3.0.0-beta.0",
|
|
62
|
+
"@webex/plugin-webhooks": "3.0.0-beta.0",
|
|
63
|
+
"@webex/storage-adapter-local-storage": "3.0.0-beta.0",
|
|
64
|
+
"@webex/webex-core": "3.0.0-beta.0",
|
|
61
65
|
"lodash": "^4.17.21"
|
|
62
66
|
}
|
|
63
67
|
}
|