Skip to content

Commit

Permalink
editor-flow dependency unfocus event fix (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavluiz authored Jul 17, 2024
1 parent 86a7a5d commit ecfe8e5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "swdc-vscode",
"displayName": "Code Time",
"version": "2.7.13",
"version": "2.7.14",
"publisher": "softwaredotcom",
"description": "Code Time is an open source plugin that provides programming metrics right in Visual Studio Code.",
"author": {
Expand Down Expand Up @@ -140,7 +140,7 @@
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@swdotcom/editor-flow": "1.1.2",
"@swdotcom/editor-flow": "1.1.3",
"@types/uuid": "^9.0.8",
"@types/ws": "^8.5.10",
"axios": "^1.7.2",
Expand Down
Binary file removed swdc-vscode-2.7.13.vsix
Binary file not shown.
Binary file added swdc-vscode-2.7.14.vsix
Binary file not shown.
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@
tslib "^2.3.1"
uuid "^3.4.0"

"@swdotcom/[email protected].2":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@swdotcom/editor-flow/-/editor-flow-1.1.2.tgz#9abb80d59140a3c6c10d1a8a631540396fe3d05f"
integrity sha512-QS8YMMzgmYM/6JRDRPmYzQeSS+ILZxDvl2lDyw85iR8ydiIGwPBa0nN5PhxBQY5DTAyy+R5SjZ10SXzmx+M2Aw==
"@swdotcom/[email protected].3":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@swdotcom/editor-flow/-/editor-flow-1.1.3.tgz#d4560d1d07e920248c0db9ce806d214406e28c4f"
integrity sha512-k+LFJlJzEJzVoJ1R3F+j0C8A1KEhsxj+KtxQ9tFwdTlFrNZlD5J9T8fgW/4ap8uBthIYDIQUilFJK2AZ0+mL7Q==

"@szmarczak/http-timer@^4.0.5":
version "4.0.6"
Expand Down

0 comments on commit ecfe8e5

Please sign in to comment.