@webex/webex-server 2.60.0 → 2.60.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/index.js +1 -1
- package/package.json +26 -26
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webex/webex-server",
|
|
3
|
-
"version": "2.60.
|
|
3
|
+
"version": "2.60.1",
|
|
4
4
|
"description": ".",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -34,35 +34,35 @@
|
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@babel/core": "^7.17.10",
|
|
36
36
|
"@babel/polyfill": "^7.12.1",
|
|
37
|
-
"@webex/babel-config-legacy": "2.60.
|
|
38
|
-
"@webex/eslint-config-legacy": "2.60.
|
|
39
|
-
"@webex/jest-config-legacy": "2.60.
|
|
40
|
-
"@webex/legacy-tools": "2.60.
|
|
41
|
-
"@webex/test-helper-chai": "2.60.
|
|
42
|
-
"@webex/test-helper-mocha": "2.60.
|
|
43
|
-
"@webex/test-helper-mock-webex": "2.60.
|
|
44
|
-
"@webex/test-helper-test-users": "2.60.
|
|
37
|
+
"@webex/babel-config-legacy": "2.60.1",
|
|
38
|
+
"@webex/eslint-config-legacy": "2.60.1",
|
|
39
|
+
"@webex/jest-config-legacy": "2.60.1",
|
|
40
|
+
"@webex/legacy-tools": "2.60.1",
|
|
41
|
+
"@webex/test-helper-chai": "2.60.1",
|
|
42
|
+
"@webex/test-helper-mocha": "2.60.1",
|
|
43
|
+
"@webex/test-helper-mock-webex": "2.60.1",
|
|
44
|
+
"@webex/test-helper-test-users": "2.60.1",
|
|
45
45
|
"eslint": "^8.24.0",
|
|
46
46
|
"prettier": "^2.7.1"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@webex/internal-plugin-avatar": "2.60.
|
|
50
|
-
"@webex/internal-plugin-board": "2.60.
|
|
51
|
-
"@webex/internal-plugin-calendar": "2.60.
|
|
52
|
-
"@webex/internal-plugin-conversation": "2.60.
|
|
53
|
-
"@webex/internal-plugin-device": "2.60.
|
|
54
|
-
"@webex/internal-plugin-encryption": "2.60.
|
|
55
|
-
"@webex/internal-plugin-feature": "2.60.
|
|
56
|
-
"@webex/internal-plugin-flag": "2.60.
|
|
57
|
-
"@webex/internal-plugin-mercury": "2.60.
|
|
58
|
-
"@webex/internal-plugin-metrics": "2.60.
|
|
59
|
-
"@webex/internal-plugin-search": "2.60.
|
|
60
|
-
"@webex/internal-plugin-support": "2.60.
|
|
61
|
-
"@webex/internal-plugin-team": "2.60.
|
|
62
|
-
"@webex/internal-plugin-user": "2.60.
|
|
63
|
-
"@webex/plugin-authorization-node": "2.60.
|
|
64
|
-
"@webex/plugin-logger": "2.60.
|
|
65
|
-
"@webex/webex-core": "2.60.
|
|
49
|
+
"@webex/internal-plugin-avatar": "2.60.1",
|
|
50
|
+
"@webex/internal-plugin-board": "2.60.1",
|
|
51
|
+
"@webex/internal-plugin-calendar": "2.60.1",
|
|
52
|
+
"@webex/internal-plugin-conversation": "2.60.1",
|
|
53
|
+
"@webex/internal-plugin-device": "2.60.1",
|
|
54
|
+
"@webex/internal-plugin-encryption": "2.60.1",
|
|
55
|
+
"@webex/internal-plugin-feature": "2.60.1",
|
|
56
|
+
"@webex/internal-plugin-flag": "2.60.1",
|
|
57
|
+
"@webex/internal-plugin-mercury": "2.60.1",
|
|
58
|
+
"@webex/internal-plugin-metrics": "2.60.1",
|
|
59
|
+
"@webex/internal-plugin-search": "2.60.1",
|
|
60
|
+
"@webex/internal-plugin-support": "2.60.1",
|
|
61
|
+
"@webex/internal-plugin-team": "2.60.1",
|
|
62
|
+
"@webex/internal-plugin-user": "2.60.1",
|
|
63
|
+
"@webex/plugin-authorization-node": "2.60.1",
|
|
64
|
+
"@webex/plugin-logger": "2.60.1",
|
|
65
|
+
"@webex/webex-core": "2.60.1",
|
|
66
66
|
"body-parser": "^1.19.0",
|
|
67
67
|
"compression": "^1.7.4",
|
|
68
68
|
"cors": "^2.8.5",
|