Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jose w/ npm auto-update #1929

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion packages/j/jose.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
{
"name": "jose",
"filename": "index.js",
"description": "'JSON Web Almost Everything' - JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes",
"description": "JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes",
"keywords": [
"browser",
"bun",
"cloudflare",
"compact",
"decode",
"decrypt",
"deno",
"detached",
"ec",
"ecdsa",
"ed25519",
"eddsa",
"edge",
"electron",
"embedded",
"encrypt",
Expand All @@ -24,7 +30,12 @@
"jwks",
"jws",
"jwt",
"jwt-decode",
"netlify",
"next",
"nextjs",
"oct",
"okp",
"payload",
"pem",
"pkcs8",
Expand All @@ -33,8 +44,11 @@
"signature",
"spki",
"validate",
"vercel",
"verify",
"webcrypto",
"workerd",
"workers",
"x509"
],
"homepage": "https://github.com/panva/jose",
Expand All @@ -57,6 +71,12 @@
"files": [
"**/*.js"
]
},
{
"basePath": "dist/webapi",
MattIPv4 marked this conversation as resolved.
Show resolved Hide resolved
"files": [
"**/*.js"
]
}
]
},
Expand Down
Loading