@opengov/ppf-backend-types 1.143.1-beta.1661.1.0 → 1.143.1-beta.1663.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 -3
  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
- ## 1.143.1-beta.1661.1.0 (2026-06-22)
6
+ ## 1.143.1-beta.1663.1.0 (2026-06-22)
7
7
 
8
8
 
9
- ### Bug Fixes
9
+ ### Reverts
10
10
 
11
- * **ppf-processor-backend:** restore graceful start when DB URL absent ([da54685](https://github.com/OpenGov/pluggable-payments/commit/da54685dd0b82af04f84b750902858f98090f389))
11
+ * graceful fallback to Azure when DB URL absent ([30387bc](https://github.com/OpenGov/pluggable-payments/commit/30387bc80b104d97c3cee28ba9e8012b450d9d33))
12
12
 
13
13
 
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengov/ppf-backend-types",
3
- "version": "1.143.1-beta.1661.1.0",
3
+ "version": "1.143.1-beta.1663.1.0",
4
4
  "description": "PPF Backend types",
5
5
  "homepage": "https://github.com/OpenGov/pluggable-payments#readme",
6
6
  "license": "ISC",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@opengov/plc-fastify-auth-plugin": "0.0.9",
20
- "@opengov/ppf-backend-graphql-schema": "^0.141.1-beta.1661.1.0"
20
+ "@opengov/ppf-backend-graphql-schema": "^0.141.1-beta.1663.1.0"
21
21
  },
22
22
  "repository": {
23
23
  "type": "git",
@@ -34,5 +34,5 @@
34
34
  "graphql": "^16.8.1",
35
35
  "prettier": "^3.2.4"
36
36
  },
37
- "gitHead": "5cb79ad51bf7d180f45fffbffddea4e16e18c4bf"
37
+ "gitHead": "6af13df4a69d83eecde958a962b77fd44fada414"
38
38
  }