Skip to content

Commit

Permalink
chore: address merge mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow committed Oct 20, 2022
1 parent 08b4d28 commit 8902c75
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 45 deletions.
40 changes: 0 additions & 40 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -811,43 +811,3 @@ workflows:
branches:
ignore:
- /.*/

- publish-npm:
context: org-global
requires:
- pr-tools/pr-title-check
- validate-openapi
- test-dependencies
- test-lint
- test-unit
- test-integration
- vulnerability-check
- audit-licenses
- license-scan
- image-scan
filters:
tags:
only: /v[0-9]+(\.[0-9]+)*/
branches:
ignore:
- /.*/

- publish-npm-snapshot:
context: org-global
requires:
- pr-tools/pr-title-check
- validate-openapi
- test-dependencies
- test-lint
- test-unit
- test-integration
- vulnerability-check
- audit-licenses
- license-scan
- image-scan
filters:
tags:
only: /v[0-9]+(\.[0-9]+)*\-snapshot+((\.[0-9]+)?)/
branches:
ignore:
- /.*/
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Changelog: [mojaloop/thirdparty-api-svc](https://github.com/mojaloop/thirdparty-api-svc)
# Changelog: [mojaloop/sdk-scheme-adapter](https://github.com/mojaloop/sdk-scheme-adapter)
### [19.0.1](https://github.com/mojaloop/sdk-scheme-adapter/compare/v19.0.0...v19.0.1) (2022-08-24)


Expand Down
2 changes: 0 additions & 2 deletions audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
// Only use one of ["low": true, "moderate": true, "high": true, "critical": true]
"moderate": true,
"allowlist": [
"GHSA-v88g-cgmw-v5xw",
"GHSA-phwq-j96m-2c2q",
"GHSA-282f-qqgm-c34q",
"GHSA-v88g-cgmw-v5xw",
"GHSA-mjxr-4v3x-q3m4",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"bugs": {
"url": "https://github.com/mojaloop/sdk-scheme-adapter/issues#readme"
},
"author": "Matt Kingston, James Bush, ModusBox Inc.",
"contributors": [
"Kamuela Franco <[email protected]>",
"Steven Oderayi <[email protected]>",
Expand All @@ -17,7 +16,8 @@
"Paweł Marzec <[email protected]>",
"Kevin Leyow <[email protected]",
"Miguel de Barros <[email protected]>",
"Yevhen Kyriukha <[email protected]>"
"Yevhen Kyriukha <[email protected]>",
"Vijay Kumar Guthi <[email protected]>"
],
"packageManager": "[email protected]",
"engines": {
Expand Down

0 comments on commit 8902c75

Please sign in to comment.