Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
b16cc23654
|
|||
|
0f347c77e1
|
10
.npmignore
10
.npmignore
@@ -1,7 +1,9 @@
|
|||||||
|
.editorconfig
|
||||||
.github/
|
.github/
|
||||||
|
.nvmrc
|
||||||
|
index.spec.js
|
||||||
|
index.test.js
|
||||||
|
jest.config.ts
|
||||||
src/
|
src/
|
||||||
test/
|
test/
|
||||||
.nvmrc
|
tsconfig.json
|
||||||
index.test.js
|
|
||||||
tsconfig.json
|
|
||||||
.editorconfig
|
|
||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@tsndr/cloudflare-worker-jwt",
|
"name": "@tsndr/cloudflare-worker-jwt",
|
||||||
"version": "2.2.6",
|
"version": "2.2.7",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@tsndr/cloudflare-worker-jwt",
|
"name": "@tsndr/cloudflare-worker-jwt",
|
||||||
"version": "2.2.6",
|
"version": "2.2.7",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cloudflare/workers-types": "^4.20231025.0",
|
"@cloudflare/workers-types": "^4.20231025.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tsndr/cloudflare-worker-jwt",
|
"name": "@tsndr/cloudflare-worker-jwt",
|
||||||
"version": "2.2.6",
|
"version": "2.2.7",
|
||||||
"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",
|
||||||
|
|||||||
Reference in New Issue
Block a user