quoting-service 17.2.0 → 17.2.1
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 +7 -0
- package/CODEOWNERS +1 -1
- package/package.json +13 -15
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
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
|
+
### [17.2.1](https://github.com/mojaloop/quoting-service/compare/v17.2.0...v17.2.1) (2025-02-25)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Chore
|
|
9
|
+
|
|
10
|
+
* maintenance updates ([#396](https://github.com/mojaloop/quoting-service/issues/396)) ([455e90b](https://github.com/mojaloop/quoting-service/commit/455e90ba38970b61535140f08d225875e68ee23c))
|
|
11
|
+
|
|
5
12
|
## [17.2.0](https://github.com/mojaloop/quoting-service/compare/v17.1.3...v17.2.0) (2025-02-21)
|
|
6
13
|
|
|
7
14
|
|
package/CODEOWNERS
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
## @global-owner1 and @global-owner2 will be requested for
|
|
7
7
|
## review when someone opens a pull request.
|
|
8
8
|
#* @global-owner1 @global-owner2
|
|
9
|
-
* @
|
|
9
|
+
* @elnyry-sam-k @oderayi @vijayg10 @bushjames @kleyow @geka-evk @shashi165 @gibaros
|
|
10
10
|
|
|
11
11
|
## Order is important; the last matching pattern takes the most
|
|
12
12
|
## precedence. When someone opens a pull request that only
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "quoting-service",
|
|
3
3
|
"description": "Quoting Service hosted by a scheme",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
|
-
"version": "17.2.
|
|
5
|
+
"version": "17.2.1",
|
|
6
6
|
"author": "ModusBox",
|
|
7
7
|
"contributors": [
|
|
8
8
|
"Georgi Georgiev <georgi.georgiev@modusbox.com>",
|
|
@@ -88,16 +88,14 @@
|
|
|
88
88
|
"ajv": "6.12.3",
|
|
89
89
|
"ejs": "3.1.10",
|
|
90
90
|
"sanitize-html": "2.12.1",
|
|
91
|
-
"yargs-parser": "18.1.1",
|
|
92
91
|
"markdown-it": "12.3.2"
|
|
93
92
|
},
|
|
94
93
|
"widdershins": {
|
|
95
94
|
"swagger2openapi": "7.0.8",
|
|
96
|
-
"yargs-parser": "13.1.2",
|
|
97
95
|
"markdown-it": "12.3.2"
|
|
98
96
|
},
|
|
99
97
|
"yargs": {
|
|
100
|
-
"yargs-parser": "
|
|
98
|
+
"yargs-parser": "21.1.1"
|
|
101
99
|
},
|
|
102
100
|
"jsonwebtoken": "9.0.0",
|
|
103
101
|
"jsonpointer": "5.0.0",
|
|
@@ -111,23 +109,23 @@
|
|
|
111
109
|
"@hapi/inert": "7.1.0",
|
|
112
110
|
"@hapi/vision": "7.0.3",
|
|
113
111
|
"@mojaloop/central-services-error-handling": "13.0.6",
|
|
114
|
-
"@mojaloop/central-services-health": "15.0.
|
|
112
|
+
"@mojaloop/central-services-health": "15.0.4",
|
|
115
113
|
"@mojaloop/central-services-logger": "11.5.5",
|
|
116
114
|
"@mojaloop/central-services-metrics": "12.4.5",
|
|
117
|
-
"@mojaloop/central-services-shared": "18.
|
|
118
|
-
"@mojaloop/central-services-stream": "11.5.
|
|
119
|
-
"@mojaloop/event-sdk": "14.1.
|
|
120
|
-
"@mojaloop/inter-scheme-proxy-cache-lib": "2.3.
|
|
115
|
+
"@mojaloop/central-services-shared": "18.19.0",
|
|
116
|
+
"@mojaloop/central-services-stream": "11.5.1",
|
|
117
|
+
"@mojaloop/event-sdk": "14.1.5",
|
|
118
|
+
"@mojaloop/inter-scheme-proxy-cache-lib": "2.3.3",
|
|
121
119
|
"@mojaloop/ml-number": "11.2.7",
|
|
122
|
-
"@mojaloop/ml-schema-transformer-lib": "
|
|
123
|
-
"@mojaloop/sdk-standard-components": "
|
|
120
|
+
"@mojaloop/ml-schema-transformer-lib": "2.5.4",
|
|
121
|
+
"@mojaloop/sdk-standard-components": "19.7.0",
|
|
124
122
|
"ajv": "8.17.1",
|
|
125
123
|
"ajv-keywords": "5.1.0",
|
|
126
124
|
"axios": "1.7.9",
|
|
127
125
|
"blipp": "4.0.2",
|
|
128
126
|
"commander": "13.1.0",
|
|
129
127
|
"event-stream": "4.0.1",
|
|
130
|
-
"fast-safe-stringify": "
|
|
128
|
+
"fast-safe-stringify": "2.1.1",
|
|
131
129
|
"joi": "17.13.3",
|
|
132
130
|
"json-rules-engine": "7.3.1",
|
|
133
131
|
"knex": "3.1.0",
|
|
@@ -139,17 +137,17 @@
|
|
|
139
137
|
"rc": "1.2.8"
|
|
140
138
|
},
|
|
141
139
|
"devDependencies": {
|
|
142
|
-
"audit-ci": "
|
|
140
|
+
"audit-ci": "7.1.0",
|
|
143
141
|
"eslint": "8.57.1",
|
|
144
142
|
"eslint-config-standard": "17.1.0",
|
|
145
143
|
"eslint-plugin-jest": "28.11.0",
|
|
146
144
|
"ioredis-mock": "8.9.0",
|
|
147
145
|
"jest": "29.7.0",
|
|
148
146
|
"jest-junit": "16.0.0",
|
|
149
|
-
"npm-check-updates": "17.1.
|
|
147
|
+
"npm-check-updates": "17.1.15",
|
|
150
148
|
"nyc": "17.1.0",
|
|
151
149
|
"pre-commit": "1.2.2",
|
|
152
|
-
"replace": "
|
|
150
|
+
"replace": "1.2.2",
|
|
153
151
|
"sinon": "19.0.2",
|
|
154
152
|
"standard": "17.1.2",
|
|
155
153
|
"standard-version": "9.5.0",
|