From 0c7c9da41116dc3b8e0f10d1c8bd979c79b8c335 Mon Sep 17 00:00:00 2001 From: Scott Ware Date: Fri, 28 Jun 2019 22:43:19 +0100 Subject: [PATCH] Update OISP SDK dependency to v1.0.0 Signed-off-by: Scott Ware --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9d5735..c959f8d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "OISP Command Line Interface", "main": "", "dependencies": { - "@open-iot-service-platform/oisp-sdk-js": "^1.0.0beta3", + "@open-iot-service-platform/oisp-sdk-js": "^1.0.0", "commander": "^2.11.0", "mathjs": "^3.16.5", "winston": "^2.4.0"