@mojaloop/api-snippets 17.10.0-snapshot.0 → 17.10.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,4 +1,11 @@
1
1
  # Changelog: [mojaloop/api-snippets](https://github.com/mojaloop/api-snippets)
2
+ ## [17.10.0](https://github.com/mojaloop/api-snippets/compare/v17.9.0...v17.10.0) (2025-03-20)
3
+
4
+
5
+ ### Features
6
+
7
+ * **csi-1328:** export sdk v2.1.0 ([#197](https://github.com/mojaloop/api-snippets/issues/197)) ([3f76b3d](https://github.com/mojaloop/api-snippets/commit/3f76b3d64e1c157a3ab6fbb2b37e042627f16afa))
8
+
2
9
  ## [17.9.0](https://github.com/mojaloop/api-snippets/compare/v17.8.0...v17.9.0) (2025-03-19)
3
10
 
4
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/api-snippets",
3
- "version": "17.10.0-snapshot.0",
3
+ "version": "17.10.0",
4
4
  "description": "Mojaloop API specification reusable snippets",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -101,8 +101,8 @@
101
101
  "@redocly/cli": "^1.5.0",
102
102
  "@types/jest": "^29.5.14",
103
103
  "@types/js-yaml": "^4.0.9",
104
- "@typescript-eslint/eslint-plugin": "^8.26.1",
105
- "@typescript-eslint/parser": "^8.26.1",
104
+ "@typescript-eslint/eslint-plugin": "^8.27.0",
105
+ "@typescript-eslint/parser": "^8.27.0",
106
106
  "audit-ci": "^7.1.0",
107
107
  "browser-sync": "^3.0.3",
108
108
  "diff": "^7.0.0",