eslint-config-ppf 0.115.3-beta.986.1.0 → 0.115.4-beta.987.1.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 +16 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,9 +3,23 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## 0.115.3-beta.986.1.0 (2025-12-16)
6
+ ## 0.115.4-beta.987.1.0 (2025-12-16)
7
7
 
8
- **Note:** Version bump only for package eslint-config-ppf
8
+
9
+ ### Bug Fixes
10
+
11
+ * handle floating-point precision in Euna amount comparison ([15e7bf4](https://github.com/OpenGov/pluggable-payments/commit/15e7bf459ab09c64b974bf1f6082027ef685f5fd))
12
+
13
+
14
+
15
+
16
+
17
+ ## 0.115.3 (2025-12-16)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * get set settle code ([#634](https://github.com/OpenGov/pluggable-payments/issues/634)) ([dbb47cb](https://github.com/OpenGov/pluggable-payments/commit/dbb47cb9f3ca6500c7bc60326c64b81917404ab7)), closes [/#diff-32cda9f43831606f68e279aecc0599ec727e927b9938259165cfb7f9db7b49d0L2-R9](https://github.com///issues/diff-32cda9f43831606f68e279aecc0599ec727e927b9938259165cfb7f9db7b49d0L2-R9) [/#diff-32cda9f43831606f68e279aecc0599ec727e927b9938259165cfb7f9db7b49d0R25-R95](https://github.com///issues/diff-32cda9f43831606f68e279aecc0599ec727e927b9938259165cfb7f9db7b49d0R25-R95) [/#diff-0feeed5f05a25e730e80ec7a19a3cc0228a5882fcfbc7eedaf3c54163e7c2f1cL1-R23](https://github.com///issues/diff-0feeed5f05a25e730e80ec7a19a3cc0228a5882fcfbc7eedaf3c54163e7c2f1cL1-R23) [/#diff-0feeed5f05a25e730e80ec7a19a3cc0228a5882fcfbc7eedaf3c54163e7c2f1cR43-R300](https://github.com///issues/diff-0feeed5f05a25e730e80ec7a19a3cc0228a5882fcfbc7eedaf3c54163e7c2f1cR43-R300)
9
23
 
10
24
 
11
25
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "eslint-config-ppf",
3
- "version": "0.115.3-beta.986.1.0",
3
+ "version": "0.115.4-beta.987.1.0",
4
4
  "description": "PPF eslint Config",
5
5
  "author": "OpenGov",
6
6
  "homepage": "https://github.com/OpenGov/pluggable-payments#readme",
7
7
  "license": "UNLICENSED",
8
8
  "devDependencies": {
9
- "@opengov/ppf-tsconfig": "^0.112.3-beta.986.1.0",
9
+ "@opengov/ppf-tsconfig": "^0.112.4-beta.987.1.0",
10
10
  "@typescript-eslint/eslint-plugin": "^6.13.1",
11
11
  "@typescript-eslint/parser": "^6.13.1",
12
12
  "eslint": "^8.0.0",
@@ -24,5 +24,5 @@
24
24
  "bugs": {
25
25
  "url": "https://github.com/OpenGov/pluggable-payments/issues"
26
26
  },
27
- "gitHead": "12dab2e689b98f54f065f19d3c69043dc7795c48"
27
+ "gitHead": "a52d1196dd4a7ea9fb5c0b736bf2fb85f6eb12bc"
28
28
  }