Compare commits

..

3 Commits

Author SHA1 Message Date
a7821a7cb5 add websocket connection to webhook-proxy
Some checks failed
Companion Module Checks / Check module (push) Failing after 0s
CI / build (push) Successful in 5s
2025-09-29 15:01:05 +02:00
b9060b683f increase package version 2025-09-29 14:57:02 +02:00
34a2814c19 update deps to current state of module template; update runtime to node22 2025-09-29 14:54:12 +02:00
2 changed files with 6 additions and 1 deletions

View File

@@ -74,3 +74,8 @@ Presets are available for **Start Timer** and **Stop Timer**.
### Version 2.1.1 ### Version 2.1.1
- Prevent module crash if user has no Clients - 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", "name": "toggl-track",
"version": "2.1.1", "version": "2.1.2",
"main": "dist/main.js", "main": "dist/main.js",
"type": "module", "type": "module",
"scripts": { "scripts": {