You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2020/11/05 18:58:31 UTC

[openwhisk] branch master updated: bump openwhisk-client-js to 3.21.3 (#5022)

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 cb16450  bump openwhisk-client-js to 3.21.3 (#5022)
cb16450 is described below

commit cb1645052dab33d18e5d0c059df6d1ef7ce3a6de
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Thu Nov 5 13:58:15 2020 -0500

    bump openwhisk-client-js to 3.21.3 (#5022)
---
 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 8167ebf..3fa8b51 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.21.1",
+    "openwhisk": "^3.21.3",
     "xmlhttprequest": "^1.8.0"
   }
 }