1
0

Compare commits

...

4 Commits

Author SHA1 Message Date
7027999975 2.2.5 2023-10-02 23:41:42 +02:00
166b074782 add .editorconfig 2023-10-02 23:41:30 +02:00
decbd238e9 2.2.4 2023-10-02 23:37:16 +02:00
894ac2c9f5 update dependencies 2023-10-02 23:37:01 +02:00
4 changed files with 1030 additions and 3394 deletions

View File

@@ -4,3 +4,4 @@ test/
.nvmrc .nvmrc
index.test.js index.test.js
tsconfig.json tsconfig.json
.editorconfig

1
.nvmrc
View File

@@ -1 +0,0 @@
v16

4412
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{ {
"name": "@tsndr/cloudflare-worker-jwt", "name": "@tsndr/cloudflare-worker-jwt",
"version": "2.2.3", "version": "2.2.5",
"description": "A lightweight JWT implementation with ZERO dependencies for Cloudflare Worker", "description": "A lightweight JWT implementation with ZERO dependencies for Cloudflare Worker",
"main": "index.js", "main": "index.js",
"types": "index.d.ts", "types": "index.d.ts",
@@ -26,8 +26,8 @@
}, },
"homepage": "https://github.com/tsndr/cloudflare-worker-jwt#readme", "homepage": "https://github.com/tsndr/cloudflare-worker-jwt#readme",
"devDependencies": { "devDependencies": {
"@cloudflare/workers-types": "^3.13.0", "@cloudflare/workers-types": "^4.20231002.0",
"jest": "^28.1.1", "jest": "^29.7.0",
"typescript": "^4.7.4" "typescript": "^5.2.2"
} }
} }