webex 3.0.0-next.14 → 3.0.0-next.16

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
@@ -30,7 +30,7 @@ var WebexCore = require('@webex/webex-core').default;
30
30
  var config = require('./config');
31
31
  var Webex = WebexCore.extend({
32
32
  webex: true,
33
- version: "3.0.0-next.14"
33
+ version: "3.0.0-next.16"
34
34
  });
35
35
  Webex.init = function init() {
36
36
  var attrs = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
package/dist/webex.js CHANGED
@@ -45,7 +45,7 @@ var config = require('./config');
45
45
  */
46
46
  var Webex = WebexCore.extend({
47
47
  webex: true,
48
- version: "3.0.0-next.14"
48
+ version: "3.0.0-next.16"
49
49
  });
50
50
 
51
51
  /**
package/package.json CHANGED
@@ -54,42 +54,42 @@
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.0.0-next.7",
58
- "@webex/test-helper-chai": "3.0.0-next.7",
59
- "@webex/test-helper-file": "3.0.0-next.7",
60
- "@webex/test-helper-mocha": "3.0.0-next.7",
61
- "@webex/test-helper-mock-webex": "3.0.0-next.7",
62
- "@webex/test-helper-test-users": "3.0.0-next.7",
57
+ "@webex/plugin-authorization": "3.0.0-next.8",
58
+ "@webex/test-helper-chai": "3.0.0-next.8",
59
+ "@webex/test-helper-file": "3.0.0-next.8",
60
+ "@webex/test-helper-mocha": "3.0.0-next.8",
61
+ "@webex/test-helper-mock-webex": "3.0.0-next.8",
62
+ "@webex/test-helper-test-users": "3.0.0-next.8",
63
63
  "eslint": "^8.24.0",
64
64
  "sinon": "^9.2.4",
65
- "webex": "3.0.0-next.14"
65
+ "webex": "3.0.0-next.16"
66
66
  },
67
67
  "dependencies": {
68
68
  "@babel/polyfill": "^7.12.1",
69
69
  "@babel/runtime-corejs2": "^7.14.8",
70
- "@webex/calling": "3.0.1-next.8",
71
- "@webex/common": "3.0.0-next.7",
72
- "@webex/internal-plugin-calendar": "3.0.0-next.9",
73
- "@webex/internal-plugin-device": "3.0.0-next.7",
74
- "@webex/internal-plugin-llm": "3.0.0-next.9",
75
- "@webex/internal-plugin-presence": "3.0.0-next.9",
76
- "@webex/internal-plugin-support": "3.0.0-next.9",
77
- "@webex/internal-plugin-voicea": "3.0.0-next.14",
78
- "@webex/plugin-attachment-actions": "3.0.0-next.9",
79
- "@webex/plugin-authorization": "3.0.0-next.7",
80
- "@webex/plugin-device-manager": "3.0.0-next.9",
81
- "@webex/plugin-logger": "3.0.0-next.7",
82
- "@webex/plugin-meetings": "3.0.0-next.14",
83
- "@webex/plugin-memberships": "3.0.0-next.9",
84
- "@webex/plugin-messages": "3.0.0-next.9",
85
- "@webex/plugin-people": "3.0.0-next.9",
86
- "@webex/plugin-rooms": "3.0.0-next.9",
87
- "@webex/plugin-team-memberships": "3.0.0-next.9",
88
- "@webex/plugin-teams": "3.0.0-next.9",
89
- "@webex/plugin-webhooks": "3.0.0-next.9",
90
- "@webex/storage-adapter-local-storage": "3.0.0-next.7",
91
- "@webex/webex-core": "3.0.0-next.7",
70
+ "@webex/calling": "3.0.1-next.10",
71
+ "@webex/common": "3.0.0-next.8",
72
+ "@webex/internal-plugin-calendar": "3.0.0-next.10",
73
+ "@webex/internal-plugin-device": "3.0.0-next.8",
74
+ "@webex/internal-plugin-llm": "3.0.0-next.10",
75
+ "@webex/internal-plugin-presence": "3.0.0-next.10",
76
+ "@webex/internal-plugin-support": "3.0.0-next.10",
77
+ "@webex/internal-plugin-voicea": "3.0.0-next.16",
78
+ "@webex/plugin-attachment-actions": "3.0.0-next.10",
79
+ "@webex/plugin-authorization": "3.0.0-next.8",
80
+ "@webex/plugin-device-manager": "3.0.0-next.10",
81
+ "@webex/plugin-logger": "3.0.0-next.8",
82
+ "@webex/plugin-meetings": "3.0.0-next.16",
83
+ "@webex/plugin-memberships": "3.0.0-next.10",
84
+ "@webex/plugin-messages": "3.0.0-next.10",
85
+ "@webex/plugin-people": "3.0.0-next.10",
86
+ "@webex/plugin-rooms": "3.0.0-next.10",
87
+ "@webex/plugin-team-memberships": "3.0.0-next.10",
88
+ "@webex/plugin-teams": "3.0.0-next.10",
89
+ "@webex/plugin-webhooks": "3.0.0-next.10",
90
+ "@webex/storage-adapter-local-storage": "3.0.0-next.8",
91
+ "@webex/webex-core": "3.0.0-next.8",
92
92
  "lodash": "^4.17.21"
93
93
  },
94
- "version": "3.0.0-next.14"
94
+ "version": "3.0.0-next.16"
95
95
  }