chore: bump version to 0.1.7 and update dependencies

This commit is contained in:
Huakun Shen 2025-03-24 10:02:26 -04:00
parent 3cde72d7f8
commit 3446a9893f
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "@kunkun/kunkun-ext-jwt",
"version": "0.1.6",
"version": "0.1.7",
"license": "MIT",
"exports": "./mod.ts",
"publish": {

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.kunkun.sh/",
"name": "kunkun-ext-jwt",
"version": "0.1.6",
"version": "0.1.7",
"license": "MIT",
"repository": "https://github.com/kunkunsh/kunkun-ext-jwt",
"kunkun": {
@ -72,7 +72,7 @@
"format": "prettier --write ."
},
"dependencies": {
"@kksh/api": "^0.1.1",
"@kksh/api": "^0.1.7",
"@kksh/svelte5": "0.1.14",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",