From 627113c979905161b7986709cd0d093cb88e1757 Mon Sep 17 00:00:00 2001 From: Raul Lugo Date: Thu, 22 Jan 2026 12:44:34 +0100 Subject: [PATCH] chore: update package.json with repo url and package privacy --- package.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4cd29f5..dc781fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@resuely/astro-oidc-rp", - "version": "0.1.0", + "version": "1.0.0", "description": "Astro integration providing OIDC relying-party routes, middleware, and types.", "type": "module", "main": "dist/index.js", @@ -17,7 +17,7 @@ "jose": "^5.0.0" }, "peerDependencies": { - "astro": ">=4.0.0 <6.0.0" + "astro": ">=5.0.0 }, "devDependencies": { "@types/node": "^25.0.9", @@ -58,6 +58,9 @@ "license": "MIT", "repository": { "type": "git", - "url": "" + "url": "https://git.rlugo.dev/raul/astro-oidc-rp" + }, + "publishConfig": { + "access": "public" } }