Skip to content

Commit c6a3f5a

Browse files
committed
v2.0.7
- fix README - update @bepalo/time version
1 parent 6193f65 commit c6a3f5a

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
![Node.js](https://img.shields.io/badge/Node.js-%5E18%E2%9C%94-brightgreen?logo=nodedotjs&logoColor=white)
1010
![Bun](https://img.shields.io/badge/Bun-%E2%9C%94-green?logo=bun&logoColor=white)
1111
![Deno](https://img.shields.io/badge/Deno-%E2%9C%94-black?logo=deno&logoColor=white)
12-
13-
[![CI](https://github.com/bepalo/jwt/actions/workflows/ci.yaml/badge.svg)](https://github.com/bepalo/jwt/actions)
14-
[![Tests](https://img.shields.io/github/actions/workflow/status/bepalo/jwt/ci.yaml?label=tests&style=flat-square)](https://github.com/bepalo/jwt/actions/workflows/ci.yaml.yml)
12+
[![CI](https://img.shields.io/github/actions/workflow/status/bepalo/jwt/ci.yaml?label=CI)](https://github.com/bepalo/jwt/actions/workflows/ci.yaml)
13+
[![Tests](https://img.shields.io/github/actions/workflow/status/bepalo/jwt/testing.yaml?label=tests)](https://github.com/bepalo/jwt/actions/workflows/testing.yaml)
1514
[![Vitest](https://img.shields.io/badge/vitest-6E9F18?style=for-the-badge&logo=vitest&logoColor=white)](test-result.md)
1615

1716
A secure and tested json-web-token class-based utility library for generating keys, signing, verifying, and decoding JWT payloads for use with your high-security demanding projects.
@@ -20,7 +19,7 @@ A secure and tested json-web-token class-based utility library for generating ke
2019

2120
- [✨ Features](#-features)
2221
- [📥 Installation](#-installation)
23-
- [🚀 Quick Start](#-quick-start)
22+
- [🚀 Quick Start](#-quick-start)
2423
- [✅ Usage](#-usage)
2524
- [🔑 Key Creation](#-key-creation)
2625
- [🏗️ JWT Instance Creation](#️-jwt-instance-creation)

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bepalo/jwt",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"exports": {
55
"./mod.ts": "./mod.ts"
66
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bepalo/jwt",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"description": "A secure and tested json-web-token class-based utility library for generating keys, signing, verifying, and decoding JWT payloads for use with your high-security demanding projects.",
55
"author": "Natnael Eshetu",
66
"license": "MIT",
@@ -39,7 +39,7 @@
3939
"vitest-markdown-reporter": "^0.1.2"
4040
},
4141
"dependencies": {
42-
"@bepalo/time": "^1.2.6"
42+
"@bepalo/time": "^1.2.9"
4343
},
4444
"keywords": [
4545
"auth",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)