We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7930569 commit 21bbc8dCopy full SHA for 21bbc8d
packages/ws-worker/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# ws-worker
2
3
+## 1.20.2
4
+
5
+### Patch Changes
6
7
+- Add internal fallback timeout to events. Also adjust error handling to try and catch an uncaught error
8
+- q
9
10
## 1.20.1
11
12
### Patch Changes
packages/ws-worker/package.json
@@ -1,6 +1,6 @@
{
"name": "@openfn/ws-worker",
- "version": "1.20.1",
+ "version": "1.20.2",
"description": "A Websocket Worker to connect Lightning to a Runtime Engine",
"main": "dist/index.js",
"type": "module",
0 commit comments