From 81ed44820d6f0c95b1ebd8cc9c2809be3f3d7712 Mon Sep 17 00:00:00 2001 From: "Sykes, Ben (GE Digital)" Date: Thu, 18 Aug 2016 09:41:05 -0700 Subject: [PATCH 1/2] Update predix-uaa-client version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d74c7da..d08a226 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "debug": "^2.2.0", - "predix-uaa-client": "^1.0.0", + "predix-uaa-client": "^1.1.0", "request": "^2.72.0", "url": "^0.11.0" } From aa9584b934602c641505093feddcaef0fe6db11c Mon Sep 17 00:00:00 2001 From: "Sykes, Ben (GE Digital)" Date: Thu, 18 Aug 2016 09:41:09 -0700 Subject: [PATCH 2/2] 1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d08a226..3fafb1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "predix-acs-client", - "version": "1.1.0", + "version": "1.1.1", "description": "Node module to check authorization for an action with ACS protecting REST endpoints. This library does not provide ACS administration functionality.", "main": "index.js", "scripts": {