Skip to content

Commit

Permalink
chore: pull in changes from master
Browse files Browse the repository at this point in the history
  • Loading branch information
mojaloopci authored and kleyow committed Oct 20, 2022
1 parent b0b3617 commit c865c89
Show file tree
Hide file tree
Showing 7 changed files with 824 additions and 518 deletions.
32 changes: 31 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,34 @@
# Changelog: [mojaloop/sdk-scheme-adapter](https://github.com/mojaloop/sdk-scheme-adapter)
# Changelog: [mojaloop/thirdparty-api-svc](https://github.com/mojaloop/thirdparty-api-svc)
### [19.0.1](https://github.com/mojaloop/sdk-scheme-adapter/compare/v19.0.0...v19.0.1) (2022-08-24)


### Bug Fixes

* **mojaloop/2886:** fix bulk-quotes and bulk-transfers functionality ([#344](https://github.com/mojaloop/sdk-scheme-adapter/issues/344)) ([85f308b](https://github.com/mojaloop/sdk-scheme-adapter/commit/85f308be589b41f0c7281c65163d791b8052accf))

## [19.0.0](https://github.com/mojaloop/sdk-scheme-adapter/compare/v18.0.2...v19.0.0) (2022-07-28)


### ⚠ BREAKING CHANGES

* use updated outbound OpenAPI specification from api-snippets (#340)

### Features

* use updated outbound OpenAPI specification from api-snippets ([#340](https://github.com/mojaloop/sdk-scheme-adapter/issues/340)) ([92eb491](https://github.com/mojaloop/sdk-scheme-adapter/commit/92eb4918fcbebc4532ebd1434aa7c565822e15bd))

### [18.0.2](https://github.com/mojaloop/sdk-scheme-adapter/compare/v18.0.1...v18.0.2) (2022-07-27)


### Bug Fixes

* ws-connection-issue ([#339](https://github.com/mojaloop/sdk-scheme-adapter/issues/339)) ([e29e158](https://github.com/mojaloop/sdk-scheme-adapter/commit/e29e158807d1c758e18418752339b8b10d42377b))


### Chore

* updates to readme for header badges [skip ci] ([#334](https://github.com/mojaloop/sdk-scheme-adapter/issues/334)) ([415bb33](https://github.com/mojaloop/sdk-scheme-adapter/commit/415bb3380a17cfd35841095bb9b2f399e969f5c6))

### [18.0.1](https://github.com/mojaloop/sdk-scheme-adapter/compare/v18.0.0...v18.0.1) (2022-07-12)


Expand Down
16 changes: 8 additions & 8 deletions modules/api-svc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@
"dependencies": {
"@koa/cors": "^4.0.0",
"@mojaloop/api-snippets": "^16.0.4",
"@mojaloop/central-services-error-handling": "^12.0.4",
"@mojaloop/central-services-error-handling": "^12.0.5",
"@mojaloop/central-services-logger": "^11.0.1",
"@mojaloop/central-services-metrics": "^12.0.5",
"@mojaloop/central-services-shared": "17.3.1",
"@mojaloop/event-sdk": "^11.0.2",
"@mojaloop/sdk-scheme-adapter-private-shared-lib": "workspace:^",
"@mojaloop/sdk-standard-components": "^17.1.1",
"ajv": "8.11.0",
"axios": "^1.1.2",
"axios": "^1.1.3",
"co-body": "^6.1.0",
"dotenv": "^16.0.3",
"env-var": "^7.3.0",
Expand All @@ -92,19 +92,19 @@
"ws": "^8.9.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@redocly/openapi-cli": "^1.0.0-beta.94",
"@types/jest": "^29.1.2",
"babel-jest": "^29.1.2",
"@types/jest": "^29.2.0",
"babel-jest": "^29.2.1",
"eslint": "^8.25.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.1",
"jest": "^29.1.2",
"eslint-plugin-jest": "^27.1.3",
"jest": "^29.2.1",
"jest-junit": "^14.0.1",
"nock": "^13.2.9",
"npm-check-updates": "^16.3.11",
"npm-check-updates": "^16.3.14",
"openapi-response-validator": "^12.0.2",
"openapi-typescript": "^5.4.1",
"redis-mock": "^0.56.3",
Expand Down
12 changes: 6 additions & 6 deletions modules/outbound-command-event-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,19 @@
"devDependencies": {
"@types/convict": "^6.1.1",
"@types/express": "^4.17.14",
"@types/jest": "^29.1.2",
"@types/node": "^18.8.3",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.2",
"@types/node-cache": "^4.2.5",
"@types/supertest": "^2.0.12",
"@types/swagger-ui-express": "^4.1.3",
"@types/yamljs": "^0.2.31",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"copyfiles": "^2.4.1",
"eslint": "^8.25.0",
"jest": "^29.1.2",
"jest": "^29.2.1",
"nodemon": "^2.0.20",
"npm-check-updates": "^16.3.11",
"npm-check-updates": "^16.3.14",
"replace": "^1.2.1",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.3",
Expand Down
12 changes: 6 additions & 6 deletions modules/outbound-domain-event-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@
"devDependencies": {
"@types/convict": "^6.1.1",
"@types/express": "^4.17.14",
"@types/jest": "^29.1.2",
"@types/node": "^18.8.3",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.2",
"@types/node-cache": "^4.2.5",
"@types/supertest": "^2.0.12",
"@types/swagger-ui-express": "^4.1.3",
"@types/yamljs": "^0.2.31",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"copyfiles": "^2.4.1",
"eslint": "^8.25.0",
"jest": "^29.1.2",
"jest": "^29.2.1",
"nodemon": "^2.0.20",
"npm-check-updates": "^16.3.11",
"npm-check-updates": "^16.3.14",
"replace": "^1.2.1",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.3",
Expand Down
6 changes: 3 additions & 3 deletions modules/private-shared-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/node": "^18.8.3",
"@types/node": "^18.11.2",
"eslint": "^8.25.0",
"jest": "^29.1.2",
"npm-check-updates": "^16.3.11",
"jest": "^29.2.1",
"npm-check-updates": "^16.3.14",
"replace": "^1.2.1",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.3",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,23 +61,23 @@
"wait-4-docker": "node ./scripts/_wait4_all.js"
},
"dependencies": {
"nx": "14.8.3",
"nx": "15.0.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/jest": "^29.1.2",
"@types/node": "^18.8.3",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.2",
"@types/node-cache": "^4.2.5",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"audit-ci": "^6.3.0",
"eslint": "^8.25.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "latest",
"husky": "^8.0.1",
"jest": "^29.1.2",
"jest": "^29.2.1",
"nodemon": "^2.0.20",
"npm-check-updates": "^16.3.11",
"npm-check-updates": "^16.3.14",
"replace": "^1.2.1",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.3",
Expand Down
Loading

0 comments on commit c865c89

Please sign in to comment.