@openfn/ws-worker 1.19.1 → 1.19.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # ws-worker
2
2
 
3
+ ## 1.19.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [8632629]
8
+ - Updated dependencies [0e5b7d4]
9
+ - Updated dependencies [7e12e4b]
10
+ - @openfn/engine-multi@1.8.2
11
+
3
12
  ## 1.19.1
4
13
 
5
14
  ### Patch Changes
package/README.md CHANGED
@@ -54,7 +54,7 @@ This will wrap a real runtime engine into the server. It will rebuild when the W
54
54
 
55
55
  ### Disabling auto-fetch
56
56
 
57
- When working in dev it is convinient to disable the workloop. To switch it off, run:
57
+ When working in dev it is convenient to disable the workloop. To switch it off, run:
58
58
 
59
59
  ```
60
60
  pnpm start --no-loop
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfn/ws-worker",
3
- "version": "1.19.1",
3
+ "version": "1.19.2",
4
4
  "description": "A Websocket Worker to connect Lightning to a Runtime Engine",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -23,8 +23,8 @@
23
23
  "koa-logger": "^3.2.1",
24
24
  "phoenix": "1.7.10",
25
25
  "ws": "^8.18.3",
26
- "@openfn/engine-multi": "1.8.1",
27
26
  "@openfn/lexicon": "^1.2.5",
27
+ "@openfn/engine-multi": "1.8.2",
28
28
  "@openfn/logger": "1.0.6",
29
29
  "@openfn/runtime": "1.7.4"
30
30
  },
@@ -43,7 +43,7 @@
43
43
  "tsup": "^6.7.0",
44
44
  "typescript": "^4.9.5",
45
45
  "yargs": "^17.7.2",
46
- "@openfn/lightning-mock": "2.3.4"
46
+ "@openfn/lightning-mock": "2.3.5"
47
47
  },
48
48
  "files": [
49
49
  "dist",