Skip to content

Commit c57eb94

Browse files
committed
v2.0.9
- remove crypto funding options
1 parent 68d0bbf commit c57eb94

File tree

5 files changed

+8
-19
lines changed

5 files changed

+8
-19
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
11
ko_fi: natieshzed
2-
custom:
3-
- https://bybit.com (UID: 225636163)
4-
- https://www.blockchain.com/btc/address/16wLsJMVC9znDrFQCYFhVfpHwLofx8foqS

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -621,12 +621,4 @@ Fund me so I can give more attention to the products and services you liked.
621621
<a href="https://ko-fi.com/natieshzed" target="_blank">
622622
<img height="32" src="https://img.shields.io/badge/Ko--fi-donate-orange?style=for-the-badge&logo=ko-fi&logoColor=white" alt="Ko-fi Badge">
623623
</a>
624-
<br/>
625-
<a href="https://bybit.com" target="_blank">
626-
<img height="32" src="https://img.shields.io/badge/ByBit-UID%3A%20225636163-blueviolet?style=for-the-badge&logo=bitcoin&logoColor=white" alt="ByBit UID">
627-
</a>
628-
<br/>
629-
<a href="https://www.blockchain.com/btc/address/16wLsJMVC9znDrFQCYFhVfpHwLofx8foqS" target="_blank">
630-
<img height="32" src="https://img.shields.io/badge/BTC-16wLsJMVC9znDrFQCYFhVfpHwLofx8foqS-orange?style=for-the-badge&logo=bitcoin&logoColor=white" alt="BTC Wallet">
631-
</a>
632624
</p>

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.8",
3+
"version": "2.0.9",
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.8",
3+
"version": "2.0.9",
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.9"
42+
"@bepalo/time": "^1.2.11"
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)