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" } }