@mojaloop/sdk-scheme-adapter 24.1.0-snapshot.5 → 24.1.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.
Binary file
package/CHANGELOG.md CHANGED
@@ -1,4 +1,11 @@
1
1
  # Changelog: [mojaloop/sdk-scheme-adapter](https://github.com/mojaloop/sdk-scheme-adapter)
2
+ ## [24.1.0](https://github.com/mojaloop/sdk-scheme-adapter/compare/v24.0.8...v24.1.0) (2025-02-21)
3
+
4
+
5
+ ### Features
6
+
7
+ * pass kyc data to transfers ([#545](https://github.com/mojaloop/sdk-scheme-adapter/issues/545)) ([298de0d](https://github.com/mojaloop/sdk-scheme-adapter/commit/298de0d89bceb287501d6efcc5794a0bd2cc466f))
8
+
2
9
  ### [24.0.8](https://github.com/mojaloop/sdk-scheme-adapter/compare/v24.0.7...v24.0.8) (2025-02-12)
3
10
 
4
11
 
@@ -68,12 +68,12 @@
68
68
  "@mojaloop/central-services-error-handling": "^13.0.6",
69
69
  "@mojaloop/central-services-logger": "^11.5.5",
70
70
  "@mojaloop/central-services-metrics": "^12.4.5",
71
- "@mojaloop/central-services-shared": "^18.18.0",
71
+ "@mojaloop/central-services-shared": "^18.18.1",
72
72
  "@mojaloop/event-sdk": "^14.1.4",
73
73
  "@mojaloop/logging-bc-client-lib": "0.5.8",
74
- "@mojaloop/ml-schema-transformer-lib": "^2.5.2",
74
+ "@mojaloop/ml-schema-transformer-lib": "^2.5.3",
75
75
  "@mojaloop/sdk-scheme-adapter-private-shared-lib": "workspace:^",
76
- "@mojaloop/sdk-standard-components": "19.6.5",
76
+ "@mojaloop/sdk-standard-components": "19.6.6",
77
77
  "ajv": "8.17.1",
78
78
  "axios": "^1.7.9",
79
79
  "body-parser": "^1.20.3",
@@ -97,7 +97,7 @@
97
97
  "random-word-slugs": "^0.1.7",
98
98
  "redis": "^4.7.0",
99
99
  "uuidv4": "^6.2.13",
100
- "ws": "^8.18.0"
100
+ "ws": "^8.18.1"
101
101
  },
102
102
  "devDependencies": {
103
103
  "@babel/core": "^7.26.9",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@mojaloop/api-snippets": "17.8.0",
45
- "@mojaloop/central-services-shared": "^18.18.0",
45
+ "@mojaloop/central-services-shared": "^18.18.1",
46
46
  "@mojaloop/logging-bc-client-lib": "^0.5.8",
47
47
  "@mojaloop/logging-bc-public-types-lib": "^0.5.4",
48
48
  "@mojaloop/sdk-scheme-adapter-private-shared-lib": "workspace:^",
@@ -62,7 +62,7 @@
62
62
  "@types/node": "^22.13.4",
63
63
  "@types/node-cache": "^4.2.5",
64
64
  "@types/supertest": "^6.0.2",
65
- "@types/swagger-ui-express": "4.1.7",
65
+ "@types/swagger-ui-express": "4.1.8",
66
66
  "@types/yamljs": "^0.2.34",
67
67
  "@typescript-eslint/eslint-plugin": "^8.24.1",
68
68
  "@typescript-eslint/parser": "^8.24.1",
@@ -59,7 +59,7 @@
59
59
  "@types/node": "^22.13.4",
60
60
  "@types/node-cache": "^4.2.5",
61
61
  "@types/supertest": "^6.0.2",
62
- "@types/swagger-ui-express": "^4.1.7",
62
+ "@types/swagger-ui-express": "^4.1.8",
63
63
  "@types/yamljs": "^0.2.34",
64
64
  "@typescript-eslint/eslint-plugin": "^8.24.1",
65
65
  "@typescript-eslint/parser": "^8.24.1",
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@mojaloop/sdk-scheme-adapter-private-shared-lib",
3
- "version": "0.4.0-snapshot.23",
3
+ "version": "0.4.0-snapshot.24",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@mojaloop/sdk-scheme-adapter-private-shared-lib",
9
- "version": "0.4.0-snapshot.23",
9
+ "version": "0.4.0-snapshot.24",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@mojaloop/api-snippets": "17.7.9",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@mojaloop/api-snippets": "17.8.0",
33
- "@mojaloop/central-services-shared": "^18.18.0",
33
+ "@mojaloop/central-services-shared": "^18.18.1",
34
34
  "@mojaloop/logging-bc-public-types-lib": "^0.5.4",
35
35
  "@mojaloop/platform-shared-lib-messaging-types-lib": "^0.7.1",
36
36
  "@mojaloop/platform-shared-lib-nodejs-kafka-client-lib": "0.5.18",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/sdk-scheme-adapter",
3
- "version": "24.1.0-snapshot.5",
3
+ "version": "24.1.0",
4
4
  "description": "mojaloop sdk-scheme-adapter",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/mojaloop/sdk-scheme-adapter",