webex 3.10.0-next.50 → 3.10.0-next.51
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/encryption.js +1 -1
- package/dist/meetings.js +1 -1
- package/dist/webex.js +1 -1
- package/package.json +29 -29
- package/umd/calling.min.js +2 -2
- package/umd/encryption.min.js +2 -2
- package/umd/meetings.min.js +2 -2
- package/umd/webex.min.js +2 -2
package/dist/encryption.js
CHANGED
|
@@ -21,7 +21,7 @@ var WebexCore = require('@webex/webex-core').default;
|
|
|
21
21
|
var config = require('./config');
|
|
22
22
|
var Webex = WebexCore.extend({
|
|
23
23
|
webex: true,
|
|
24
|
-
version: "3.10.0-next.
|
|
24
|
+
version: "3.10.0-next.51"
|
|
25
25
|
});
|
|
26
26
|
Webex.init = function init() {
|
|
27
27
|
var attrs = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
package/dist/meetings.js
CHANGED
|
@@ -31,7 +31,7 @@ var WebexCore = require('@webex/webex-core').default;
|
|
|
31
31
|
var config = require('./config');
|
|
32
32
|
var Webex = WebexCore.extend({
|
|
33
33
|
webex: true,
|
|
34
|
-
version: "3.10.0-next.
|
|
34
|
+
version: "3.10.0-next.51"
|
|
35
35
|
});
|
|
36
36
|
Webex.init = function init() {
|
|
37
37
|
var attrs = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
package/dist/webex.js
CHANGED
package/package.json
CHANGED
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@webex/eslint-config-legacy": "0.0.0",
|
|
55
55
|
"@webex/jest-config-legacy": "0.0.0",
|
|
56
56
|
"@webex/legacy-tools": "0.0.0",
|
|
57
|
-
"@webex/plugin-authorization": "3.10.0-next.
|
|
57
|
+
"@webex/plugin-authorization": "3.10.0-next.13",
|
|
58
58
|
"@webex/test-helper-chai": "3.10.0-next.1",
|
|
59
59
|
"@webex/test-helper-file": "3.10.0-next.1",
|
|
60
60
|
"@webex/test-helper-mocha": "3.10.0-next.1",
|
|
@@ -63,40 +63,40 @@
|
|
|
63
63
|
"eslint": "^8.24.0",
|
|
64
64
|
"prettier": "^2.7.1",
|
|
65
65
|
"sinon": "^9.2.4",
|
|
66
|
-
"webex": "3.10.0-next.
|
|
66
|
+
"webex": "3.10.0-next.51"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@babel/polyfill": "^7.12.1",
|
|
70
70
|
"@babel/runtime-corejs2": "^7.14.8",
|
|
71
|
-
"@webex/calling": "3.10.0-next.
|
|
71
|
+
"@webex/calling": "3.10.0-next.26",
|
|
72
72
|
"@webex/common": "3.10.0-next.1",
|
|
73
|
-
"@webex/contact-center": "3.10.0-next.
|
|
74
|
-
"@webex/internal-plugin-calendar": "3.10.0-next.
|
|
75
|
-
"@webex/internal-plugin-device": "3.10.0-next.
|
|
76
|
-
"@webex/internal-plugin-dss": "3.10.0-next.
|
|
77
|
-
"@webex/internal-plugin-llm": "3.10.0-next.
|
|
78
|
-
"@webex/internal-plugin-mercury": "3.10.0-next.
|
|
79
|
-
"@webex/internal-plugin-presence": "3.10.0-next.
|
|
80
|
-
"@webex/internal-plugin-support": "3.10.0-next.
|
|
81
|
-
"@webex/internal-plugin-task": "^0.0.0-next.
|
|
82
|
-
"@webex/internal-plugin-voicea": "3.10.0-next.
|
|
83
|
-
"@webex/plugin-attachment-actions": "3.10.0-next.
|
|
84
|
-
"@webex/plugin-authorization": "3.10.0-next.
|
|
85
|
-
"@webex/plugin-device-manager": "3.10.0-next.
|
|
86
|
-
"@webex/plugin-encryption": "3.10.0-next.
|
|
87
|
-
"@webex/plugin-logger": "3.10.0-next.
|
|
88
|
-
"@webex/plugin-meetings": "3.10.0-next.
|
|
89
|
-
"@webex/plugin-memberships": "3.10.0-next.
|
|
90
|
-
"@webex/plugin-messages": "3.10.0-next.
|
|
91
|
-
"@webex/plugin-people": "3.10.0-next.
|
|
92
|
-
"@webex/plugin-rooms": "3.10.0-next.
|
|
93
|
-
"@webex/plugin-team-memberships": "3.10.0-next.
|
|
94
|
-
"@webex/plugin-teams": "3.10.0-next.
|
|
95
|
-
"@webex/plugin-webhooks": "3.10.0-next.
|
|
96
|
-
"@webex/storage-adapter-local-storage": "3.10.0-next.
|
|
97
|
-
"@webex/webex-core": "3.10.0-next.
|
|
73
|
+
"@webex/contact-center": "3.10.0-next.34",
|
|
74
|
+
"@webex/internal-plugin-calendar": "3.10.0-next.13",
|
|
75
|
+
"@webex/internal-plugin-device": "3.10.0-next.13",
|
|
76
|
+
"@webex/internal-plugin-dss": "3.10.0-next.13",
|
|
77
|
+
"@webex/internal-plugin-llm": "3.10.0-next.13",
|
|
78
|
+
"@webex/internal-plugin-mercury": "3.10.0-next.13",
|
|
79
|
+
"@webex/internal-plugin-presence": "3.10.0-next.13",
|
|
80
|
+
"@webex/internal-plugin-support": "3.10.0-next.13",
|
|
81
|
+
"@webex/internal-plugin-task": "^0.0.0-next.8",
|
|
82
|
+
"@webex/internal-plugin-voicea": "3.10.0-next.15",
|
|
83
|
+
"@webex/plugin-attachment-actions": "3.10.0-next.13",
|
|
84
|
+
"@webex/plugin-authorization": "3.10.0-next.13",
|
|
85
|
+
"@webex/plugin-device-manager": "3.10.0-next.13",
|
|
86
|
+
"@webex/plugin-encryption": "3.10.0-next.13",
|
|
87
|
+
"@webex/plugin-logger": "3.10.0-next.13",
|
|
88
|
+
"@webex/plugin-meetings": "3.10.0-next.30",
|
|
89
|
+
"@webex/plugin-memberships": "3.10.0-next.13",
|
|
90
|
+
"@webex/plugin-messages": "3.10.0-next.13",
|
|
91
|
+
"@webex/plugin-people": "3.10.0-next.13",
|
|
92
|
+
"@webex/plugin-rooms": "3.10.0-next.13",
|
|
93
|
+
"@webex/plugin-team-memberships": "3.10.0-next.13",
|
|
94
|
+
"@webex/plugin-teams": "3.10.0-next.13",
|
|
95
|
+
"@webex/plugin-webhooks": "3.10.0-next.13",
|
|
96
|
+
"@webex/storage-adapter-local-storage": "3.10.0-next.13",
|
|
97
|
+
"@webex/webex-core": "3.10.0-next.13",
|
|
98
98
|
"lodash": "^4.17.21",
|
|
99
99
|
"safe-buffer": "^5.2.0"
|
|
100
100
|
},
|
|
101
|
-
"version": "3.10.0-next.
|
|
101
|
+
"version": "3.10.0-next.51"
|
|
102
102
|
}
|