Skip to content

Commit

Permalink
Update jose w/ npm auto-update (#1929)
Browse files Browse the repository at this point in the history
  • Loading branch information
panva authored Dec 9, 2024
1 parent eaa647d commit 72d40ec
Showing 1 changed file with 21 additions and 1 deletion.
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",
"files": [
"**/*.js"
]
}
]
},
Expand Down

0 comments on commit 72d40ec

Please sign in to comment.