@mojaloop/connection-manager-api 3.1.5 → 3.2.0-storage-cluster.2
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.
- package/README.md +1 -1
- package/package.json +13 -5
package/README.md
CHANGED
|
@@ -144,7 +144,7 @@ Variables:
|
|
|
144
144
|
|KEYCLOAK_ADMIN_CLIENT_ID|Client ID for Keycloak admin operations|connection-manager-client
|
|
145
145
|
|KEYCLOAK_ADMIN_CLIENT_SECRET|Client secret for Keycloak admin operations|
|
|
146
146
|
|KEYCLOAK_DFSPS_REALM|Keycloak realm for DFSP accounts|dfsps
|
|
147
|
-
|KEYCLOAK_AUTO_CREATE_ACCOUNTS|Automatically create Keycloak accounts when DFSPs are created
|
|
147
|
+
|KEYCLOAK_AUTO_CREATE_ACCOUNTS|Automatically create Keycloak accounts when DFSPs are created|**false** (disabled by default)
|
|
148
148
|
|
|
149
149
|
## Testing
|
|
150
150
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/connection-manager-api",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0-storage-cluster.2",
|
|
4
4
|
"description": "Mojaloop Connection Manager API",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "ModusBox",
|
|
@@ -51,6 +51,9 @@
|
|
|
51
51
|
"backend:restart": "npm run backend:stop && npm run backend:start"
|
|
52
52
|
},
|
|
53
53
|
"keywords": [
|
|
54
|
+
"MCM",
|
|
55
|
+
"connection-manager",
|
|
56
|
+
"pm4ml",
|
|
54
57
|
"swagger"
|
|
55
58
|
],
|
|
56
59
|
"overrides": {
|
|
@@ -59,6 +62,11 @@
|
|
|
59
62
|
"nanoid": "5.1.5",
|
|
60
63
|
"ejs": "3.1.10",
|
|
61
64
|
"sanitize-html": "2.12.1",
|
|
65
|
+
"oas3-tools": {
|
|
66
|
+
"body-parser": "^1.20.3",
|
|
67
|
+
"qs": "^6.14.0",
|
|
68
|
+
"js-yaml": "^3"
|
|
69
|
+
},
|
|
62
70
|
"postcss": {
|
|
63
71
|
"nanoid": "5.1.5"
|
|
64
72
|
},
|
|
@@ -78,7 +86,9 @@
|
|
|
78
86
|
"cross-spawn": "7.0.6",
|
|
79
87
|
"yargs-parser": "21.1.1",
|
|
80
88
|
"tar-fs": ">=3.1.1",
|
|
81
|
-
"tough-cookie": ">=4.1.3"
|
|
89
|
+
"tough-cookie": ">=4.1.3",
|
|
90
|
+
"js-yaml": "4.1.1",
|
|
91
|
+
"glob": ">=11.1.0"
|
|
82
92
|
},
|
|
83
93
|
"dependencies": {
|
|
84
94
|
"@hapi/hapi": "21.4.4",
|
|
@@ -103,7 +113,7 @@
|
|
|
103
113
|
"express-winston": "^4.2.0",
|
|
104
114
|
"form-data": "^4.0.5",
|
|
105
115
|
"joi": "^18.0.2",
|
|
106
|
-
"js-yaml": "
|
|
116
|
+
"js-yaml": "4.1.1",
|
|
107
117
|
"jsonwebtoken": "^9.0.2",
|
|
108
118
|
"knex": "^3.1.0",
|
|
109
119
|
"moment": "^2.30.1",
|
|
@@ -115,8 +125,6 @@
|
|
|
115
125
|
"passport": "^0.7.0",
|
|
116
126
|
"passport-jwt": "^4.0.1",
|
|
117
127
|
"qs": "^6.14.0",
|
|
118
|
-
"request": "^2.88.2",
|
|
119
|
-
"request-promise-native": "^1.0.9",
|
|
120
128
|
"soap": "^1.6.0",
|
|
121
129
|
"ulid": "3.0.1",
|
|
122
130
|
"winston": "^3.18.3",
|