Skip to content

Commit

Permalink
Release 5.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
WorldlineConnect committed Oct 31, 2024
1 parent 154c01e commit 5a47a4e
Show file tree
Hide file tree
Showing 90 changed files with 246 additions and 201 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
/coverage
/lib
/docs
logfile.txt
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
/coverage
/docs
/lib
/schemas
175 changes: 98 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "connect-sdk-nodejs",
"version": "5.2.0",
"version": "5.3.0",
"description": "SDK to communicate with the Worldline Global Collect platform using the Worldline Connect Server API",
"homepage": "https://github.com/Worldline-Global-Collect/connect-sdk-nodejs#readme",
"bugs": {
Expand Down Expand Up @@ -35,7 +35,6 @@
"jsonschema": "^1.4.1",
"lodash": "^4.17.21",
"secure-compare": "^3.0.1",
"traverse": "^0.6.8",
"uuid": "^9.0.1"
},
"devDependencies": {
Expand All @@ -46,13 +45,12 @@
"@types/lodash": "^4.14.202",
"@types/node": "^12.20.55",
"@types/supertest": "^6.0.2",
"@types/traverse": "^0.6.36",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"body-parser": "^1.20.2",
"body-parser": "^1.20.3",
"eslint": "^7.32.0",
"express": "^4.19.2",
"express": "^4.21.0",
"husky": "^4.3.8",
"jest": "^28.1.3",
"jest-junit": "^16.0.0",
Expand Down Expand Up @@ -89,6 +87,7 @@
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"collectCoverage": true,
"runner": "groups",
"reporters": [
"default",
Expand Down
Loading

0 comments on commit 5a47a4e

Please sign in to comment.