chore: update package.json with repo url and package privacy

This commit is contained in:
Raul Lugo
2026-01-22 12:44:34 +01:00
parent 261be4ea0e
commit 627113c979

View File

@@ -1,6 +1,6 @@
{ {
"name": "@resuely/astro-oidc-rp", "name": "@resuely/astro-oidc-rp",
"version": "0.1.0", "version": "1.0.0",
"description": "Astro integration providing OIDC relying-party routes, middleware, and types.", "description": "Astro integration providing OIDC relying-party routes, middleware, and types.",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",
@@ -17,7 +17,7 @@
"jose": "^5.0.0" "jose": "^5.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"astro": ">=4.0.0 <6.0.0" "astro": ">=5.0.0
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^25.0.9", "@types/node": "^25.0.9",
@@ -58,6 +58,9 @@
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "" "url": "https://git.rlugo.dev/raul/astro-oidc-rp"
},
"publishConfig": {
"access": "public"
} }
} }