This is an automated email from the ASF dual-hosted git repository.

csantanapr pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-nodejs.git


The following commit(s) were added to refs/heads/master by this push:
     new b07f747  update openwhisk npm package for nodejs6 and nodejs8 (#46)
b07f747 is described below

commit b07f747f223b7867f1080b6fca7ebf3f3b55a8e6
Author: Eric Weiterman <[email protected]>
AuthorDate: Tue May 1 15:09:45 2018 -0400

    update openwhisk npm package for nodejs6 and nodejs8 (#46)
---
 LICENSE.txt                     | 2 +-
 core/nodejs6Action/CHANGELOG.md | 5 +++++
 core/nodejs6Action/Dockerfile   | 2 +-
 core/nodejs8Action/CHANGELOG.md | 5 +++++
 core/nodejs8Action/package.json | 2 +-
 5 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/LICENSE.txt b/LICENSE.txt
index 456e5f9..64ab8a2 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -422,7 +422,7 @@ Apache CouchDB Nano 6.2.0 (nano - 
https://github.com/apache/couchdb-nano/)
   License included at licenses/LICENSE-nano.txt, or 
https://github.com/apache/couchdb-nano/blob/master/LICENSE
   Copyright (c) 2016 IBM Cloudant, Inc. All rights reserved.
 
-OpenWhisk Client for JavaScript 3.14.0 (openwhisk - 
https://github.com/apache/incubator-openwhisk-client-js/)
+OpenWhisk Client for JavaScript 3.15.0 (openwhisk - 
https://github.com/apache/incubator-openwhisk-client-js/)
   License included at licenses/LICENSE-openwhisk.txt, or 
https://github.com/apache/incubator-openwhisk-client-js/blob/master/LICENSE.txt
   Copyright 2015-2016  IBM Corporation
 
diff --git a/core/nodejs6Action/CHANGELOG.md b/core/nodejs6Action/CHANGELOG.md
index 306d4c6..1b53f50 100644
--- a/core/nodejs6Action/CHANGELOG.md
+++ b/core/nodejs6Action/CHANGELOG.md
@@ -18,6 +18,11 @@
 
 # NodeJS 6 OpenWhisk Runtime Container
 
+## 1.9.0
+Change: Update npm openwhisk package from `3.14.0` to `3.15.0`
+
+- [openwhisk v3.15.0](https://www.npmjs.com/package/openwhisk) - JavaScript 
client library for the OpenWhisk platform. Provides a wrapper around the 
OpenWhisk APIs.
+
 ## 1.8.1
 Change: Update Node.js
 
diff --git a/core/nodejs6Action/Dockerfile b/core/nodejs6Action/Dockerfile
index c57d863..78d903f 100644
--- a/core/nodejs6Action/Dockerfile
+++ b/core/nodejs6Action/Dockerfile
@@ -62,7 +62,7 @@ [email protected] \
 [email protected] \
 [email protected] \
 [email protected] \
[email protected] \
[email protected] \
 [email protected] \
 [email protected] \
 pug@">=2.0.0-beta6 <2.0.1" \
diff --git a/core/nodejs8Action/CHANGELOG.md b/core/nodejs8Action/CHANGELOG.md
index c162638..7bf0b74 100644
--- a/core/nodejs8Action/CHANGELOG.md
+++ b/core/nodejs8Action/CHANGELOG.md
@@ -18,6 +18,11 @@
 
 # NodeJS 8 OpenWhisk Runtime Container
 
+## 1.6.0
+Change: Update openwhisk npm package from `3.14.0` to `3.15.0`
+
+- [openwhisk v3.15.0](https://www.npmjs.com/package/openwhisk) - JavaScript 
client library for the OpenWhisk platform. Provides a wrapper around the 
OpenWhisk APIs.
+
 ## 1.5.1
 Change: Update Node.js
 
diff --git a/core/nodejs8Action/package.json b/core/nodejs8Action/package.json
index 9eb2d84..0f4a77a 100644
--- a/core/nodejs8Action/package.json
+++ b/core/nodejs8Action/package.json
@@ -8,7 +8,7 @@
   },
   "license": "Apache-2.0",
   "dependencies": {
-    "openwhisk": "3.14.0",
+    "openwhisk": "3.15.0",
     "body-parser": "1.18.2",
     "express": "4.16.2"
   }

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to