Skip to content

Commit

Permalink
chore: Release v1.3.1 - See CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Oct 7, 2023
1 parent d8deb2f commit 31f1a01
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.1 (October 7th, 2023)

- up config to omit token from logging

## 1.3.0 (October 7th, 2023)

- up node and dependencies
Expand Down
18 changes: 17 additions & 1 deletion cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,24 @@
"prettyPrint": true
},
"fieldOptions": {
"maskFields": [
"password",
"request.password",
"request.token",
"items.[0].password"
],
"omitFields": [
"custom_arguments"
"context",
"custom_arguments",
"subject.token",
"token",
"tokens",
"items.[0].tokens",
"messages.[0].tokens",
"request.items.[0].tokens",
"response.payload.token",
"response.payload.tokens",
"request.subject.token"
]
}
},
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@restorecommerce/resource-srv",
"version": "1.3.0",
"version": "1.3.1",
"description": "Restore Commerce Resource Microservice",
"main": "lib/start.js",
"author": "n-fuse GmbH",
Expand Down

0 comments on commit 31f1a01

Please sign in to comment.