webex 2.59.4-next.4 → 2.59.4-next.6
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/meetings.js +1 -1
- package/dist/webex.js +1 -1
- package/jest.config.js +3 -0
- package/package.json +31 -30
- package/test/unit/spec/webex.js +5 -4
- package/umd/calling.min.js +2 -2
- package/umd/calling.min.js.map +1 -1
- package/umd/meetings.min.js +1 -1
- package/umd/webex.min.js +1 -1
package/dist/meetings.js
CHANGED
|
@@ -29,7 +29,7 @@ var WebexCore = require('@webex/webex-core').default;
|
|
|
29
29
|
var config = require('./config');
|
|
30
30
|
var Webex = WebexCore.extend({
|
|
31
31
|
webex: true,
|
|
32
|
-
version: "
|
|
32
|
+
version: "2.59.4-next.6"
|
|
33
33
|
});
|
|
34
34
|
Webex.init = function init() {
|
|
35
35
|
var attrs = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
package/dist/webex.js
CHANGED
package/jest.config.js
ADDED
package/package.json
CHANGED
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"test": "yarn test:style && yarn test:unit && yarn test:integration",
|
|
44
44
|
"test:browser": "webex-legacy-tools test --integration --unit --runner karma",
|
|
45
45
|
"test:integration": "webex-legacy-tools test --integration --runner mocha",
|
|
46
|
-
"test:style
|
|
47
|
-
"test:unit
|
|
46
|
+
"test:style": "eslint ./src/**/*.*",
|
|
47
|
+
"test:unit": "webex-legacy-tools test --unit --runner jest",
|
|
48
48
|
"deploy:npm": "yarn npm publish"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
@@ -52,39 +52,40 @@
|
|
|
52
52
|
"@webex/eslint-config-legacy": "^0.0.0",
|
|
53
53
|
"@webex/jest-config-legacy": "^0.0.0",
|
|
54
54
|
"@webex/legacy-tools": "^0.0.0",
|
|
55
|
-
"@webex/plugin-authorization": "^2.59.
|
|
56
|
-
"@webex/test-helper-chai": "^2.59.
|
|
57
|
-
"@webex/test-helper-file": "^2.59.
|
|
58
|
-
"@webex/test-helper-mocha": "^2.59.
|
|
59
|
-
"@webex/test-helper-mock-webex": "^2.59.
|
|
60
|
-
"@webex/test-helper-test-users": "^2.59.
|
|
55
|
+
"@webex/plugin-authorization": "^2.59.4-next.1",
|
|
56
|
+
"@webex/test-helper-chai": "^2.59.4-next.1",
|
|
57
|
+
"@webex/test-helper-file": "^2.59.4-next.1",
|
|
58
|
+
"@webex/test-helper-mocha": "^2.59.4-next.1",
|
|
59
|
+
"@webex/test-helper-mock-webex": "^2.59.4-next.1",
|
|
60
|
+
"@webex/test-helper-test-users": "^2.59.4-next.1",
|
|
61
|
+
"eslint": "^8.24.0",
|
|
61
62
|
"sinon": "^9.2.4",
|
|
62
|
-
"webex": "^2.59.4-next.
|
|
63
|
+
"webex": "^2.59.4-next.6"
|
|
63
64
|
},
|
|
64
65
|
"dependencies": {
|
|
65
66
|
"@babel/polyfill": "^7.12.1",
|
|
66
67
|
"@babel/runtime-corejs2": "^7.14.8",
|
|
67
|
-
"@webex/calling": "^3.0.0-next.
|
|
68
|
-
"@webex/common": "^2.59.
|
|
69
|
-
"@webex/internal-plugin-calendar": "^2.59.
|
|
70
|
-
"@webex/internal-plugin-device": "^2.59.
|
|
71
|
-
"@webex/internal-plugin-presence": "^2.59.
|
|
72
|
-
"@webex/internal-plugin-support": "^2.59.
|
|
73
|
-
"@webex/plugin-attachment-actions": "^2.59.
|
|
74
|
-
"@webex/plugin-authorization": "^2.59.
|
|
75
|
-
"@webex/plugin-device-manager": "^2.59.
|
|
76
|
-
"@webex/plugin-logger": "^2.59.
|
|
77
|
-
"@webex/plugin-meetings": "^2.59.
|
|
78
|
-
"@webex/plugin-memberships": "^2.59.
|
|
79
|
-
"@webex/plugin-messages": "^2.59.
|
|
80
|
-
"@webex/plugin-people": "^2.59.
|
|
81
|
-
"@webex/plugin-rooms": "^2.59.
|
|
82
|
-
"@webex/plugin-team-memberships": "^2.59.
|
|
83
|
-
"@webex/plugin-teams": "^2.59.
|
|
84
|
-
"@webex/plugin-webhooks": "^2.59.
|
|
85
|
-
"@webex/storage-adapter-local-storage": "^2.59.
|
|
86
|
-
"@webex/webex-core": "^2.59.
|
|
68
|
+
"@webex/calling": "^3.0.0-next.12",
|
|
69
|
+
"@webex/common": "^2.59.4-next.1",
|
|
70
|
+
"@webex/internal-plugin-calendar": "^2.59.4-next.1",
|
|
71
|
+
"@webex/internal-plugin-device": "^2.59.4-next.1",
|
|
72
|
+
"@webex/internal-plugin-presence": "^2.59.4-next.1",
|
|
73
|
+
"@webex/internal-plugin-support": "^2.59.4-next.1",
|
|
74
|
+
"@webex/plugin-attachment-actions": "^2.59.4-next.1",
|
|
75
|
+
"@webex/plugin-authorization": "^2.59.4-next.1",
|
|
76
|
+
"@webex/plugin-device-manager": "^2.59.4-next.1",
|
|
77
|
+
"@webex/plugin-logger": "^2.59.4-next.1",
|
|
78
|
+
"@webex/plugin-meetings": "^2.59.4-next.1",
|
|
79
|
+
"@webex/plugin-memberships": "^2.59.4-next.1",
|
|
80
|
+
"@webex/plugin-messages": "^2.59.4-next.1",
|
|
81
|
+
"@webex/plugin-people": "^2.59.4-next.1",
|
|
82
|
+
"@webex/plugin-rooms": "^2.59.4-next.1",
|
|
83
|
+
"@webex/plugin-team-memberships": "^2.59.4-next.1",
|
|
84
|
+
"@webex/plugin-teams": "^2.59.4-next.1",
|
|
85
|
+
"@webex/plugin-webhooks": "^2.59.4-next.1",
|
|
86
|
+
"@webex/storage-adapter-local-storage": "^2.59.4-next.1",
|
|
87
|
+
"@webex/webex-core": "^2.59.4-next.1",
|
|
87
88
|
"lodash": "^4.17.21"
|
|
88
89
|
},
|
|
89
|
-
"version": "2.59.4-next.
|
|
90
|
+
"version": "2.59.4-next.6"
|
|
90
91
|
}
|
package/test/unit/spec/webex.js
CHANGED
|
@@ -4,14 +4,15 @@
|
|
|
4
4
|
|
|
5
5
|
import {assert} from '@webex/test-helper-chai';
|
|
6
6
|
import Webex from 'webex';
|
|
7
|
-
|
|
7
|
+
jest.mock('@webex/internal-plugin-calendar');
|
|
8
8
|
|
|
9
9
|
describe('webex', () => {
|
|
10
10
|
describe('Webex', () => {
|
|
11
|
+
|
|
11
12
|
describe('.version', () => {
|
|
12
13
|
it('exists', () => {
|
|
13
14
|
assert.property(Webex, 'version');
|
|
14
|
-
assert.equal(Webex.version,
|
|
15
|
+
assert.equal(Webex.version, "0.0.0");
|
|
15
16
|
});
|
|
16
17
|
});
|
|
17
18
|
|
|
@@ -20,7 +21,7 @@ describe('webex', () => {
|
|
|
20
21
|
const webex = new Webex();
|
|
21
22
|
|
|
22
23
|
assert.property(webex, 'version');
|
|
23
|
-
assert.equal(webex.version,
|
|
24
|
+
assert.equal(webex.version, "0.0.0");
|
|
24
25
|
});
|
|
25
26
|
});
|
|
26
27
|
|
|
@@ -43,7 +44,7 @@ describe('webex', () => {
|
|
|
43
44
|
fedramp: true,
|
|
44
45
|
},
|
|
45
46
|
credentials: {
|
|
46
|
-
access_token:
|
|
47
|
+
access_token: process.env.token,
|
|
47
48
|
},
|
|
48
49
|
});
|
|
49
50
|
|