@onlineapps/service-wrapper 2.1.93 → 2.1.94

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/package.json +1 -1
  2. package/src/index.js +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onlineapps/service-wrapper",
3
- "version": "2.1.93",
3
+ "version": "2.1.94",
4
4
  "description": "Thin orchestration layer for microservices - delegates all infrastructure concerns to specialized connectors",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
package/src/index.js CHANGED
@@ -114,6 +114,8 @@ async function bootstrap(serviceRoot, options = {}) {
114
114
  version: config.service.version,
115
115
  port: config.service.port,
116
116
  url: config.service.url,
117
+ specificationEndpoint: config.service.specificationEndpoint,
118
+ description: config.service.description,
117
119
  env: config.service.env || runtimeCfg.get('nodeEnv')
118
120
  },
119
121
  wrapper: config.wrapper