eslint-config-ppf 0.91.3-beta.708.1.0 → 0.91.3-beta.712.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 +2 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,12 +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.91.3-beta.708.1.0 (2025-10-31)
6
+ ## 0.91.3-beta.712.1.0 (2025-10-31)
7
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
- * enhance tenant ID extraction in webhook processing ([bc06092](https://github.com/OpenGov/pluggable-payments/commit/bc0609228a3657b2005240497cc476eb4a19274a))
11
+ * Fix GraphQL schema discovery for offline and paymenttech plugins in stable ([0de4abe](https://github.com/OpenGov/pluggable-payments/commit/0de4abe1d05841eda477f7e17d77a79beab91fa6))
12
12
 
13
13
 
14
14
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "eslint-config-ppf",
3
- "version": "0.91.3-beta.708.1.0",
3
+ "version": "0.91.3-beta.712.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.88.3-beta.708.1.0",
9
+ "@opengov/ppf-tsconfig": "^0.88.3-beta.712.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": "e56f3d91976370157e656a6ea2a6fdb1ace27d46"
27
+ "gitHead": "70dcadae8f9ab04754b2b7affecae7855df1fd84"
28
28
  }