@webex/webex-server 2.60.0-next.4 → 2.60.0-next.6

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.60.0-next.4",
48
+ version: "2.60.0-next.6",
49
49
  'sdk-version': _webex.default.version
50
50
  });
51
51
  });
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": "^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.4",
41
- "@webex/test-helper-mocha": "^2.60.0-next.4",
42
- "@webex/test-helper-mock-webex": "^2.60.0-next.4",
43
- "@webex/test-helper-test-users": "^2.60.0-next.4",
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.6",
41
+ "@webex/test-helper-mocha": "2.60.0-next.6",
42
+ "@webex/test-helper-mock-webex": "2.60.0-next.6",
43
+ "@webex/test-helper-test-users": "2.60.0-next.6",
44
44
  "eslint": "^8.24.0",
45
45
  "prettier": "^2.7.1"
46
46
  },
47
47
  "dependencies": {
48
- "@webex/internal-plugin-avatar": "^2.60.0-next.4",
49
- "@webex/internal-plugin-board": "^2.60.0-next.4",
50
- "@webex/internal-plugin-calendar": "^2.60.0-next.4",
51
- "@webex/internal-plugin-conversation": "^2.60.0-next.4",
52
- "@webex/internal-plugin-device": "^2.60.0-next.4",
53
- "@webex/internal-plugin-encryption": "^2.60.0-next.4",
54
- "@webex/internal-plugin-feature": "^2.60.0-next.4",
55
- "@webex/internal-plugin-flag": "^2.60.0-next.4",
56
- "@webex/internal-plugin-mercury": "^2.60.0-next.4",
57
- "@webex/internal-plugin-metrics": "^2.60.0-next.4",
58
- "@webex/internal-plugin-search": "^2.60.0-next.4",
59
- "@webex/internal-plugin-support": "^2.60.0-next.4",
60
- "@webex/internal-plugin-team": "^2.60.0-next.4",
61
- "@webex/internal-plugin-user": "^2.60.0-next.4",
62
- "@webex/plugin-authorization-node": "^2.60.0-next.4",
63
- "@webex/plugin-logger": "^2.60.0-next.4",
64
- "@webex/webex-core": "^2.60.0-next.4",
48
+ "@webex/internal-plugin-avatar": "2.60.0-next.6",
49
+ "@webex/internal-plugin-board": "2.60.0-next.6",
50
+ "@webex/internal-plugin-calendar": "2.60.0-next.6",
51
+ "@webex/internal-plugin-conversation": "2.60.0-next.6",
52
+ "@webex/internal-plugin-device": "2.60.0-next.6",
53
+ "@webex/internal-plugin-encryption": "2.60.0-next.6",
54
+ "@webex/internal-plugin-feature": "2.60.0-next.6",
55
+ "@webex/internal-plugin-flag": "2.60.0-next.6",
56
+ "@webex/internal-plugin-mercury": "2.60.0-next.6",
57
+ "@webex/internal-plugin-metrics": "2.60.0-next.6",
58
+ "@webex/internal-plugin-search": "2.60.0-next.6",
59
+ "@webex/internal-plugin-support": "2.60.0-next.6",
60
+ "@webex/internal-plugin-team": "2.60.0-next.6",
61
+ "@webex/internal-plugin-user": "2.60.0-next.6",
62
+ "@webex/plugin-authorization-node": "2.60.0-next.6",
63
+ "@webex/plugin-logger": "2.60.0-next.6",
64
+ "@webex/webex-core": "2.60.0-next.6",
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.4"
90
+ "version": "2.60.0-next.6"
91
91
  }