eslint-config-ppf 0.100.1-beta.854.1.0 → 0.100.1-beta.856.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 -5
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,12 +3,9 @@
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.100.1-beta.854.1.0 (2025-11-13)
6
+ ## 0.100.1-beta.856.1.0 (2025-11-13)
7
7
 
8
-
9
- ### Bug Fixes
10
-
11
- * dynamically build defaults in UCSCredentialsRepository based on payment mode ([ce90466](https://github.com/OpenGov/pluggable-payments/commit/ce90466a261cf6a78737f816459c392d5be62ebb))
8
+ **Note:** Version bump only for package eslint-config-ppf
12
9
 
13
10
 
14
11
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "eslint-config-ppf",
3
- "version": "0.100.1-beta.854.1.0",
3
+ "version": "0.100.1-beta.856.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.97.1-beta.854.1.0",
9
+ "@opengov/ppf-tsconfig": "^0.97.1-beta.856.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": "974ac03225ba97e45b52e1485228dfeeeaf4f104"
27
+ "gitHead": "b0235e255b82aa16413f843d20d377735a462ea7"
28
28
  }