eslint-config-ppf 0.116.2-beta.1007.1.0 → 0.116.3-beta.1008.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 +13 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,12 +3,23 @@
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.116.2-beta.1007.1.0 (2026-01-09)
6
+ ## 0.116.3-beta.1008.1.0 (2026-01-09)
7
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
- * return null instead of throwing error in getSecretFromVault for multitenant fallback ([fe3b759](https://github.com/OpenGov/pluggable-payments/commit/fe3b759c28f1e87076a8e00f7f02918dfcec5b65))
11
+ * reset repository to legacy when stripeHosted feature flag is disabled ([3e412aa](https://github.com/OpenGov/pluggable-payments/commit/3e412aaad4bd562036a55779b09e98b83333dff0))
12
+
13
+
14
+
15
+
16
+
17
+ ## 0.116.2 (2026-01-09)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * return null instead of throwing error in getSecretFromVault for … ([#642](https://github.com/OpenGov/pluggable-payments/issues/642)) ([406d0b8](https://github.com/OpenGov/pluggable-payments/commit/406d0b8f3f1e48d1f11009f0c108f42afd841196))
12
23
 
13
24
 
14
25
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "eslint-config-ppf",
3
- "version": "0.116.2-beta.1007.1.0",
3
+ "version": "0.116.3-beta.1008.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.113.2-beta.1007.1.0",
9
+ "@opengov/ppf-tsconfig": "^0.113.3-beta.1008.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": "fe959bef0eb8c72aeddbeef5804d7e1a11fe4713"
27
+ "gitHead": "84e1faf7d4bfd54a084eb7de8469c59e9c4fbebc"
28
28
  }