Comparing version 1.0.4 to 1.0.5
@@ -51,4 +51,4 @@ class Client { | ||
csvWriter | ||
.writeRecords(data) | ||
.writeRecords(clientInfo) | ||
.then(()=> console.log('The CSV file was written successfully')); | ||
} |
{ | ||
"name": "coaclient", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Custom Node.js library for manage CourseraOAuth2 API tokens", | ||
@@ -5,0 +5,0 @@ "main": "coaclient", |
12327