@mojaloop/api-snippets 17.0.4-snapshot.1 → 17.0.4
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 +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,4 +1,11 @@
|
|
1
1
|
# Changelog: [mojaloop/api-snippets](https://github.com/mojaloop/api-snippets)
|
2
|
+
### [17.0.4](https://github.com/mojaloop/api-snippets/compare/v17.0.3...v17.0.4) (2023-04-26)
|
3
|
+
|
4
|
+
|
5
|
+
### Bug Fixes
|
6
|
+
|
7
|
+
* **mojaloop/3285:** transactiontype data type in requesttopay sdkoutbound ([#160](https://github.com/mojaloop/api-snippets/issues/160)) ([474cf1c](https://github.com/mojaloop/api-snippets/commit/474cf1c40023406ee3f3ff7d4d1ad902a517a058))
|
8
|
+
|
2
9
|
### [17.0.3](https://github.com/mojaloop/api-snippets/compare/v17.0.2...v17.0.3) (2023-01-11)
|
3
10
|
|
4
11
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mojaloop/api-snippets",
|
3
|
-
"version": "17.0.4
|
3
|
+
"version": "17.0.4",
|
4
4
|
"description": "Mojaloop API specification reusable snippets",
|
5
5
|
"main": "lib/index.js",
|
6
6
|
"types": "lib/index.d.ts",
|
@@ -86,10 +86,10 @@
|
|
86
86
|
"@commitlint/config-conventional": "^17.6.1",
|
87
87
|
"@redocly/openapi-cli": "^1.0.0-beta.94",
|
88
88
|
"@types/jest": "^29.5.1",
|
89
|
-
"@typescript-eslint/eslint-plugin": "^5.59.
|
90
|
-
"@typescript-eslint/parser": "^5.59.
|
89
|
+
"@typescript-eslint/eslint-plugin": "^5.59.1",
|
90
|
+
"@typescript-eslint/parser": "^5.59.1",
|
91
91
|
"diff": "^5.1.0",
|
92
|
-
"eslint": "^8.
|
92
|
+
"eslint": "^8.39.0",
|
93
93
|
"eslint-config-prettier": "^8.8.0",
|
94
94
|
"eslint-config-standard": "^17.0.0",
|
95
95
|
"eslint-import-resolver-typescript": "^3.5.5",
|
@@ -102,10 +102,10 @@
|
|
102
102
|
"husky": "4.3.8",
|
103
103
|
"jest": "^29.5.0",
|
104
104
|
"jest-junit": "^16.0.0",
|
105
|
-
"lint-staged": "^13.2.
|
105
|
+
"lint-staged": "^13.2.2",
|
106
106
|
"npm-audit-resolver": "^3.0.0-RC.0",
|
107
107
|
"npm-check-updates": "^16.10.8",
|
108
|
-
"prettier": "^2.8.
|
108
|
+
"prettier": "^2.8.8",
|
109
109
|
"standard-version": "^9.5.0",
|
110
110
|
"swagger-cli": "^4.0.4",
|
111
111
|
"ts-jest": "^29.1.0",
|