eslint-config-ppf 0.90.2-beta.614.1.0 → 0.91.0-beta.598.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 +3 -14
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,23 +3,12 @@
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.90.2-beta.614.1.0 (2025-09-25)
6
+ # 0.91.0-beta.598.1.0 (2025-09-22)
7
7
 
8
8
 
9
- ### Bug Fixes
10
-
11
- * mock evaluateStripeHostedJsonTenantCredentialsFlag method in tests ([eb5e73f](https://github.com/OpenGov/pluggable-payments/commit/eb5e73f2ce2279f12d3597229db1b12af0d5ab98))
12
-
13
-
14
-
15
-
16
-
17
- ## 0.90.1 (2025-09-24)
18
-
19
-
20
- ### Bug Fixes
9
+ ### Features
21
10
 
22
- * ensure Webhook executes for both new and existing payment method attachments ([#569](https://github.com/OpenGov/pluggable-payments/issues/569)) ([fa20c47](https://github.com/OpenGov/pluggable-payments/commit/fa20c478d0185132784faa888f5ffe8161568a53))
11
+ * ensure queueSavePaymentMethodTask executes for both new and existing payment method attachments ([3efb719](https://github.com/OpenGov/pluggable-payments/commit/3efb719da414deb476b7014a2f4d548bf1a0e064))
23
12
 
24
13
 
25
14
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "eslint-config-ppf",
3
- "version": "0.90.2-beta.614.1.0",
3
+ "version": "0.91.0-beta.598.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.87.2-beta.614.1.0",
9
+ "@opengov/ppf-tsconfig": "^0.88.0-beta.598.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": "a82172771d4dcb0b3a83aaf46cb37f9e12f469af"
27
+ "gitHead": "b3b11e07b47d4c9d1be8a8cbaa5dabd09235a7d7"
28
28
  }