@mojaloop/sdk-scheme-adapter 13.0.4 → 14.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -64,7 +64,7 @@ executors:
64
64
  default-docker:
65
65
  working_directory: /home/circleci/project
66
66
  docker:
67
- - image: node:16-alpine
67
+ - image: node:16.15.0-alpine
68
68
 
69
69
  default-machine:
70
70
  machine:
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- v16.14
1
+ v16.15.0
package/CHANGELOG.md CHANGED
@@ -1,4 +1,15 @@
1
1
  # Changelog: [mojaloop/thirdparty-api-svc](https://github.com/mojaloop/thirdparty-api-svc)
2
+ ## [14.0.0](https://github.com/mojaloop/sdk-scheme-adapter/compare/v13.0.4...v14.0.0) (2022-05-19)
3
+
4
+
5
+ ### ⚠ BREAKING CHANGES
6
+
7
+ * bump nodejs version and update central services (#319)
8
+
9
+ ### Features
10
+
11
+ * bump nodejs version and update central services ([#319](https://github.com/mojaloop/sdk-scheme-adapter/issues/319)) ([ee5a6da](https://github.com/mojaloop/sdk-scheme-adapter/commit/ee5a6da0650aa186114755c88889c441da6dfe8a))
12
+
2
13
  ### [13.0.4](https://github.com/mojaloop/sdk-scheme-adapter/compare/v13.0.3...v13.0.4) (2022-05-13)
3
14
 
4
15
 
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:16-alpine as builder
1
+ FROM node:16.15.0-alpine as builder
2
2
 
3
3
  RUN apk add --no-cache git python3 build-base
4
4
 
@@ -12,7 +12,7 @@ WORKDIR /src
12
12
  COPY ./package.json .
13
13
  COPY ./package-lock.json .
14
14
  RUN npm ci --only=production
15
- FROM node:16-alpine
15
+ FROM node:16.15.0-alpine
16
16
 
17
17
  ARG BUILD_DATE
18
18
  ARG VCS_URL
@@ -417,8 +417,8 @@
417
417
  },
418
418
  "1070030|@mojaloop/central-services-shared>widdershins>markdown-it": {
419
419
  "decision": "ignore",
420
- "madeAt": 1650460940438,
421
- "expiresAt": 1653052932045
420
+ "madeAt": 1652982823332,
421
+ "expiresAt": 1655574816261
422
422
  },
423
423
  "1070030|@mojaloop/central-services-shared>shins>markdown-it": {
424
424
  "decision": "ignore",
@@ -504,8 +504,38 @@
504
504
  "decision": "ignore",
505
505
  "madeAt": 1651249549067,
506
506
  "expiresAt": 1653841542147
507
+ },
508
+ "1068155|@mojaloop/central-services-shared>shins>markdown-it>sanitize-html": {
509
+ "decision": "ignore",
510
+ "madeAt": 1652981366297,
511
+ "expiresAt": 1655573359219
512
+ },
513
+ "1070260|@mojaloop/central-services-shared>shins>markdown-it>sanitize-html": {
514
+ "decision": "ignore",
515
+ "madeAt": 1652981367363,
516
+ "expiresAt": 1655573359219
517
+ },
518
+ "1070030|shins>markdown-it": {
519
+ "decision": "ignore",
520
+ "madeAt": 1652982823332,
521
+ "expiresAt": 1655574816261
522
+ },
523
+ "1068310|@mojaloop/central-services-shared>widdershins>markdown-it>yargs>yargs-parser": {
524
+ "decision": "ignore",
525
+ "madeAt": 1652982824567,
526
+ "expiresAt": 1655574816261
527
+ },
528
+ "1068155|shins>markdown-it>sanitize-html": {
529
+ "decision": "ignore",
530
+ "madeAt": 1652982826025,
531
+ "expiresAt": 1655574816261
532
+ },
533
+ "1070260|shins>markdown-it>sanitize-html": {
534
+ "decision": "ignore",
535
+ "madeAt": 1652982827137,
536
+ "expiresAt": 1655574816261
507
537
  }
508
538
  },
509
539
  "rules": {},
510
540
  "version": 1
511
- }
541
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/sdk-scheme-adapter",
3
- "version": "13.0.4",
3
+ "version": "14.0.0",
4
4
  "description": "An adapter for connecting to Mojaloop API enabled switches.",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -54,15 +54,9 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@koa/cors": "^3.1.0",
57
- "@mojaloop/central-services-error-handling": "11.3.0",
58
- "@mojaloop/central-services-health": "13.0.0",
59
- "@mojaloop/central-services-logger": "10.6.1",
60
- "@mojaloop/central-services-metrics": "11.0.0",
61
- "@mojaloop/central-services-shared": "14.0.0",
62
- "@mojaloop/event-sdk": "10.7.1",
63
- "@mojaloop/sdk-standard-components": "^16.0.0",
64
- "ajv": "8.6.3",
65
- "ajv-keywords": "5.0.0",
57
+ "@mojaloop/central-services-shared": "17.0.2",
58
+ "@mojaloop/sdk-standard-components": "^17.0.1",
59
+ "ajv": "8.11.0",
66
60
  "axios": "^0.21.4",
67
61
  "co-body": "^6.1.0",
68
62
  "dotenv": "^10.0.0",