Skip to content

Commit ecfe8e5

Browse files
authored
editor-flow dependency unfocus event fix (#504)
1 parent 86a7a5d commit ecfe8e5

4 files changed

+6
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "swdc-vscode",
33
"displayName": "Code Time",
4-
"version": "2.7.13",
4+
"version": "2.7.14",
55
"publisher": "softwaredotcom",
66
"description": "Code Time is an open source plugin that provides programming metrics right in Visual Studio Code.",
77
"author": {
@@ -140,7 +140,7 @@
140140
"webpack-cli": "^4.10.0"
141141
},
142142
"dependencies": {
143-
"@swdotcom/editor-flow": "1.1.2",
143+
"@swdotcom/editor-flow": "1.1.3",
144144
"@types/uuid": "^9.0.8",
145145
"@types/ws": "^8.5.10",
146146
"axios": "^1.7.2",

swdc-vscode-2.7.13.vsix

-590 KB
Binary file not shown.

swdc-vscode-2.7.14.vsix

596 KB
Binary file not shown.

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@
111111
tslib "^2.3.1"
112112
uuid "^3.4.0"
113113

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

119119
"@szmarczak/http-timer@^4.0.5":
120120
version "4.0.6"

0 commit comments

Comments
 (0)