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

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 78db60e  use openwhisk-client-js 3.21.1 in owperf package (#4824)
78db60e is described below

commit 78db60e310d02bbf8243d5b76b990d93fb9a8e84
Author: David Grove <[email protected]>
AuthorDate: Wed Feb 12 20:32:39 2020 -0500

    use openwhisk-client-js 3.21.1 in owperf package (#4824)
---
 tools/owperf/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/owperf/package.json b/tools/owperf/package.json
index 4e4db61..8167ebf 100644
--- a/tools/owperf/package.json
+++ b/tools/owperf/package.json
@@ -18,7 +18,7 @@
     "commander": "^2.19.0",
     "ini": "^1.3.5",
     "node-exec-promise": "^1.0.2",
-    "openwhisk": "^3.18.0",
+    "openwhisk": "^3.21.1",
     "xmlhttprequest": "^1.8.0"
   }
 }

Reply via email to