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 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: "undefined"
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
@@ -43,7 +43,7 @@ var config = require('./config');
43
43
  */
44
44
  var Webex = WebexCore.extend({
45
45
  webex: true,
46
- version: "undefined"
46
+ version: "2.59.4-next.6"
47
47
  });
48
48
 
49
49
  /**
package/jest.config.js ADDED
@@ -0,0 +1,3 @@
1
+ import config from '@webex/jest-config-legacy';
2
+
3
+ export default config;
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:todo": "eslint ./src/**/*.*",
47
- "test:unit:todo": "webex-legacy-tools test --unit --runner jest",
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.3-next.1",
56
- "@webex/test-helper-chai": "^2.59.3-next.1",
57
- "@webex/test-helper-file": "^2.59.3-next.1",
58
- "@webex/test-helper-mocha": "^2.59.3-next.1",
59
- "@webex/test-helper-mock-webex": "^2.59.3-next.1",
60
- "@webex/test-helper-test-users": "^2.59.3-next.1",
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.4"
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.10",
68
- "@webex/common": "^2.59.3-next.1",
69
- "@webex/internal-plugin-calendar": "^2.59.3-next.1",
70
- "@webex/internal-plugin-device": "^2.59.3-next.1",
71
- "@webex/internal-plugin-presence": "^2.59.3-next.1",
72
- "@webex/internal-plugin-support": "^2.59.3-next.1",
73
- "@webex/plugin-attachment-actions": "^2.59.3-next.1",
74
- "@webex/plugin-authorization": "^2.59.3-next.1",
75
- "@webex/plugin-device-manager": "^2.59.3-next.1",
76
- "@webex/plugin-logger": "^2.59.3-next.1",
77
- "@webex/plugin-meetings": "^2.59.3-next.1",
78
- "@webex/plugin-memberships": "^2.59.3-next.1",
79
- "@webex/plugin-messages": "^2.59.3-next.1",
80
- "@webex/plugin-people": "^2.59.3-next.1",
81
- "@webex/plugin-rooms": "^2.59.3-next.1",
82
- "@webex/plugin-team-memberships": "^2.59.3-next.1",
83
- "@webex/plugin-teams": "^2.59.3-next.1",
84
- "@webex/plugin-webhooks": "^2.59.3-next.1",
85
- "@webex/storage-adapter-local-storage": "^2.59.3-next.1",
86
- "@webex/webex-core": "^2.59.3-next.1",
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.4"
90
+ "version": "2.59.4-next.6"
90
91
  }
@@ -4,14 +4,15 @@
4
4
 
5
5
  import {assert} from '@webex/test-helper-chai';
6
6
  import Webex from 'webex';
7
- import {version} from 'webex/package';
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, 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, 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: 'Bearer 1234',
47
+ access_token: process.env.token,
47
48
  },
48
49
  });
49
50