diff --git a/.circleci/config.yml b/.circleci/config.yml index ec887e654..932995fdb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: - - /.*/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 210b80553..a54bcdbec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/audit-ci.jsonc b/audit-ci.jsonc index 04b1b9fcb..80f42e924 100644 --- a/audit-ci.jsonc +++ b/audit-ci.jsonc @@ -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", diff --git a/package.json b/package.json index 960e6b01b..b45558f38 100644 --- a/package.json +++ b/package.json @@ -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 ", "Steven Oderayi ", @@ -17,7 +16,8 @@ "Paweł Marzec ", "Kevin Leyow ", - "Yevhen Kyriukha " + "Yevhen Kyriukha ", + "Vijay Kumar Guthi " ], "packageManager": "yarn@3.2.0", "engines": {