webex 2.41.0 → 2.43.0
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/_setup.js.map +1 -1
- package/dist/config-storage.js.map +1 -1
- package/dist/config-storage.shim.js.map +1 -1
- package/dist/config.js.map +1 -1
- package/dist/webex.js +1 -1
- package/dist/webex.js.map +1 -1
- package/package.json +25 -25
- package/umd/webex.min.js +2 -2
- package/umd/webex.min.js.map +1 -1
package/dist/_setup.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["testUsers","require","Webex","before","timeout","global","webex","resolve","create","count","then","users","credentials","token"],"sources":["_setup.js"],"sourcesContent":["/*!\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\n */\n\n// Disable eslint because this file needs to be es5 compatible\n/* eslint-disable */\n\nvar testUsers = require('@webex/test-helper-test-users');\nvar Webex = require(`webex`);\n\nbefore(function () {\n this.timeout(60000);\n\n if (global.webex) {\n return Promise.resolve();\n }\n\n return testUsers.create({count: 1}).then(function (users) {\n /* eslint camelcase: [0] */\n global.webex = new Webex({credentials: users[0].token});\n });\n});\n"],"mappings":";;;;AAAA;AACA;AACA;;AAEA;AACA;;AAEA,IAAIA,SAAS,GAAGC,OAAO,CAAC,+BAA+B,CAAC;AACxD,IAAIC,KAAK,GAAGD,OAAO,SAAS;AAE5BE,MAAM,CAAC,YAAY;EACjB,IAAI,CAACC,OAAO,CAAC,KAAK,CAAC;EAEnB,IAAIC,MAAM,CAACC,KAAK,EAAE;IAChB,
|
|
1
|
+
{"version":3,"names":["testUsers","require","Webex","before","timeout","global","webex","_promise","default","resolve","create","count","then","users","credentials","token"],"sources":["_setup.js"],"sourcesContent":["/*!\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\n */\n\n// Disable eslint because this file needs to be es5 compatible\n/* eslint-disable */\n\nvar testUsers = require('@webex/test-helper-test-users');\nvar Webex = require(`webex`);\n\nbefore(function () {\n this.timeout(60000);\n\n if (global.webex) {\n return Promise.resolve();\n }\n\n return testUsers.create({count: 1}).then(function (users) {\n /* eslint camelcase: [0] */\n global.webex = new Webex({credentials: users[0].token});\n });\n});\n"],"mappings":";;;;AAAA;AACA;AACA;;AAEA;AACA;;AAEA,IAAIA,SAAS,GAAGC,OAAO,CAAC,+BAA+B,CAAC;AACxD,IAAIC,KAAK,GAAGD,OAAO,SAAS;AAE5BE,MAAM,CAAC,YAAY;EACjB,IAAI,CAACC,OAAO,CAAC,KAAK,CAAC;EAEnB,IAAIC,MAAM,CAACC,KAAK,EAAE;IAChB,OAAOC,QAAA,CAAAC,OAAA,CAAQC,OAAO,EAAE;EAC1B;EAEA,OAAOT,SAAS,CAACU,MAAM,CAAC;IAACC,KAAK,EAAE;EAAC,CAAC,CAAC,CAACC,IAAI,CAAC,UAAUC,KAAK,EAAE;IACxD;IACAR,MAAM,CAACC,KAAK,GAAG,IAAIJ,KAAK,CAAC;MAACY,WAAW,EAAED,KAAK,CAAC,CAAC,CAAC,CAACE;IAAK,CAAC,CAAC;EACzD,CAAC,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["boundedAdapter","MemoryStoreAdapter","unboundedAdapter"],"sources":["config-storage.js"],"sourcesContent":["/*!\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\n */\n\nimport {MemoryStoreAdapter} from '@webex/webex-core';\n\nexport default {\n boundedAdapter: MemoryStoreAdapter,\n unboundedAdapter: MemoryStoreAdapter,\n};\n"],"mappings":";;;;;;;AAIA;AAJA;AACA;AACA;AAFA,
|
|
1
|
+
{"version":3,"names":["_webexCore","require","_default","boundedAdapter","MemoryStoreAdapter","unboundedAdapter","exports","default"],"sources":["config-storage.js"],"sourcesContent":["/*!\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\n */\n\nimport {MemoryStoreAdapter} from '@webex/webex-core';\n\nexport default {\n boundedAdapter: MemoryStoreAdapter,\n unboundedAdapter: MemoryStoreAdapter,\n};\n"],"mappings":";;;;;;;AAIA,IAAAA,UAAA,GAAAC,OAAA;AAJA;AACA;AACA;AAFA,IAAAC,QAAA,GAMe;EACbC,cAAc,EAAEC,6BAAkB;EAClCC,gBAAgB,EAAED;AACpB,CAAC;AAAAE,OAAA,CAAAC,OAAA,GAAAL,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["boundedAdapter","LocalStorageStoreAdapter","unboundedAdapter","MemoryStoreAdapter"],"sources":["config-storage.shim.js"],"sourcesContent":["/*!\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\n */\n\nimport {MemoryStoreAdapter} from '@webex/webex-core';\nimport LocalStorageStoreAdapter from '@webex/storage-adapter-local-storage';\n\nexport default {\n boundedAdapter: new LocalStorageStoreAdapter('webex'),\n unboundedAdapter: MemoryStoreAdapter,\n};\n"],"mappings":";;;;;;;;AAIA;AACA;AALA;AACA;AACA;AAFA,
|
|
1
|
+
{"version":3,"names":["_webexCore","require","_storageAdapterLocalStorage","_interopRequireDefault","_default","boundedAdapter","LocalStorageStoreAdapter","unboundedAdapter","MemoryStoreAdapter","exports","default"],"sources":["config-storage.shim.js"],"sourcesContent":["/*!\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\n */\n\nimport {MemoryStoreAdapter} from '@webex/webex-core';\nimport LocalStorageStoreAdapter from '@webex/storage-adapter-local-storage';\n\nexport default {\n boundedAdapter: new LocalStorageStoreAdapter('webex'),\n unboundedAdapter: MemoryStoreAdapter,\n};\n"],"mappings":";;;;;;;;AAIA,IAAAA,UAAA,GAAAC,OAAA;AACA,IAAAC,2BAAA,GAAAC,sBAAA,CAAAF,OAAA;AALA;AACA;AACA;AAFA,IAAAG,QAAA,GAOe;EACbC,cAAc,EAAE,IAAIC,mCAAwB,CAAC,OAAO,CAAC;EACrDC,gBAAgB,EAAEC;AACpB,CAAC;AAAAC,OAAA,CAAAC,OAAA,GAAAN,QAAA"}
|
package/dist/config.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["hydra","process","env","HYDRA_SERVICE_URL","hydraServiceUrl","credentials","clientType","device","validateDomains","ephemeral","storage","boundedAdapter","storageConfig","unboundedAdapter"],"sources":["config.js"],"sourcesContent":["/*!\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\n */\n\nimport storageConfig from './config-storage';\n\nexport default {\n hydra: process.env.HYDRA_SERVICE_URL || 'https://api.ciscospark.com/v1',\n hydraServiceUrl: process.env.HYDRA_SERVICE_URL || 'https://api.ciscospark.com/v1',\n credentials: {\n clientType: 'confidential',\n },\n device: {\n validateDomains: true,\n ephemeral: true,\n },\n storage: {\n boundedAdapter: storageConfig,\n unboundedAdapter: storageConfig,\n },\n};\n"],"mappings":";;;;;;;;AAIA;AAJA;AACA;AACA;AAFA,
|
|
1
|
+
{"version":3,"names":["_configStorage","_interopRequireDefault","require","_default","hydra","process","env","HYDRA_SERVICE_URL","hydraServiceUrl","credentials","clientType","device","validateDomains","ephemeral","storage","boundedAdapter","storageConfig","unboundedAdapter","exports","default"],"sources":["config.js"],"sourcesContent":["/*!\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\n */\n\nimport storageConfig from './config-storage';\n\nexport default {\n hydra: process.env.HYDRA_SERVICE_URL || 'https://api.ciscospark.com/v1',\n hydraServiceUrl: process.env.HYDRA_SERVICE_URL || 'https://api.ciscospark.com/v1',\n credentials: {\n clientType: 'confidential',\n },\n device: {\n validateDomains: true,\n ephemeral: true,\n },\n storage: {\n boundedAdapter: storageConfig,\n unboundedAdapter: storageConfig,\n },\n};\n"],"mappings":";;;;;;;;AAIA,IAAAA,cAAA,GAAAC,sBAAA,CAAAC,OAAA;AAJA;AACA;AACA;AAFA,IAAAC,QAAA,GAMe;EACbC,KAAK,EAAEC,OAAO,CAACC,GAAG,CAACC,iBAAiB,IAAI,+BAA+B;EACvEC,eAAe,EAAEH,OAAO,CAACC,GAAG,CAACC,iBAAiB,IAAI,+BAA+B;EACjFE,WAAW,EAAE;IACXC,UAAU,EAAE;EACd,CAAC;EACDC,MAAM,EAAE;IACNC,eAAe,EAAE,IAAI;IACrBC,SAAS,EAAE;EACb,CAAC;EACDC,OAAO,EAAE;IACPC,cAAc,EAAEC,sBAAa;IAC7BC,gBAAgB,EAAED;EACpB;AACF,CAAC;AAAAE,OAAA,CAAAC,OAAA,GAAAhB,QAAA"}
|
package/dist/webex.js
CHANGED
package/dist/webex.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["require","merge","WebexCore","default","config","Webex","extend","webex","version","init","attrs","module","exports"],"sources":["webex.js"],"sourcesContent":["/*!\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\n */\n\n// Note: this file is written using commonjs instead of import/export to\n// simplify consumption by those less familiar with the current state of\n// JavaScript modularization\n\n/* eslint camelcase: [0] */\n\nrequire('@webex/plugin-authorization');\n// explicitly load wdm, since we're relying on preDiscoveryServices and the\n// url interceptor\nrequire('@webex/internal-plugin-calendar');\nrequire('@webex/internal-plugin-device');\nrequire('@webex/internal-plugin-presence');\nrequire('@webex/internal-plugin-support');\nrequire('@webex/plugin-attachment-actions');\nrequire('@webex/plugin-device-manager');\nrequire('@webex/plugin-logger');\nrequire('@webex/plugin-meetings');\nrequire('@webex/plugin-messages');\nrequire('@webex/plugin-memberships');\nrequire('@webex/plugin-people');\nrequire('@webex/plugin-rooms');\nrequire('@webex/plugin-teams');\nrequire('@webex/plugin-team-memberships');\nrequire('@webex/plugin-webhooks');\n\nconst merge = require('lodash/merge');\nconst WebexCore = require('@webex/webex-core').default;\n\nconst config = require('./config');\n\n// documentation.js puts hashes in relative urls, so need to specify full urls\n// here\n/**\n * See {@link https://webex.github.io/webex-js-sdk/example/browsers|Browser Guide} and\n * {@link https://webex.github.io/webex-js-sdk/example/servers|Server Guide}\n * @see {@link /example/browsers|Browser Guide}\n * @see {@link /example/servers|Server Guide}\n * @class Webex\n */\nconst Webex = WebexCore.extend({\n webex: true,\n version: PACKAGE_VERSION,\n});\n\n/**\n * Create a new {@link Webex} instance\n *\n * @example\n * <caption>Create a new Webex instance configured for your OAuth client</caption>\n * const webex = Webex.init({\n * config: {\n * credentials: {\n * authorizationString: `<AUTHORIZATION URL FROM DEVELOPER PORTAL>`\n * }\n * }\n * });\n *\n * @example\n * <caption>Create a new Webex instance configured for a Bot</caption>\n * const webex = Webex.init({\n * credentials: `<BOT TOKEN FROM DEVELOPER PORTAL>`\n * });\n *\n *\n * @param {Object} attrs\n * @param {Object} attrs.config (optional)\n * @memberof Webex\n * @returns {Webex}\n */\nWebex.init = function init(attrs = {}) {\n attrs.config = merge({}, config, attrs.config); // eslint-disable-line no-param-reassign\n\n return new Webex(attrs);\n};\n\nmodule.exports = Webex;\n"],"mappings":";;AAAA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEAA,OAAO,CAAC,6BAA6B,CAAC;AACtC;AACA;AACAA,OAAO,CAAC,iCAAiC,CAAC;AAC1CA,OAAO,CAAC,+BAA+B,CAAC;AACxCA,OAAO,CAAC,iCAAiC,CAAC;AAC1CA,OAAO,CAAC,gCAAgC,CAAC;AACzCA,OAAO,CAAC,kCAAkC,CAAC;AAC3CA,OAAO,CAAC,8BAA8B,CAAC;AACvCA,OAAO,CAAC,sBAAsB,CAAC;AAC/BA,OAAO,CAAC,wBAAwB,CAAC;AACjCA,OAAO,CAAC,wBAAwB,CAAC;AACjCA,OAAO,CAAC,2BAA2B,CAAC;AACpCA,OAAO,CAAC,sBAAsB,CAAC;AAC/BA,OAAO,CAAC,qBAAqB,CAAC;AAC9BA,OAAO,CAAC,qBAAqB,CAAC;AAC9BA,OAAO,CAAC,gCAAgC,CAAC;AACzCA,OAAO,CAAC,wBAAwB,CAAC;AAEjC,IAAMC,KAAK,GAAGD,OAAO,CAAC,cAAc,CAAC;AACrC,IAAME,SAAS,GAAGF,OAAO,CAAC,mBAAmB,CAAC,CAACG,OAAO;AAEtD,IAAMC,MAAM,GAAGJ,OAAO,CAAC,UAAU,CAAC;;AAElC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAMK,KAAK,GAAGH,SAAS,CAACI,MAAM,CAAC;EAC7BC,KAAK,EAAE,IAAI;EACXC,OAAO;AACT,CAAC,CAAC;;AAEF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACAH,KAAK,CAACI,IAAI,GAAG,SAASA,
|
|
1
|
+
{"version":3,"names":["require","merge","WebexCore","default","config","Webex","extend","webex","version","init","attrs","arguments","length","undefined","module","exports"],"sources":["webex.js"],"sourcesContent":["/*!\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\n */\n\n// Note: this file is written using commonjs instead of import/export to\n// simplify consumption by those less familiar with the current state of\n// JavaScript modularization\n\n/* eslint camelcase: [0] */\n\nrequire('@webex/plugin-authorization');\n// explicitly load wdm, since we're relying on preDiscoveryServices and the\n// url interceptor\nrequire('@webex/internal-plugin-calendar');\nrequire('@webex/internal-plugin-device');\nrequire('@webex/internal-plugin-presence');\nrequire('@webex/internal-plugin-support');\nrequire('@webex/plugin-attachment-actions');\nrequire('@webex/plugin-device-manager');\nrequire('@webex/plugin-logger');\nrequire('@webex/plugin-meetings');\nrequire('@webex/plugin-messages');\nrequire('@webex/plugin-memberships');\nrequire('@webex/plugin-people');\nrequire('@webex/plugin-rooms');\nrequire('@webex/plugin-teams');\nrequire('@webex/plugin-team-memberships');\nrequire('@webex/plugin-webhooks');\n\nconst merge = require('lodash/merge');\nconst WebexCore = require('@webex/webex-core').default;\n\nconst config = require('./config');\n\n// documentation.js puts hashes in relative urls, so need to specify full urls\n// here\n/**\n * See {@link https://webex.github.io/webex-js-sdk/example/browsers|Browser Guide} and\n * {@link https://webex.github.io/webex-js-sdk/example/servers|Server Guide}\n * @see {@link /example/browsers|Browser Guide}\n * @see {@link /example/servers|Server Guide}\n * @class Webex\n */\nconst Webex = WebexCore.extend({\n webex: true,\n version: PACKAGE_VERSION,\n});\n\n/**\n * Create a new {@link Webex} instance\n *\n * @example\n * <caption>Create a new Webex instance configured for your OAuth client</caption>\n * const webex = Webex.init({\n * config: {\n * credentials: {\n * authorizationString: `<AUTHORIZATION URL FROM DEVELOPER PORTAL>`\n * }\n * }\n * });\n *\n * @example\n * <caption>Create a new Webex instance configured for a Bot</caption>\n * const webex = Webex.init({\n * credentials: `<BOT TOKEN FROM DEVELOPER PORTAL>`\n * });\n *\n *\n * @param {Object} attrs\n * @param {Object} attrs.config (optional)\n * @memberof Webex\n * @returns {Webex}\n */\nWebex.init = function init(attrs = {}) {\n attrs.config = merge({}, config, attrs.config); // eslint-disable-line no-param-reassign\n\n return new Webex(attrs);\n};\n\nmodule.exports = Webex;\n"],"mappings":";;AAAA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEAA,OAAO,CAAC,6BAA6B,CAAC;AACtC;AACA;AACAA,OAAO,CAAC,iCAAiC,CAAC;AAC1CA,OAAO,CAAC,+BAA+B,CAAC;AACxCA,OAAO,CAAC,iCAAiC,CAAC;AAC1CA,OAAO,CAAC,gCAAgC,CAAC;AACzCA,OAAO,CAAC,kCAAkC,CAAC;AAC3CA,OAAO,CAAC,8BAA8B,CAAC;AACvCA,OAAO,CAAC,sBAAsB,CAAC;AAC/BA,OAAO,CAAC,wBAAwB,CAAC;AACjCA,OAAO,CAAC,wBAAwB,CAAC;AACjCA,OAAO,CAAC,2BAA2B,CAAC;AACpCA,OAAO,CAAC,sBAAsB,CAAC;AAC/BA,OAAO,CAAC,qBAAqB,CAAC;AAC9BA,OAAO,CAAC,qBAAqB,CAAC;AAC9BA,OAAO,CAAC,gCAAgC,CAAC;AACzCA,OAAO,CAAC,wBAAwB,CAAC;AAEjC,IAAMC,KAAK,GAAGD,OAAO,CAAC,cAAc,CAAC;AACrC,IAAME,SAAS,GAAGF,OAAO,CAAC,mBAAmB,CAAC,CAACG,OAAO;AAEtD,IAAMC,MAAM,GAAGJ,OAAO,CAAC,UAAU,CAAC;;AAElC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAMK,KAAK,GAAGH,SAAS,CAACI,MAAM,CAAC;EAC7BC,KAAK,EAAE,IAAI;EACXC,OAAO;AACT,CAAC,CAAC;;AAEF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACAH,KAAK,CAACI,IAAI,GAAG,SAASA,IAAIA,CAAA,EAAa;EAAA,IAAZC,KAAK,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,CAAC,CAAC;EACnCD,KAAK,CAACN,MAAM,GAAGH,KAAK,CAAC,CAAC,CAAC,EAAEG,MAAM,EAAEM,KAAK,CAACN,MAAM,CAAC,CAAC,CAAC;;EAEhD,OAAO,IAAIC,KAAK,CAACK,KAAK,CAAC;AACzB,CAAC;AAEDI,MAAM,CAACC,OAAO,GAAGV,KAAK"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webex",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.43.0",
|
|
4
4
|
"description": "SDK for Cisco Webex",
|
|
5
5
|
"license": "Cisco EULA (https://www.cisco.com/c/en/us/products/end-user-license-agreement.html)",
|
|
6
6
|
"contributors": [
|
|
@@ -34,34 +34,34 @@
|
|
|
34
34
|
]
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@webex/plugin-authorization": "2.
|
|
38
|
-
"@webex/test-helper-chai": "2.
|
|
39
|
-
"@webex/test-helper-mocha": "2.
|
|
40
|
-
"@webex/test-helper-test-users": "2.
|
|
37
|
+
"@webex/plugin-authorization": "2.43.0",
|
|
38
|
+
"@webex/test-helper-chai": "2.43.0",
|
|
39
|
+
"@webex/test-helper-mocha": "2.43.0",
|
|
40
|
+
"@webex/test-helper-test-users": "2.43.0",
|
|
41
41
|
"sinon": "^9.2.4",
|
|
42
|
-
"webex": "2.
|
|
42
|
+
"webex": "2.43.0"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@babel/polyfill": "^7.12.1",
|
|
46
|
-
"@webex/common": "2.
|
|
47
|
-
"@webex/internal-plugin-calendar": "2.
|
|
48
|
-
"@webex/internal-plugin-device": "2.
|
|
49
|
-
"@webex/internal-plugin-presence": "2.
|
|
50
|
-
"@webex/internal-plugin-support": "2.
|
|
51
|
-
"@webex/plugin-attachment-actions": "2.
|
|
52
|
-
"@webex/plugin-authorization": "2.
|
|
53
|
-
"@webex/plugin-device-manager": "2.
|
|
54
|
-
"@webex/plugin-logger": "2.
|
|
55
|
-
"@webex/plugin-meetings": "2.
|
|
56
|
-
"@webex/plugin-memberships": "2.
|
|
57
|
-
"@webex/plugin-messages": "2.
|
|
58
|
-
"@webex/plugin-people": "2.
|
|
59
|
-
"@webex/plugin-rooms": "2.
|
|
60
|
-
"@webex/plugin-team-memberships": "2.
|
|
61
|
-
"@webex/plugin-teams": "2.
|
|
62
|
-
"@webex/plugin-webhooks": "2.
|
|
63
|
-
"@webex/storage-adapter-local-storage": "2.
|
|
64
|
-
"@webex/webex-core": "2.
|
|
46
|
+
"@webex/common": "2.43.0",
|
|
47
|
+
"@webex/internal-plugin-calendar": "2.43.0",
|
|
48
|
+
"@webex/internal-plugin-device": "2.43.0",
|
|
49
|
+
"@webex/internal-plugin-presence": "2.43.0",
|
|
50
|
+
"@webex/internal-plugin-support": "2.43.0",
|
|
51
|
+
"@webex/plugin-attachment-actions": "2.43.0",
|
|
52
|
+
"@webex/plugin-authorization": "2.43.0",
|
|
53
|
+
"@webex/plugin-device-manager": "2.43.0",
|
|
54
|
+
"@webex/plugin-logger": "2.43.0",
|
|
55
|
+
"@webex/plugin-meetings": "2.43.0",
|
|
56
|
+
"@webex/plugin-memberships": "2.43.0",
|
|
57
|
+
"@webex/plugin-messages": "2.43.0",
|
|
58
|
+
"@webex/plugin-people": "2.43.0",
|
|
59
|
+
"@webex/plugin-rooms": "2.43.0",
|
|
60
|
+
"@webex/plugin-team-memberships": "2.43.0",
|
|
61
|
+
"@webex/plugin-teams": "2.43.0",
|
|
62
|
+
"@webex/plugin-webhooks": "2.43.0",
|
|
63
|
+
"@webex/storage-adapter-local-storage": "2.43.0",
|
|
64
|
+
"@webex/webex-core": "2.43.0",
|
|
65
65
|
"lodash": "^4.17.21"
|
|
66
66
|
}
|
|
67
67
|
}
|