From a6df06cec913c74ba5b2dcc85fe7b6cd708f9151 Mon Sep 17 00:00:00 2001 From: Stephen Ausman Date: Wed, 26 Oct 2016 10:18:09 -0500 Subject: [PATCH 1/2] Upgrade node-fetch to 1.6.3 --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 1a8ba53..aaeace8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dwolla-v2", - "version": "1.2.1", + "version": "1.2.2", "description": "Dwolla V2 API client", "main": "src/index.js", "scripts": { @@ -13,21 +13,21 @@ "author": "Stephen Ausman ", "license": "MIT", "devDependencies": { - "@shinnn/eslint-config-node-legacy": "^2.0.0", - "chai": "^3.5.0", - "chai-as-promised": "^5.3.0", - "eslint": "^2.5.3", - "mocha": "^2.4.5", - "nock": "^7.7.3", - "sinon": "^1.17.3" + "@shinnn/eslint-config-node-legacy": "2.0.0", + "chai": "3.5.0", + "chai-as-promised": "5.3.0", + "eslint": "2.5.3", + "form-data": "2.1.1", + "mocha": "2.4.5", + "nock": "7.7.3", + "sinon": "1.17.3" }, "dependencies": { "bluebird": "3.4.1", - "form-data": "1.0.0-rc4", "form-urlencoded": "1.4.1", "invariant": "2.2.1", "is-stream": "1.1.0", "lodash": "4.13.1", - "node-fetch": "1.5.3" + "node-fetch": "1.6.3" } } From a1a24676a6f92a02a188b197c9e2a93485051a89 Mon Sep 17 00:00:00 2001 From: Stephen Ausman Date: Wed, 26 Oct 2016 10:29:03 -0500 Subject: [PATCH 2/2] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 21088b2..24a755c 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,7 @@ The gem is available as open source under the terms of the [MIT License](https:/ ## Changelog +- **1.2.2** Upgrade `node-fetch` dependency to fix `form-data` compatibility ([#15][/Dwolla/dwolla-v2-node/issues/15]) - **1.2.1** Add support for `verified_account` and `dwolla_landing` auth flags - **1.2.0** Reject promises with Errors instead of plain objects ([#8](/Dwolla/dwolla-v2-node/issues/8)) - **1.1.2** Fix issue uploading files ([#4](/Dwolla/dwolla-v2-node/issues/4))