token cache

This commit is contained in:
2025-02-26 23:59:42 +08:00
parent 26c6248d10
commit c01820d1c6
12 changed files with 433 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/envision-cli",
"version": "0.0.23",
"version": "0.0.24",
"description": "envision command tools",
"main": "dist/index.js",
"type": "module",
@@ -60,7 +60,7 @@
},
"dependencies": {
"@kevisual/load": "^0.0.4",
"@kevisual/router": "^0.0.6",
"@kevisual/router": "^0.0.7",
"crypto-js": "^4.2.0",
"jsonwebtoken": "^9.0.2",
"pg-hstore": "^2.3.4",