From f24cbc0b02f8369fca69ee4b5d8ef49269b2c635 Mon Sep 17 00:00:00 2001 From: choysum-ci-bot Date: Fri, 12 Jun 2026 14:35:44 +0000 Subject: [PATCH] chore(modules): sync pointer for auth_ext --- modules/official/auth_ext.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 modules/official/auth_ext.json diff --git a/modules/official/auth_ext.json b/modules/official/auth_ext.json new file mode 100644 index 0000000..8b501c8 --- /dev/null +++ b/modules/official/auth_ext.json @@ -0,0 +1,10 @@ +{ + "$schema": "../../schemas/catalog-entry.schema.json", + "package": "@choysum-dev/auth-ext", + "trust": "official", + "maintainers": [ + { + "github": "choysum-dev" + } + ] +}