From a6892af70a14221ccd58553228a402ce0f1ecd41 Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Mon, 10 Aug 2026 03:23:13 +0000 Subject: [PATCH] chore(fixtures): bump the pinned pgpm fixture modules to the capabilities release --- pgpm.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pgpm.json b/pgpm.json index a04ea26ec..c006b5b38 100644 --- a/pgpm.json +++ b/pgpm.json @@ -3,16 +3,16 @@ "testing/*" ], "dependencies": { - "@constructive-db/apps": "5.0.0", - "@constructive-db/catalog": "5.0.0", - "@constructive-db/routing": "6.0.0", - "@constructive-db/routing-platform": "5.0.0", - "@pgpm/database-jobs": "0.33.1", - "@pgpm/function-resolution": "0.33.1", - "@pgpm/jwt-claims": "0.33.0", - "@pgpm/metaschema-modules": "0.33.1", - "@pgpm/metaschema-schema": "0.33.1", - "@pgpm/stamps": "0.33.0", - "@pgpm/uuid": "0.33.0" + "@constructive-db/apps": "5.1.0", + "@constructive-db/catalog": "5.1.0", + "@constructive-db/routing": "6.1.0", + "@constructive-db/routing-platform": "5.1.0", + "@pgpm/database-jobs": "0.41.0", + "@pgpm/function-resolution": "0.41.0", + "@pgpm/jwt-claims": "0.41.0", + "@pgpm/metaschema-modules": "0.41.0", + "@pgpm/metaschema-schema": "0.41.0", + "@pgpm/stamps": "0.41.0", + "@pgpm/uuid": "0.41.0" } }