Compare commits

..

2 Commits

Author SHA1 Message Date
d95d12d324 add websocket connection to webhook-proxy
Some checks failed
Companion Module Checks / Check module (push) Failing after 0s
CI / build (push) Successful in 6s
2025-09-29 14:40:09 +02:00
084b27f945 update deps to current state of module template; update runtime to node22 2025-09-29 14:38:30 +02:00
2 changed files with 1 additions and 6 deletions

View File

@@ -74,8 +74,3 @@ Presets are available for **Start Timer** and **Stop Timer**.
### Version 2.1.1
- Prevent module crash if user has no Clients
### Version 2.1.2
- Update node runtime to node22
- make polling interval configurable as toggl is updating their [API usage limits](https://support.toggl.com/en/articles/11484112-api-webhook-limits)

View File

@@ -1,6 +1,6 @@
{
"name": "toggl-track",
"version": "2.1.2",
"version": "2.1.1",
"main": "dist/main.js",
"type": "module",
"scripts": {