Skip to content

Commit 328d2b8

Browse files
authored
fix report path and npm updates (#498)
1 parent 6285403 commit 328d2b8

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,14 @@
141141
},
142142
"dependencies": {
143143
"@swdotcom/editor-flow": "1.1.2",
144-
"@types/uuid": "^9.0.4",
145-
"@types/ws": "^8.5.6",
146-
"axios": "^1.6.0",
147-
"date-fns": "^2.30.0",
144+
"@types/uuid": "^9.0.8",
145+
"@types/ws": "^8.5.10",
146+
"axios": "^1.7.2",
147+
"date-fns": "^3.6.0",
148148
"node-cache": "^5.1.2",
149149
"open": "^8.4.0",
150150
"swdc-tracker": "1.5.5",
151151
"uuid": "^9.0.1",
152-
"ws": "^8.14.2"
152+
"ws": "^8.17.0"
153153
}
154154
}

src/command-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export function createCommands(
135135
// DISPLAY PROJECT METRICS REPORT
136136
cmds.push(
137137
commands.registerCommand('codetime.viewProjectReports', () => {
138-
launchWebUrl(`${app_url}/reports`);
138+
launchWebUrl(`${app_url}/code_time/reports`);
139139
})
140140
);
141141

src/managers/LocalStorageManager.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
import { ExtensionContext, Memento } from "vscode";
2-
import { getSoftwareSessionFile } from "../Util";
3-
import { getJsonItem } from "./FileManager";
4-
import { json } from "stream/consumers";
52

63
export class LocalStorageManager {
74

swdc-vscode-2.7.12.vsix

4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)