webex 3.3.1-next.21 → 3.3.1-next.22

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.3.1-next.21"
33
+ version: "3.3.1-next.22"
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
@@ -44,7 +44,7 @@ var config = require('./config');
44
44
  */
45
45
  var Webex = WebexCore.extend({
46
46
  webex: true,
47
- version: "3.3.1-next.21"
47
+ version: "3.3.1-next.22"
48
48
  });
49
49
 
50
50
  /**
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.3.1-next.4",
58
- "@webex/test-helper-chai": "3.3.1-next.4",
59
- "@webex/test-helper-file": "3.3.1-next.4",
60
- "@webex/test-helper-mocha": "3.3.1-next.4",
61
- "@webex/test-helper-mock-webex": "3.3.1-next.4",
62
- "@webex/test-helper-test-users": "3.3.1-next.4",
57
+ "@webex/plugin-authorization": "3.3.1-next.5",
58
+ "@webex/test-helper-chai": "3.3.1-next.5",
59
+ "@webex/test-helper-file": "3.3.1-next.5",
60
+ "@webex/test-helper-mocha": "3.3.1-next.5",
61
+ "@webex/test-helper-mock-webex": "3.3.1-next.5",
62
+ "@webex/test-helper-test-users": "3.3.1-next.5",
63
63
  "eslint": "^8.24.0",
64
64
  "sinon": "^9.2.4",
65
- "webex": "3.3.1-next.21"
65
+ "webex": "3.3.1-next.22"
66
66
  },
67
67
  "dependencies": {
68
68
  "@babel/polyfill": "^7.12.1",
69
69
  "@babel/runtime-corejs2": "^7.14.8",
70
- "@webex/calling": "3.3.1-next.7",
71
- "@webex/common": "3.3.1-next.4",
72
- "@webex/internal-plugin-calendar": "3.3.1-next.5",
73
- "@webex/internal-plugin-device": "3.3.1-next.4",
74
- "@webex/internal-plugin-llm": "3.3.1-next.6",
75
- "@webex/internal-plugin-presence": "3.3.1-next.5",
76
- "@webex/internal-plugin-support": "3.3.1-next.5",
77
- "@webex/internal-plugin-voicea": "3.3.1-next.21",
78
- "@webex/plugin-attachment-actions": "3.3.1-next.5",
79
- "@webex/plugin-authorization": "3.3.1-next.4",
80
- "@webex/plugin-device-manager": "3.3.1-next.5",
81
- "@webex/plugin-logger": "3.3.1-next.4",
82
- "@webex/plugin-meetings": "3.3.1-next.21",
83
- "@webex/plugin-memberships": "3.3.1-next.5",
84
- "@webex/plugin-messages": "3.3.1-next.5",
85
- "@webex/plugin-people": "3.3.1-next.5",
86
- "@webex/plugin-rooms": "3.3.1-next.5",
87
- "@webex/plugin-team-memberships": "3.3.1-next.5",
88
- "@webex/plugin-teams": "3.3.1-next.5",
89
- "@webex/plugin-webhooks": "3.3.1-next.5",
90
- "@webex/storage-adapter-local-storage": "3.3.1-next.4",
91
- "@webex/webex-core": "3.3.1-next.4",
70
+ "@webex/calling": "3.3.1-next.8",
71
+ "@webex/common": "3.3.1-next.5",
72
+ "@webex/internal-plugin-calendar": "3.3.1-next.6",
73
+ "@webex/internal-plugin-device": "3.3.1-next.5",
74
+ "@webex/internal-plugin-llm": "3.3.1-next.7",
75
+ "@webex/internal-plugin-presence": "3.3.1-next.6",
76
+ "@webex/internal-plugin-support": "3.3.1-next.6",
77
+ "@webex/internal-plugin-voicea": "3.3.1-next.22",
78
+ "@webex/plugin-attachment-actions": "3.3.1-next.6",
79
+ "@webex/plugin-authorization": "3.3.1-next.5",
80
+ "@webex/plugin-device-manager": "3.3.1-next.6",
81
+ "@webex/plugin-logger": "3.3.1-next.5",
82
+ "@webex/plugin-meetings": "3.3.1-next.22",
83
+ "@webex/plugin-memberships": "3.3.1-next.6",
84
+ "@webex/plugin-messages": "3.3.1-next.6",
85
+ "@webex/plugin-people": "3.3.1-next.6",
86
+ "@webex/plugin-rooms": "3.3.1-next.6",
87
+ "@webex/plugin-team-memberships": "3.3.1-next.6",
88
+ "@webex/plugin-teams": "3.3.1-next.6",
89
+ "@webex/plugin-webhooks": "3.3.1-next.6",
90
+ "@webex/storage-adapter-local-storage": "3.3.1-next.5",
91
+ "@webex/webex-core": "3.3.1-next.5",
92
92
  "lodash": "^4.17.21"
93
93
  },
94
- "version": "3.3.1-next.21"
94
+ "version": "3.3.1-next.22"
95
95
  }