@mojaloop/api-snippets 18.2.2 → 18.2.3
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/package.json +9 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
# Changelog: [mojaloop/api-snippets](https://github.com/mojaloop/api-snippets)
|
|
2
|
+
### [18.2.3](https://github.com/mojaloop/api-snippets/compare/v18.2.2...v18.2.3) (2026-01-13)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Maintenance
|
|
6
|
+
|
|
7
|
+
* maintenance updates ([#214](https://github.com/mojaloop/api-snippets/issues/214)) ([fda0e8f](https://github.com/mojaloop/api-snippets/commit/fda0e8f1c9c1009b6ee840cd48d6042e54feae64))
|
|
8
|
+
|
|
2
9
|
### [18.2.2](https://github.com/mojaloop/api-snippets/compare/v18.2.1...v18.2.2) (2025-12-05)
|
|
3
10
|
|
|
4
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/api-snippets",
|
|
3
|
-
"version": "18.2.
|
|
3
|
+
"version": "18.2.3",
|
|
4
4
|
"description": "Mojaloop API specification reusable snippets",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -100,20 +100,21 @@
|
|
|
100
100
|
"dompurify": "3.2.4",
|
|
101
101
|
"form-data": "4.0.4",
|
|
102
102
|
"glob": "11.1.0",
|
|
103
|
-
"js-yaml": "4.1.1"
|
|
103
|
+
"js-yaml": "4.1.1",
|
|
104
|
+
"qs": "6.14.1"
|
|
104
105
|
},
|
|
105
106
|
"devDependencies": {
|
|
106
|
-
"@commitlint/cli": "^20.1
|
|
107
|
-
"@commitlint/config-conventional": "^20.
|
|
107
|
+
"@commitlint/cli": "^20.3.1",
|
|
108
|
+
"@commitlint/config-conventional": "^20.3.1",
|
|
108
109
|
"@redocly/cli": "^1.5.0",
|
|
109
110
|
"@redocly/openapi-cli": "^1.0.0-beta.95",
|
|
110
111
|
"@types/jest": "^30.0.0",
|
|
111
112
|
"@types/js-yaml": "^4.0.9",
|
|
112
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
113
|
-
"@typescript-eslint/parser": "^8.
|
|
113
|
+
"@typescript-eslint/eslint-plugin": "^8.53.0",
|
|
114
|
+
"@typescript-eslint/parser": "^8.53.0",
|
|
114
115
|
"audit-ci": "^7.1.0",
|
|
115
116
|
"browser-sync": "^3.0.4",
|
|
116
|
-
"diff": "^8.0.
|
|
117
|
+
"diff": "^8.0.3",
|
|
117
118
|
"eslint": "^8.55.0",
|
|
118
119
|
"eslint-config-prettier": "^10.1.8",
|
|
119
120
|
"eslint-config-standard": "^17.1.0",
|
|
@@ -129,7 +130,7 @@
|
|
|
129
130
|
"jest-junit": "^16.0.0",
|
|
130
131
|
"json-schema-to-ts": "^3.1.1",
|
|
131
132
|
"lint-staged": "^16.2.7",
|
|
132
|
-
"npm-check-updates": "^19.1
|
|
133
|
+
"npm-check-updates": "^19.3.1",
|
|
133
134
|
"prettier": "^3.7.4",
|
|
134
135
|
"standard-version": "^9.5.0",
|
|
135
136
|
"swagger-cli": "^4.0.4",
|