Skip to content

Commit

Permalink
fix: wrong dev url in jwt ext and upgrade api
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed Sep 5, 2024
1 parent a027a43 commit 608150e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 31 deletions.
4 changes: 2 additions & 2 deletions extensions/git-skyline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@kksh/api": "0.0.9",
"@kksh/api": "0.0.11",
"@kksh/vue": "0.1.2",
"@radix-icons/vue": "^1.0.0",
"class-variance-authority": "^0.7.0",
Expand Down Expand Up @@ -48,7 +48,7 @@
{
"main": "/",
"dist": "dist",
"devMain": "http://localhost:5173",
"devMain": "http://localhost:5173/git-skyline/dist",
"name": "Git Skyline",
"cmds": [],
"window": {
Expand Down
45 changes: 19 additions & 26 deletions extensions/git-skyline/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions extensions/jwt-inspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
{
"main": "/",
"dist": "build",
"devMain": "http://localhost:5173/dev-extensions/jwt/build",
"devMain": "http://localhost:5173/jwt-inspector/build",
"name": "View Decoded JWT",
"cmds": []
},
{
"main": "/search",
"dist": "build",
"devMain": "http://localhost:5173/dev-extensions/jwt/build/search",
"devMain": "http://localhost:5173/jwt-inspector/build/search",
"name": "Search Decoded JWT",
"cmds": []
}
Expand All @@ -67,7 +67,7 @@
"format": "prettier --write ."
},
"dependencies": {
"@kksh/api": "0.0.9",
"@kksh/api": "0.0.11",
"@kksh/svelte": "0.1.4",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
Expand Down

0 comments on commit 608150e

Please sign in to comment.