webex 2.60.0-next.6 → 2.60.0-next.7

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: "2.60.0-next.6"
32
+ version: "2.60.0-next.7"
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
@@ -44,7 +44,7 @@ var config = require('./config');
44
44
  */
45
45
  var Webex = WebexCore.extend({
46
46
  webex: true,
47
- version: "2.60.0-next.6"
47
+ version: "2.60.0-next.7"
48
48
  });
49
49
 
50
50
  /**
package/package.json CHANGED
@@ -54,41 +54,41 @@
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": "^2.60.0-next.3",
58
- "@webex/test-helper-chai": "^2.60.0-next.3",
59
- "@webex/test-helper-file": "^2.60.0-next.3",
60
- "@webex/test-helper-mocha": "^2.60.0-next.3",
61
- "@webex/test-helper-mock-webex": "^2.60.0-next.3",
62
- "@webex/test-helper-test-users": "^2.60.0-next.3",
57
+ "@webex/plugin-authorization": "^2.60.0-next.4",
58
+ "@webex/test-helper-chai": "^2.60.0-next.4",
59
+ "@webex/test-helper-file": "^2.60.0-next.4",
60
+ "@webex/test-helper-mocha": "^2.60.0-next.4",
61
+ "@webex/test-helper-mock-webex": "^2.60.0-next.4",
62
+ "@webex/test-helper-test-users": "^2.60.0-next.4",
63
63
  "eslint": "^8.24.0",
64
64
  "sinon": "^9.2.4",
65
- "webex": "^2.60.0-next.6"
65
+ "webex": "^2.60.0-next.7"
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.0-next.28",
71
- "@webex/common": "^2.60.0-next.3",
72
- "@webex/internal-plugin-calendar": "^2.60.0-next.3",
73
- "@webex/internal-plugin-device": "^2.60.0-next.3",
74
- "@webex/internal-plugin-llm": "^2.60.0-next.3",
75
- "@webex/internal-plugin-presence": "^2.60.0-next.3",
76
- "@webex/internal-plugin-support": "^2.60.0-next.3",
77
- "@webex/plugin-attachment-actions": "^2.60.0-next.3",
78
- "@webex/plugin-authorization": "^2.60.0-next.3",
79
- "@webex/plugin-device-manager": "^2.60.0-next.3",
80
- "@webex/plugin-logger": "^2.60.0-next.3",
81
- "@webex/plugin-meetings": "^2.60.0-next.5",
82
- "@webex/plugin-memberships": "^2.60.0-next.3",
83
- "@webex/plugin-messages": "^2.60.0-next.3",
84
- "@webex/plugin-people": "^2.60.0-next.3",
85
- "@webex/plugin-rooms": "^2.60.0-next.3",
86
- "@webex/plugin-team-memberships": "^2.60.0-next.3",
87
- "@webex/plugin-teams": "^2.60.0-next.3",
88
- "@webex/plugin-webhooks": "^2.60.0-next.3",
89
- "@webex/storage-adapter-local-storage": "^2.60.0-next.3",
90
- "@webex/webex-core": "^2.60.0-next.3",
70
+ "@webex/calling": "^3.0.0-next.29",
71
+ "@webex/common": "^2.60.0-next.4",
72
+ "@webex/internal-plugin-calendar": "^2.60.0-next.4",
73
+ "@webex/internal-plugin-device": "^2.60.0-next.4",
74
+ "@webex/internal-plugin-llm": "^2.60.0-next.4",
75
+ "@webex/internal-plugin-presence": "^2.60.0-next.4",
76
+ "@webex/internal-plugin-support": "^2.60.0-next.4",
77
+ "@webex/plugin-attachment-actions": "^2.60.0-next.4",
78
+ "@webex/plugin-authorization": "^2.60.0-next.4",
79
+ "@webex/plugin-device-manager": "^2.60.0-next.4",
80
+ "@webex/plugin-logger": "^2.60.0-next.4",
81
+ "@webex/plugin-meetings": "^2.60.0-next.6",
82
+ "@webex/plugin-memberships": "^2.60.0-next.4",
83
+ "@webex/plugin-messages": "^2.60.0-next.4",
84
+ "@webex/plugin-people": "^2.60.0-next.4",
85
+ "@webex/plugin-rooms": "^2.60.0-next.4",
86
+ "@webex/plugin-team-memberships": "^2.60.0-next.4",
87
+ "@webex/plugin-teams": "^2.60.0-next.4",
88
+ "@webex/plugin-webhooks": "^2.60.0-next.4",
89
+ "@webex/storage-adapter-local-storage": "^2.60.0-next.4",
90
+ "@webex/webex-core": "^2.60.0-next.4",
91
91
  "lodash": "^4.17.21"
92
92
  },
93
- "version": "2.60.0-next.6"
93
+ "version": "2.60.0-next.7"
94
94
  }