@openfn/ws-worker 1.1.9 → 1.1.11

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,20 @@
1
1
  # ws-worker
2
2
 
3
+ ## 1.1.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Enable a step to have multiple inputs
8
+ - Updated dependencies
9
+ - @openfn/runtime@1.2.0
10
+ - @openfn/engine-multi@1.1.9
11
+
12
+ ## 1.1.10
13
+
14
+ ### Patch Changes
15
+
16
+ - bc45b3d: Restructure handling of env vars
17
+
3
18
  ## 1.1.9
4
19
 
5
20
  ### Patch Changes
package/dist/index.js CHANGED
@@ -29,7 +29,7 @@ var name, version, description, main, type, scripts, bin, author, license, depen
29
29
  var init_package = __esm({
30
30
  "package.json"() {
31
31
  name = "@openfn/ws-worker";
32
- version = "1.1.9";
32
+ version = "1.1.11";
33
33
  description = "A Websocket Worker to connect Lightning to a Runtime Engine";
34
34
  main = "dist/index.js";
35
35
  type = "module";