@mojaloop/sdk-scheme-adapter 11.18.9 → 11.18.11

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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [11.18.11](https://github.com/mojaloop/sdk-scheme-adapter/compare/v11.18.9...v11.18.11) (2021-11-25)
6
+
5
7
  ### [11.18.9](https://github.com/mojaloop/sdk-scheme-adapter/compare/v11.18.8...v11.18.9) (2021-10-20)
6
8
 
7
9
  ### [11.18.8](https://github.com/mojaloop/sdk-scheme-adapter/compare/v11.18.7...v11.18.8) (2021-09-16)
@@ -138,6 +138,82 @@
138
138
  "decision": "ignore",
139
139
  "madeAt": 1634716081521,
140
140
  "expiresAt": 1637308004771
141
+ },
142
+ "1004946|@mojaloop/event-sdk>@grpc/proto-loader>yargs>string-width>strip-ansi>ansi-regex": {
143
+ "decision": "postpone",
144
+ "madeAt": 1637774978679
145
+ },
146
+ "1004946|@mojaloop/central-services-shared>widdershins>oas-resolver>yargs>string-width>strip-ansi>ansi-regex": {
147
+ "decision": "postpone",
148
+ "madeAt": 1637774978679
149
+ },
150
+ "1004946|@mojaloop/central-services-shared>widdershins>oas-resolver>yargs>cliui>string-width>strip-ansi>ansi-regex": {
151
+ "decision": "postpone",
152
+ "madeAt": 1637774978679
153
+ },
154
+ "1004946|@mojaloop/central-services-shared>widdershins>swagger2openapi>oas-resolver>yargs>cliui>string-width>strip-ansi>ansi-regex": {
155
+ "decision": "postpone",
156
+ "madeAt": 1637774978679
157
+ },
158
+ "1004946|@mojaloop/central-services-shared>widdershins>swagger2openapi>oas-validator>oas-resolver>yargs>cliui>string-width>strip-ansi>ansi-regex": {
159
+ "decision": "postpone",
160
+ "madeAt": 1637774978679
161
+ },
162
+ "1004946|@mojaloop/central-services-shared>widdershins>swagger2openapi>oas-validator>oas-resolver>yargs>cliui>wrap-ansi>string-width>strip-ansi>ansi-regex": {
163
+ "decision": "postpone",
164
+ "madeAt": 1637774978679
165
+ },
166
+ "1004946|@mojaloop/event-sdk>@grpc/proto-loader>yargs>cliui>wrap-ansi>strip-ansi>ansi-regex": {
167
+ "decision": "postpone",
168
+ "madeAt": 1637774978679
169
+ },
170
+ "1004946|@mojaloop/central-services-shared>widdershins>oas-resolver>yargs>cliui>wrap-ansi>strip-ansi>ansi-regex": {
171
+ "decision": "postpone",
172
+ "madeAt": 1637774978679
173
+ },
174
+ "1004946|@mojaloop/central-services-shared>widdershins>swagger2openapi>oas-resolver>yargs>cliui>wrap-ansi>strip-ansi>ansi-regex": {
175
+ "decision": "postpone",
176
+ "madeAt": 1637774978679
177
+ },
178
+ "1004946|@mojaloop/central-services-shared>widdershins>swagger2openapi>oas-validator>oas-resolver>yargs>cliui>wrap-ansi>strip-ansi>ansi-regex": {
179
+ "decision": "postpone",
180
+ "madeAt": 1637774978679
181
+ },
182
+ "1004946|@mojaloop/event-sdk>@grpc/proto-loader>yargs>cliui>strip-ansi>ansi-regex": {
183
+ "decision": "postpone",
184
+ "madeAt": 1637774978679
185
+ },
186
+ "1004854|@mojaloop/central-services-shared>widdershins>openapi-sampler>json-pointer": {
187
+ "decision": "postpone",
188
+ "madeAt": 1637774979253
189
+ },
190
+ "1004869|@mojaloop/central-services-shared>widdershins>swagger2openapi>better-ajv-errors>jsonpointer": {
191
+ "decision": "postpone",
192
+ "madeAt": 1637774979672
193
+ },
194
+ "1004869|@mojaloop/central-services-shared>widdershins>swagger2openapi>oas-validator>better-ajv-errors>jsonpointer": {
195
+ "decision": "postpone",
196
+ "madeAt": 1637774979672
197
+ },
198
+ "1004946|@mojaloop/central-services-shared>widdershins>yargs>string-width>strip-ansi>ansi-regex": {
199
+ "decision": "postpone",
200
+ "madeAt": 1637774980265
201
+ },
202
+ "1004946|@mojaloop/central-services-shared>widdershins>yargs>cliui>string-width>strip-ansi>ansi-regex": {
203
+ "decision": "postpone",
204
+ "madeAt": 1637774980265
205
+ },
206
+ "1005383|@mojaloop/central-services-shared>shins>sanitize-html": {
207
+ "decision": "postpone",
208
+ "madeAt": 1637774980738
209
+ },
210
+ "1005384|@mojaloop/central-services-shared>shins>sanitize-html": {
211
+ "decision": "postpone",
212
+ "madeAt": 1637774980738
213
+ },
214
+ "1005534|@mojaloop/central-services-shared>widdershins>yargs>yargs-parser": {
215
+ "decision": "postpone",
216
+ "madeAt": 1637774981266
141
217
  }
142
218
  },
143
219
  "rules": {},
@@ -44,6 +44,7 @@ class OutboundBulkQuotesModel {
44
44
  jwsSign: config.jwsSign,
45
45
  jwsSigningKey: config.jwsSigningKey,
46
46
  wso2: config.wso2,
47
+ resourceVersions: config.resourceVersions,
47
48
  });
48
49
  }
49
50
 
@@ -43,6 +43,7 @@ class OutboundBulkTransfersModel {
43
43
  jwsSignPutParties: config.jwsSignPutParties,
44
44
  jwsSigningKey: config.jwsSigningKey,
45
45
  wso2: config.wso2,
46
+ resourceVersions: config.resourceVersions,
46
47
  });
47
48
  }
48
49
 
@@ -56,6 +56,7 @@ class OutboundTransfersModel {
56
56
  jwsSignPutParties: config.jwsSignPutParties,
57
57
  jwsSigningKey: config.jwsSigningKey,
58
58
  wso2: config.wso2,
59
+ resourceVersions: config.resourceVersions,
59
60
  });
60
61
 
61
62
  this._ilp = new Ilp({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/sdk-scheme-adapter",
3
- "version": "11.18.9",
3
+ "version": "11.18.11",
4
4
  "description": "An adapter for connecting to Mojaloop API enabled switches.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",