webex 3.7.0-next.64 → 3.7.0-next.65

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