Skip to content

Commit 1a6c337

Browse files
Merge pull request #55 from figo-connect/rollback-winston
Rollback winston
2 parents e689f49 + ec799c2 commit 1a6c337

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,14 @@ figo Node.js SDK is released under the [MIT License](http://opensource.org/licen
237237
Changelog and New Features
238238
--------------------------
239239

240+
### 3.1.3
241+
242+
- rolled back to Winston 2.4.4 for compatibility
243+
244+
### 3.1.2
245+
246+
- updated dependencies to current stable versions
247+
240248
### 3.1.1
241249

242250
- Dropped support for node.js 4.0

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "figo",
33
"description": "API wrapper for figo Connect.",
4-
"version": "3.1.1",
4+
"version": "3.1.3",
55
"author": "figo <dev@figo.io>",
66
"license": "MIT",
77
"main": "./lib/figo.js",
@@ -18,10 +18,10 @@
1818
"mocha": ""
1919
},
2020
"engines": {
21-
"node": ">=4.2.0"
21+
"node": ">=6.17.0"
2222
},
2323
"dependencies": {
24-
"clone": "^1.0.2",
25-
"winston": "^2.3.0"
24+
"clone": "^2.1.2",
25+
"winston": "^2.4.4"
2626
}
2727
}

0 commit comments

Comments
 (0)