@mojaloop/api-snippets 17.3.0-snapshot.0 → 17.4.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 CHANGED
@@ -1,4 +1,18 @@
1
1
  # Changelog: [mojaloop/api-snippets](https://github.com/mojaloop/api-snippets)
2
+ ## [17.4.0](https://github.com/mojaloop/api-snippets/compare/v17.3.0...v17.4.0) (2023-12-06)
3
+
4
+
5
+ ### Features
6
+
7
+ * **mojaloop/3573:** add fx to sdk ([#170](https://github.com/mojaloop/api-snippets/issues/170)) ([d3ffee5](https://github.com/mojaloop/api-snippets/commit/d3ffee5d60dc5cc339f7b520d527a27d86da0334))
8
+
9
+ ## [17.3.0](https://github.com/mojaloop/api-snippets/compare/v17.2.5...v17.3.0) (2023-12-05)
10
+
11
+
12
+ ### Features
13
+
14
+ * **mojaloop/3483:** add fx apis ([#169](https://github.com/mojaloop/api-snippets/issues/169)) ([438c01a](https://github.com/mojaloop/api-snippets/commit/438c01ae2a9a9ac8af6213f0f291c3d565a45b5e))
15
+
2
16
  ### [17.2.5](https://github.com/mojaloop/api-snippets/compare/v17.2.4...v17.2.5) (2023-09-20)
3
17
 
4
18
 
package/audit-ci.jsonc CHANGED
@@ -4,6 +4,6 @@
4
4
  // Only use one of ["low": true, "moderate": true, "high": true, "critical": true]
5
5
  "moderate": true,
6
6
  "allowlist": [
7
- "GHSA-wf5p-g6vw-rhxx"
7
+ "GHSA-wf5p-g6vw-rhxx" // https://github.com/advisories/GHSA-wf5p-g6vw-rhxx
8
8
  ]
9
9
  }