@mojaloop/api-snippets 18.3.0 → 18.3.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/package.json +14 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
# Changelog: [mojaloop/api-snippets](https://github.com/mojaloop/api-snippets)
|
|
2
|
+
### [18.3.1](https://github.com/mojaloop/api-snippets/compare/v18.3.0...v18.3.1) (2026-02-13)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Maintenance
|
|
6
|
+
|
|
7
|
+
* **ci:** update CircleCI orb to 1.1.10 ([8e5eba8](https://github.com/mojaloop/api-snippets/commit/8e5eba8a2dc640262301141bd055334b1d10f11e))
|
|
8
|
+
|
|
2
9
|
## [18.3.0](https://github.com/mojaloop/api-snippets/compare/v18.2.3...v18.3.0) (2026-01-20)
|
|
3
10
|
|
|
4
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaloop/api-snippets",
|
|
3
|
-
"version": "18.3.
|
|
3
|
+
"version": "18.3.1",
|
|
4
4
|
"description": "Mojaloop API specification reusable snippets",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -85,12 +85,12 @@
|
|
|
85
85
|
"dependencies": {
|
|
86
86
|
"@apidevtools/json-schema-ref-parser": "^9.1.2",
|
|
87
87
|
"@redocly/openapi-core": "^1.5.0",
|
|
88
|
-
"commander": "^14.0.
|
|
88
|
+
"commander": "^14.0.3",
|
|
89
89
|
"jest-ts-auto-mock": "^2.1.0",
|
|
90
90
|
"js-yaml": "4.1.1",
|
|
91
91
|
"json-refs": "^3.0.15",
|
|
92
92
|
"openapi-types": "^12.1.3",
|
|
93
|
-
"openapi-typescript": "^7.
|
|
93
|
+
"openapi-typescript": "^7.13.0",
|
|
94
94
|
"ts-auto-mock": "^3.7.4"
|
|
95
95
|
},
|
|
96
96
|
"overrides": {
|
|
@@ -101,20 +101,23 @@
|
|
|
101
101
|
"form-data": "4.0.4",
|
|
102
102
|
"glob": "11.1.0",
|
|
103
103
|
"js-yaml": "4.1.1",
|
|
104
|
-
"qs": "6.14.
|
|
104
|
+
"qs": "6.14.2",
|
|
105
|
+
"lodash": "4.17.23",
|
|
106
|
+
"lodash-es": "4.17.23",
|
|
107
|
+
"undici": "6.23.0"
|
|
105
108
|
},
|
|
106
109
|
"devDependencies": {
|
|
107
|
-
"@commitlint/cli": "^20.
|
|
108
|
-
"@commitlint/config-conventional": "^20.
|
|
110
|
+
"@commitlint/cli": "^20.4.1",
|
|
111
|
+
"@commitlint/config-conventional": "^20.4.1",
|
|
109
112
|
"@redocly/cli": "^1.5.0",
|
|
110
113
|
"@redocly/openapi-cli": "^1.0.0-beta.95",
|
|
111
114
|
"@types/jest": "^30.0.0",
|
|
112
115
|
"@types/js-yaml": "^4.0.9",
|
|
113
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
114
|
-
"@typescript-eslint/parser": "^8.
|
|
116
|
+
"@typescript-eslint/eslint-plugin": "^8.55.0",
|
|
117
|
+
"@typescript-eslint/parser": "^8.55.0",
|
|
115
118
|
"audit-ci": "^7.1.0",
|
|
116
119
|
"browser-sync": "^3.0.4",
|
|
117
|
-
"diff": "
|
|
120
|
+
"diff": "8.0.3",
|
|
118
121
|
"eslint": "^8.55.0",
|
|
119
122
|
"eslint-config-prettier": "^10.1.8",
|
|
120
123
|
"eslint-config-standard": "^17.1.0",
|
|
@@ -130,8 +133,8 @@
|
|
|
130
133
|
"jest-junit": "^16.0.0",
|
|
131
134
|
"json-schema-to-ts": "^3.1.1",
|
|
132
135
|
"lint-staged": "^16.2.7",
|
|
133
|
-
"npm-check-updates": "^19.3.
|
|
134
|
-
"prettier": "^3.8.
|
|
136
|
+
"npm-check-updates": "^19.3.2",
|
|
137
|
+
"prettier": "^3.8.1",
|
|
135
138
|
"standard-version": "^9.5.0",
|
|
136
139
|
"swagger-cli": "^4.0.4",
|
|
137
140
|
"ts-jest": "^29.4.6",
|