@webex/webex-server 2.52.12 → 2.52.13

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +26 -26
package/dist/index.js CHANGED
@@ -45,7 +45,7 @@ app.use((0, _cors.default)({
45
45
  app.get('/ping', function (req, res) {
46
46
  res.send({
47
47
  name: '@webex/webex-server',
48
- version: "2.52.12",
48
+ version: "2.52.13",
49
49
  'sdk-version': _webex.default.version
50
50
  });
51
51
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/webex-server",
3
- "version": "2.52.12",
3
+ "version": "2.52.13",
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.52.12",
38
- "@webex/eslint-config-legacy": "2.52.12",
39
- "@webex/jest-config-legacy": "2.52.12",
40
- "@webex/legacy-tools": "2.52.12",
41
- "@webex/test-helper-chai": "2.52.12",
42
- "@webex/test-helper-mocha": "2.52.12",
43
- "@webex/test-helper-mock-webex": "2.52.12",
44
- "@webex/test-helper-test-users": "2.52.12",
37
+ "@webex/babel-config-legacy": "2.52.13",
38
+ "@webex/eslint-config-legacy": "2.52.13",
39
+ "@webex/jest-config-legacy": "2.52.13",
40
+ "@webex/legacy-tools": "2.52.13",
41
+ "@webex/test-helper-chai": "2.52.13",
42
+ "@webex/test-helper-mocha": "2.52.13",
43
+ "@webex/test-helper-mock-webex": "2.52.13",
44
+ "@webex/test-helper-test-users": "2.52.13",
45
45
  "eslint": "^8.24.0",
46
46
  "prettier": "^2.7.1"
47
47
  },
48
48
  "dependencies": {
49
- "@webex/internal-plugin-avatar": "2.52.12",
50
- "@webex/internal-plugin-board": "2.52.12",
51
- "@webex/internal-plugin-calendar": "2.52.12",
52
- "@webex/internal-plugin-conversation": "2.52.12",
53
- "@webex/internal-plugin-device": "2.52.12",
54
- "@webex/internal-plugin-encryption": "2.52.12",
55
- "@webex/internal-plugin-feature": "2.52.12",
56
- "@webex/internal-plugin-flag": "2.52.12",
57
- "@webex/internal-plugin-mercury": "2.52.12",
58
- "@webex/internal-plugin-metrics": "2.52.12",
59
- "@webex/internal-plugin-search": "2.52.12",
60
- "@webex/internal-plugin-support": "2.52.12",
61
- "@webex/internal-plugin-team": "2.52.12",
62
- "@webex/internal-plugin-user": "2.52.12",
63
- "@webex/plugin-authorization-node": "2.52.12",
64
- "@webex/plugin-logger": "2.52.12",
65
- "@webex/webex-core": "2.52.12",
49
+ "@webex/internal-plugin-avatar": "2.52.13",
50
+ "@webex/internal-plugin-board": "2.52.13",
51
+ "@webex/internal-plugin-calendar": "2.52.13",
52
+ "@webex/internal-plugin-conversation": "2.52.13",
53
+ "@webex/internal-plugin-device": "2.52.13",
54
+ "@webex/internal-plugin-encryption": "2.52.13",
55
+ "@webex/internal-plugin-feature": "2.52.13",
56
+ "@webex/internal-plugin-flag": "2.52.13",
57
+ "@webex/internal-plugin-mercury": "2.52.13",
58
+ "@webex/internal-plugin-metrics": "2.52.13",
59
+ "@webex/internal-plugin-search": "2.52.13",
60
+ "@webex/internal-plugin-support": "2.52.13",
61
+ "@webex/internal-plugin-team": "2.52.13",
62
+ "@webex/internal-plugin-user": "2.52.13",
63
+ "@webex/plugin-authorization-node": "2.52.13",
64
+ "@webex/plugin-logger": "2.52.13",
65
+ "@webex/webex-core": "2.52.13",
66
66
  "body-parser": "^1.19.0",
67
67
  "compression": "^1.7.4",
68
68
  "cors": "^2.8.5",