@mojaloop/api-snippets 17.0.0-snapshot.2 → 17.0.0
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 +11 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,4 +1,15 @@
|
|
1
1
|
# Changelog: [mojaloop/api-snippets](https://github.com/mojaloop/api-snippets)
|
2
|
+
## [17.0.0](https://github.com/mojaloop/api-snippets/compare/v16.0.6...v17.0.0) (2022-11-11)
|
3
|
+
|
4
|
+
|
5
|
+
### ⚠ BREAKING CHANGES
|
6
|
+
|
7
|
+
* **mojaloop/3018:** transferId is now required on bulkTransaction Individual Transfer Accept PUT callback (for both accept parties & quotes), and bulkHomeTransaction, homeTransaction, and transaction Id' have been removed.
|
8
|
+
|
9
|
+
### Features
|
10
|
+
|
11
|
+
* **mojaloop/3018:** [SDK-Scheme-Adapter] TransactionId is being used instead of TransferId ([#148](https://github.com/mojaloop/api-snippets/issues/148)) ([af6c1e2](https://github.com/mojaloop/api-snippets/commit/af6c1e2b39f905f77f5b44f684f8bc99634d6d38))
|
12
|
+
|
2
13
|
### [16.0.6](https://github.com/mojaloop/api-snippets/compare/v16.0.5...v16.0.6) (2022-11-04)
|
3
14
|
|
4
15
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mojaloop/api-snippets",
|
3
|
-
"version": "17.0.0
|
3
|
+
"version": "17.0.0",
|
4
4
|
"description": "Mojaloop API specification reusable snippets",
|
5
5
|
"main": "lib/index.js",
|
6
6
|
"types": "lib/index.d.ts",
|
@@ -104,7 +104,7 @@
|
|
104
104
|
"jest-junit": "^14.0.1",
|
105
105
|
"lint-staged": "^13.0.3",
|
106
106
|
"npm-audit-resolver": "^3.0.0-7",
|
107
|
-
"npm-check-updates": "^16.3.
|
107
|
+
"npm-check-updates": "^16.3.20",
|
108
108
|
"prettier": "^2.7.1",
|
109
109
|
"standard-version": "^9.5.0",
|
110
110
|
"swagger-cli": "^4.0.4",
|