eslint-config-ppf 0.62.0 → 0.62.1
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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.62.1 (2024-11-25)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* Validate transacion in progress before starting a new one [CIT 12159] ([#463](https://github.com/OpenGov/pluggable-payments/issues/463)) ([f993a60](https://github.com/OpenGov/pluggable-payments/commit/f993a602aa3887ab90b5b71a44d20eccf04dba0a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# 0.62.0 (2024-11-19)
|
|
7
18
|
|
|
8
19
|
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-ppf",
|
|
3
|
-
"version": "0.62.
|
|
3
|
+
"version": "0.62.1",
|
|
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.59.
|
|
9
|
+
"@opengov/ppf-tsconfig": "^0.59.1",
|
|
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": "6a54381767b19a4f15b54e6c5e68011947b6b660"
|
|
28
28
|
}
|