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