eslint-config-ppf 0.92.0-beta.718.1.0 → 0.92.1-beta.776.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 +40 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,12 +3,50 @@
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.92.0-beta.718.1.0 (2025-11-03)
6
+ ## 0.92.1-beta.776.1.0 (2025-11-06)
7
+
8
+ **Note:** Version bump only for package eslint-config-ppf
9
+
10
+
11
+
12
+
13
+
14
+ # 0.92.0 (2025-11-06)
7
15
 
8
16
 
9
17
  ### Features
10
18
 
11
- * improve checkout session metadata handling for save card feature ([76585a0](https://github.com/OpenGov/pluggable-payments/commit/76585a0b5fc102e5b587d24d5c8ed28756781bd0))
19
+ * add euna hosted to enum ([#587](https://github.com/OpenGov/pluggable-payments/issues/587)) ([d425eb4](https://github.com/OpenGov/pluggable-payments/commit/d425eb46ecdf4a4bfdee349ca262258de24efcda))
20
+
21
+
22
+
23
+
24
+
25
+ ## 0.91.3 (2025-11-03)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * enhance tenant ID extraction in webhook processing ([#578](https://github.com/OpenGov/pluggable-payments/issues/578)) ([194b988](https://github.com/OpenGov/pluggable-payments/commit/194b988445f18a9db9a5b59bff7851e69f951cf9))
31
+
32
+
33
+
34
+
35
+
36
+ ## 0.91.2 (2025-10-30)
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * [CIT-17933] process charge.refund.updated ([#576](https://github.com/OpenGov/pluggable-payments/issues/576)) ([acddcba](https://github.com/OpenGov/pluggable-payments/commit/acddcba3f24b4a17f7b0ea41e64713089b4336e9))
42
+
43
+
44
+
45
+
46
+
47
+ ## 0.91.1 (2025-10-22)
48
+
49
+ **Note:** Version bump only for package eslint-config-ppf
12
50
 
13
51
 
14
52
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "eslint-config-ppf",
3
- "version": "0.92.0-beta.718.1.0",
3
+ "version": "0.92.1-beta.776.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.89.0-beta.718.1.0",
9
+ "@opengov/ppf-tsconfig": "^0.89.1-beta.776.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": "194da48fb9d94b5be331c6324604c6a2722bb46e"
27
+ "gitHead": "0f2d9e05860a73803520f93d46dffd5446d5dff5"
28
28
  }