Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
Update the nordigen-node gem to get new endpoints (#310)
Browse files Browse the repository at this point in the history
* Update the nordigen-node gem to get new endpoints
  • Loading branch information
twk3 authored Feb 13, 2024
1 parent 13a3916 commit 16faf49
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"express-response-size": "^0.0.3",
"jws": "^4.0.0",
"migrate": "^2.0.1",
"nordigen-node": "^1.2.6",
"nordigen-node": "^1.3.0",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/310.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [twk3]
---

Switch from using deprecated gocardless endpoints.
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1639,7 +1639,7 @@ __metadata:
jest: "npm:^29.3.1"
jws: "npm:^4.0.0"
migrate: "npm:^2.0.1"
nordigen-node: "npm:^1.2.6"
nordigen-node: "npm:^1.3.0"
prettier: "npm:^2.8.3"
supertest: "npm:^6.3.1"
typescript: "npm:^4.9.5"
Expand Down Expand Up @@ -4831,13 +4831,13 @@ __metadata:
languageName: node
linkType: hard

"nordigen-node@npm:^1.2.6":
version: 1.2.6
resolution: "nordigen-node@npm:1.2.6"
"nordigen-node@npm:^1.3.0":
version: 1.3.0
resolution: "nordigen-node@npm:1.3.0"
dependencies:
axios: "npm:^1.2.1"
dotenv: "npm:^10.0.0"
checksum: 2a148a206e5b9ff30565dcc330057ff4f083bf389e3fe84e45d75505376c912d3a754d9332aad79b0c679959431b84bc8d8f66b4501e88afe5b4a74aa22e1cdd
checksum: 033771af257ecf8e36a375b07e10246b08d23b647ef2db737b6efe52a1bcd68f04c88c2aff6790d4cbcd00da0148550247624142a6eea7444d370b2e65f08fc8
languageName: node
linkType: hard

Expand Down

0 comments on commit 16faf49

Please sign in to comment.