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

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


The following commit(s) were added to refs/heads/master by this push:
     new e6b0524  Add redis and uuid npm modules (#151)
e6b0524 is described below

commit e6b0524e6e987748a7fd02881c4703ad99dd1106
Author: ddragosd <[email protected]>
AuthorDate: Wed Oct 2 16:15:56 2019 +0200

    Add redis and uuid npm modules (#151)
---
 core/nodejs10Action/package.json   | 4 +++-
 core/nodejs12Action/package.json   | 4 +++-
 core/nodejs8Action/package.json    | 4 +++-
 core/nodejsActionBase/package.json | 4 +++-
 4 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/core/nodejs10Action/package.json b/core/nodejs10Action/package.json
index 9e5ef4e..1e94610 100644
--- a/core/nodejs10Action/package.json
+++ b/core/nodejs10Action/package.json
@@ -11,6 +11,8 @@
     "openwhisk": "3.18.0",
     "body-parser": "1.18.3",
     "express": "4.16.4",
-    "serialize-error": "3.0.0"
+    "serialize-error": "3.0.0",
+    "redis": "2.8.0",
+    "uuid": "3.3.0"
   }
 }
diff --git a/core/nodejs12Action/package.json b/core/nodejs12Action/package.json
index 1787b41..1cf7b5f 100644
--- a/core/nodejs12Action/package.json
+++ b/core/nodejs12Action/package.json
@@ -11,6 +11,8 @@
     "openwhisk": "3.18.0",
     "body-parser": "1.18.3",
     "express": "4.16.4",
-    "serialize-error": "3.0.0"
+    "serialize-error": "3.0.0",
+    "redis": "2.8.0",
+    "uuid": "3.3.0"
   }
 }
diff --git a/core/nodejs8Action/package.json b/core/nodejs8Action/package.json
index 88700b7..b9f7b3c 100644
--- a/core/nodejs8Action/package.json
+++ b/core/nodejs8Action/package.json
@@ -11,6 +11,8 @@
     "openwhisk": "3.18.0",
     "body-parser": "1.18.2",
     "express": "4.16.2",
-    "serialize-error": "3.0.0"
+    "serialize-error": "3.0.0",
+    "redis": "2.8.0",
+    "uuid": "3.3.0"
   }
 }
diff --git a/core/nodejsActionBase/package.json 
b/core/nodejsActionBase/package.json
index 12d1ebd..848543e 100644
--- a/core/nodejsActionBase/package.json
+++ b/core/nodejsActionBase/package.json
@@ -15,6 +15,8 @@
     "express": "4.14.0",
     "log4js": "0.6.38",
     "request": "2.79.0",
-    "serialize-error": "3.0.0"
+    "serialize-error": "3.0.0",
+    "redis": "2.8.0",
+    "uuid": "3.3.0"
   }
 }

Reply via email to