Skip to content

Commit

Permalink
security: patch personal token leak
Browse files Browse the repository at this point in the history
  • Loading branch information
xhayper committed Apr 21, 2023
1 parent ad9ee07 commit fb58e51
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 184 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coc-discord-rpc",
"version": "5.1.7",
"version": "5.1.8",
"description": "An awesome coc-extension to get Discord Rich Presence integration with Neovim / Vim.",
"main": "dist/index.js",
"license": "MIT",
Expand Down Expand Up @@ -36,12 +36,12 @@
"devDependencies": {
"@types/git-url-parse": "^9.0.1",
"@types/node": "14.x",
"@xhayper/discord-rpc": "^1.0.15",
"@xhayper/discord-rpc": "^1.0.16",
"coc.nvim": "0.0.82",
"git-url-parse": "^13.1.0",
"source-map-support": "^0.5.21",
"tsup": "^6.7.0",
"typescript": "^5.0.2",
"typescript": "^5.0.4",
"vscode-languageserver-protocol": "^3.17.3"
},
"engines": {
Expand Down
Loading

0 comments on commit fb58e51

Please sign in to comment.