@webex/recipe-private-web-client 2.59.8-next.1 → 2.60.0-next.1
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/config.js +1 -2
- package/dist/config.js.map +1 -1
- package/package.json +28 -28
package/dist/config.js
CHANGED
|
@@ -11,7 +11,7 @@ var _storageAdapterLocalStorage = _interopRequireDefault(require("@webex/storage
|
|
|
11
11
|
/*!
|
|
12
12
|
* Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.
|
|
13
13
|
*/
|
|
14
|
-
var _default = {
|
|
14
|
+
var _default = exports.default = {
|
|
15
15
|
device: {
|
|
16
16
|
enableInactivityEnforcement: true
|
|
17
17
|
},
|
|
@@ -20,5 +20,4 @@ var _default = {
|
|
|
20
20
|
unboundedAdapter: new _storageAdapterLocalForage.default('web-client-internal')
|
|
21
21
|
}
|
|
22
22
|
};
|
|
23
|
-
exports.default = _default;
|
|
24
23
|
//# sourceMappingURL=config.js.map
|
package/dist/config.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_storageAdapterLocalForage","_interopRequireDefault","require","_storageAdapterLocalStorage","_default","device","enableInactivityEnforcement","storage","boundedAdapter","LocalStorageStoreAdapter","unboundedAdapter","LocalForageStoreAdapter"
|
|
1
|
+
{"version":3,"names":["_storageAdapterLocalForage","_interopRequireDefault","require","_storageAdapterLocalStorage","_default","exports","default","device","enableInactivityEnforcement","storage","boundedAdapter","LocalStorageStoreAdapter","unboundedAdapter","LocalForageStoreAdapter"],"sources":["config.js"],"sourcesContent":["/*!\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\n */\n\nimport LocalForageStoreAdapter from '@webex/storage-adapter-local-forage';\nimport LocalStorageStoreAdapter from '@webex/storage-adapter-local-storage';\n\nexport default {\n device: {\n enableInactivityEnforcement: true,\n },\n storage: {\n boundedAdapter: new LocalStorageStoreAdapter('web-client-internal'),\n unboundedAdapter: new LocalForageStoreAdapter('web-client-internal'),\n },\n};\n"],"mappings":";;;;;;;;AAIA,IAAAA,0BAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,2BAAA,GAAAF,sBAAA,CAAAC,OAAA;AALA;AACA;AACA;AAFA,IAAAE,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAOe;EACbC,MAAM,EAAE;IACNC,2BAA2B,EAAE;EAC/B,CAAC;EACDC,OAAO,EAAE;IACPC,cAAc,EAAE,IAAIC,mCAAwB,CAAC,qBAAqB,CAAC;IACnEC,gBAAgB,EAAE,IAAIC,kCAAuB,CAAC,qBAAqB;EACrE;AACF,CAAC"}
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"directory": "packages/@webex/recipe-private-web-client"
|
|
11
11
|
},
|
|
12
12
|
"engines": {
|
|
13
|
-
"node": ">=
|
|
13
|
+
"node": ">=16"
|
|
14
14
|
},
|
|
15
15
|
"browserify": {
|
|
16
16
|
"transform": [
|
|
@@ -19,28 +19,28 @@
|
|
|
19
19
|
]
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@webex/internal-plugin-avatar": "^2.
|
|
23
|
-
"@webex/internal-plugin-board": "^2.
|
|
24
|
-
"@webex/internal-plugin-calendar": "^2.
|
|
25
|
-
"@webex/internal-plugin-conversation": "^2.
|
|
26
|
-
"@webex/internal-plugin-device": "^2.
|
|
27
|
-
"@webex/internal-plugin-encryption": "^2.
|
|
28
|
-
"@webex/internal-plugin-feature": "^2.
|
|
29
|
-
"@webex/internal-plugin-flag": "^2.
|
|
30
|
-
"@webex/internal-plugin-lyra": "^2.
|
|
31
|
-
"@webex/internal-plugin-mercury": "^2.
|
|
32
|
-
"@webex/internal-plugin-metrics": "^2.
|
|
33
|
-
"@webex/internal-plugin-presence": "^2.
|
|
34
|
-
"@webex/internal-plugin-search": "^2.
|
|
35
|
-
"@webex/internal-plugin-support": "^2.
|
|
36
|
-
"@webex/internal-plugin-team": "^2.
|
|
37
|
-
"@webex/internal-plugin-user": "^2.
|
|
38
|
-
"@webex/plugin-authorization-browser-first-party": "^2.
|
|
39
|
-
"@webex/plugin-logger": "^2.
|
|
40
|
-
"@webex/plugin-people": "^2.
|
|
41
|
-
"@webex/storage-adapter-local-forage": "^2.
|
|
42
|
-
"@webex/storage-adapter-local-storage": "^2.
|
|
43
|
-
"@webex/webex-core": "^2.
|
|
22
|
+
"@webex/internal-plugin-avatar": "^2.60.0-next.1",
|
|
23
|
+
"@webex/internal-plugin-board": "^2.60.0-next.1",
|
|
24
|
+
"@webex/internal-plugin-calendar": "^2.60.0-next.1",
|
|
25
|
+
"@webex/internal-plugin-conversation": "^2.60.0-next.1",
|
|
26
|
+
"@webex/internal-plugin-device": "^2.60.0-next.1",
|
|
27
|
+
"@webex/internal-plugin-encryption": "^2.60.0-next.1",
|
|
28
|
+
"@webex/internal-plugin-feature": "^2.60.0-next.1",
|
|
29
|
+
"@webex/internal-plugin-flag": "^2.60.0-next.1",
|
|
30
|
+
"@webex/internal-plugin-lyra": "^2.60.0-next.1",
|
|
31
|
+
"@webex/internal-plugin-mercury": "^2.60.0-next.1",
|
|
32
|
+
"@webex/internal-plugin-metrics": "^2.60.0-next.1",
|
|
33
|
+
"@webex/internal-plugin-presence": "^2.60.0-next.1",
|
|
34
|
+
"@webex/internal-plugin-search": "^2.60.0-next.1",
|
|
35
|
+
"@webex/internal-plugin-support": "^2.60.0-next.1",
|
|
36
|
+
"@webex/internal-plugin-team": "^2.60.0-next.1",
|
|
37
|
+
"@webex/internal-plugin-user": "^2.60.0-next.1",
|
|
38
|
+
"@webex/plugin-authorization-browser-first-party": "^2.60.0-next.1",
|
|
39
|
+
"@webex/plugin-logger": "^2.60.0-next.1",
|
|
40
|
+
"@webex/plugin-people": "^2.60.0-next.1",
|
|
41
|
+
"@webex/storage-adapter-local-forage": "^2.60.0-next.1",
|
|
42
|
+
"@webex/storage-adapter-local-storage": "^2.60.0-next.1",
|
|
43
|
+
"@webex/webex-core": "^2.60.0-next.1",
|
|
44
44
|
"lodash": "^4.17.21"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
@@ -59,12 +59,12 @@
|
|
|
59
59
|
"@webex/eslint-config-legacy": "^0.0.0",
|
|
60
60
|
"@webex/jest-config-legacy": "^0.0.0",
|
|
61
61
|
"@webex/legacy-tools": "^0.0.0",
|
|
62
|
-
"@webex/test-helper-chai": "^2.
|
|
63
|
-
"@webex/test-helper-mocha": "^2.
|
|
64
|
-
"@webex/test-helper-mock-webex": "^2.
|
|
65
|
-
"@webex/test-helper-test-users": "^2.
|
|
62
|
+
"@webex/test-helper-chai": "^2.60.0-next.1",
|
|
63
|
+
"@webex/test-helper-mocha": "^2.60.0-next.1",
|
|
64
|
+
"@webex/test-helper-mock-webex": "^2.60.0-next.1",
|
|
65
|
+
"@webex/test-helper-test-users": "^2.60.0-next.1",
|
|
66
66
|
"eslint": "^8.24.0",
|
|
67
67
|
"prettier": "^2.7.1"
|
|
68
68
|
},
|
|
69
|
-
"version": "2.
|
|
69
|
+
"version": "2.60.0-next.1"
|
|
70
70
|
}
|