webex-node 3.8.0-next.1 → 3.8.0-next.2

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/README.md CHANGED
@@ -24,6 +24,8 @@
24
24
 
25
25
  ```bash
26
26
  npm install --save webex-node
27
+ (or)
28
+ yarn add webex-node
27
29
  ```
28
30
 
29
31
  ## Usage
@@ -31,7 +31,7 @@ var WebexCore = require('@webex/webex-core').default;
31
31
  var config = require('./config');
32
32
  var WebexNode = WebexCore.extend({
33
33
  webex: true,
34
- version: "3.8.0-next.1"
34
+ version: "3.8.0-next.2"
35
35
  });
36
36
 
37
37
  /**
package/package.json CHANGED
@@ -32,38 +32,38 @@
32
32
  "@webex/eslint-config-legacy": "0.0.0",
33
33
  "@webex/jest-config-legacy": "0.0.0",
34
34
  "@webex/legacy-tools": "0.0.0",
35
- "@webex/test-helper-chai": "3.8.0-next.11",
36
- "@webex/test-helper-file": "3.8.0-next.11",
37
- "@webex/test-helper-mocha": "3.8.0-next.11",
38
- "@webex/test-helper-mock-webex": "3.8.0-next.11",
39
- "@webex/test-helper-test-users": "3.8.0-next.11",
35
+ "@webex/test-helper-chai": "3.8.0-next.10",
36
+ "@webex/test-helper-file": "3.8.0-next.10",
37
+ "@webex/test-helper-mocha": "3.8.0-next.10",
38
+ "@webex/test-helper-mock-webex": "3.8.0-next.10",
39
+ "@webex/test-helper-test-users": "3.8.0-next.10",
40
40
  "eslint": "^8.24.0",
41
41
  "sinon": "^9.2.4"
42
42
  },
43
43
  "dependencies": {
44
44
  "@babel/polyfill": "^7.12.1",
45
45
  "@babel/runtime-corejs2": "^7.14.8",
46
- "@webex/common": "3.8.0-next.11",
47
- "@webex/internal-plugin-calendar": "3.8.0-next.12",
48
- "@webex/internal-plugin-device": "3.8.0-next.11",
49
- "@webex/internal-plugin-llm": "3.8.0-next.13",
50
- "@webex/internal-plugin-presence": "3.8.0-next.12",
51
- "@webex/internal-plugin-support": "3.8.0-next.12",
52
- "@webex/internal-plugin-voicea": "3.8.0-next.22",
53
- "@webex/plugin-attachment-actions": "3.8.0-next.12",
54
- "@webex/plugin-authorization": "3.8.0-next.12",
55
- "@webex/plugin-device-manager": "3.8.0-next.13",
56
- "@webex/plugin-logger": "3.8.0-next.11",
57
- "@webex/plugin-memberships": "3.8.0-next.12",
58
- "@webex/plugin-messages": "3.8.0-next.12",
59
- "@webex/plugin-people": "3.8.0-next.12",
60
- "@webex/plugin-rooms": "3.8.0-next.12",
61
- "@webex/plugin-team-memberships": "3.8.0-next.12",
62
- "@webex/plugin-teams": "3.8.0-next.12",
63
- "@webex/plugin-webhooks": "3.8.0-next.12",
64
- "@webex/storage-adapter-local-storage": "3.8.0-next.11",
65
- "@webex/webex-core": "3.8.0-next.11",
46
+ "@webex/common": "3.8.0-next.10",
47
+ "@webex/internal-plugin-calendar": "3.8.0-next.11",
48
+ "@webex/internal-plugin-device": "3.8.0-next.10",
49
+ "@webex/internal-plugin-llm": "3.8.0-next.12",
50
+ "@webex/internal-plugin-presence": "3.8.0-next.11",
51
+ "@webex/internal-plugin-support": "3.8.0-next.11",
52
+ "@webex/internal-plugin-voicea": "3.8.0-next.21",
53
+ "@webex/plugin-attachment-actions": "3.8.0-next.11",
54
+ "@webex/plugin-authorization": "3.8.0-next.11",
55
+ "@webex/plugin-device-manager": "3.8.0-next.12",
56
+ "@webex/plugin-logger": "3.8.0-next.10",
57
+ "@webex/plugin-memberships": "3.8.0-next.11",
58
+ "@webex/plugin-messages": "3.8.0-next.11",
59
+ "@webex/plugin-people": "3.8.0-next.11",
60
+ "@webex/plugin-rooms": "3.8.0-next.11",
61
+ "@webex/plugin-team-memberships": "3.8.0-next.11",
62
+ "@webex/plugin-teams": "3.8.0-next.11",
63
+ "@webex/plugin-webhooks": "3.8.0-next.11",
64
+ "@webex/storage-adapter-local-storage": "3.8.0-next.10",
65
+ "@webex/webex-core": "3.8.0-next.10",
66
66
  "lodash": "^4.17.21"
67
67
  },
68
- "version": "3.8.0-next.1"
68
+ "version": "3.8.0-next.2"
69
69
  }
@@ -1,18 +0,0 @@
1
- "use strict";
2
-
3
- var _Object$defineProperty = require("@babel/runtime-corejs2/core-js/object/define-property");
4
- var _interopRequireDefault = require("@babel/runtime-corejs2/helpers/interopRequireDefault");
5
- _Object$defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports.default = void 0;
9
- var _webexCore = require("@webex/webex-core");
10
- var _storageAdapterLocalStorage = _interopRequireDefault(require("@webex/storage-adapter-local-storage"));
11
- /*!
12
- * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.
13
- */
14
- var _default = exports.default = {
15
- boundedAdapter: new _storageAdapterLocalStorage.default('webex'),
16
- unboundedAdapter: _webexCore.MemoryStoreAdapter
17
- };
18
- //# sourceMappingURL=config-storage.shim.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_webexCore","require","_storageAdapterLocalStorage","_interopRequireDefault","_default","exports","default","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,IAAAA,UAAA,GAAAC,OAAA;AACA,IAAAC,2BAAA,GAAAC,sBAAA,CAAAF,OAAA;AALA;AACA;AACA;AAFA,IAAAG,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAOe;EACbC,cAAc,EAAE,IAAIC,mCAAwB,CAAC,OAAO,CAAC;EACrDC,gBAAgB,EAAEC;AACpB,CAAC"}