diff options
author | Alex Shatov <alexs@att.com> | 2017-09-15 13:52:31 -0400 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2017-09-15 13:52:31 -0400 |
commit | b511ff360603599c43e066722d3902a55fac3f6d (patch) | |
tree | 7caa5c8ceb51568b444f0bd4ed9158fe92e8355e /package.json | |
parent | 3486bd1a77a8a3f198de171fda34c102406a26ea (diff) |
4.2.0 - added the policy-update handling
* API version 4.1.0 - added /policy, /swagger-ui
* new: policy update with queuing of execute-operations
* more data on info - branch+commit-datetime
* expecting consul ip to be in /etc/hosts
* added swagger-ui and added policy to *API.yaml
* common logging - more audits and metrics records
- directly in promise_request
Change-Id: I7d32f34100a16b5b7293ed5afe67f5c8c3098495
Issue-Id: DCAEGEN2-62
Signed-off-by: Alex Shatov <alexs@att.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index 40cf785..ec38a72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "DCAE-Orch-Deployment-Handler", - "version": "4.1.4", + "version": "4.2.0", "description": "DCAE Orchestrator Deployment Handler", "main": "deployment-handler.js", "dependencies": { @@ -8,7 +8,9 @@ "body-parser": "^1.15.0", "express": "^4.13.4", "log4js": "^0.6.33", - "uuid": "^3.0.1" + "swagger-ui-express": "latest", + "uuid": "^3.0.1", + "yamljs": "latest" }, "devDependencies": {}, "scripts": { |