1
0

update jwk type and dev deps

This commit is contained in:
2025-05-26 00:57:04 +02:00
parent 66385f323c
commit c691324515
4 changed files with 333 additions and 269 deletions

View File

@@ -30,10 +30,10 @@
},
"homepage": "https://github.com/tsndr/cloudflare-worker-jwt#readme",
"devDependencies": {
"@cloudflare/workers-types": "^4.20250313.0",
"@cloudflare/workers-types": "^4.20250525.0",
"@edge-runtime/vm": "^5.0.0",
"esbuild": "^0.25.1",
"typescript": "^5.8.2",
"vitest": "^3.0.8"
"esbuild": "^0.25.4",
"typescript": "^5.8.3",
"vitest": "^3.1.4"
}
}