1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
d7a6847206 2.4.1 2024-01-20 23:50:02 +01:00
5ab19c4dc0 update npmignore 2024-01-20 23:49:51 +01:00
3 changed files with 8 additions and 5 deletions

View File

@@ -1,6 +1,9 @@
.editorconfig
.github/
.gitignore
.nvmrc
coverage/
jest.config.ts
src/
tests/
.editorconfig
jest.config.ts
tsconfig.json

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@tsndr/cloudflare-worker-jwt",
"version": "2.4.0",
"version": "2.4.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@tsndr/cloudflare-worker-jwt",
"version": "2.4.0",
"version": "2.4.1",
"license": "MIT",
"devDependencies": {
"@cloudflare/workers-types": "^4.20231025.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@tsndr/cloudflare-worker-jwt",
"version": "2.4.0",
"version": "2.4.1",
"description": "A lightweight JWT implementation with ZERO dependencies for Cloudflare Worker",
"type": "module",
"exports": "./index.js",