eslint-config-ppf 0.100.1 → 0.101.1-beta.857.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.
- package/CHANGELOG.md +22 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
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.101.1-beta.857.1.0 (2025-11-13)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* extract idempotencyKey from last part of referenceInfo to handle UCS extra fields ([3d6dc9d](https://github.com/OpenGov/pluggable-payments/commit/3d6dc9dc6fe52f60bbc10c0b9e7a5bc3f2d1f5f9))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# 0.101.0 (2025-11-13)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **euna:** Make match new requirements ([#603](https://github.com/OpenGov/pluggable-payments/issues/603)) ([db5e705](https://github.com/OpenGov/pluggable-payments/commit/db5e7058c3e752045257255857520eb293b62553))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
## 0.100.1 (2025-11-13)
|
|
7
29
|
|
|
8
30
|
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-ppf",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.101.1-beta.857.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.
|
|
9
|
+
"@opengov/ppf-tsconfig": "^0.98.1-beta.857.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": "
|
|
27
|
+
"gitHead": "57c14af62d66ecc76e6e2bbff936328a9d3e7e58"
|
|
28
28
|
}
|