@openfn/ws-worker 1.8.0 → 1.8.1

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.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - eeb660d: Fix an issue from previous patch where initial state.configuration could be lost at the start of a step
8
+ - Updated dependencies [eeb660d]
9
+ - @openfn/runtime@1.5.1
10
+ - @openfn/engine-multi@1.4.1
11
+
3
12
  ## 1.8.0
4
13
 
5
14
  ### Minor 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.8.0";
32
+ version = "1.8.1";
33
33
  description = "A Websocket Worker to connect Lightning to a Runtime Engine";
34
34
  main = "dist/index.js";
35
35
  type = "module";
package/dist/start.js CHANGED
@@ -37,7 +37,7 @@ var name, version, description, main, type, scripts, bin, author, license, depen
37
37
  var init_package = __esm({
38
38
  "package.json"() {
39
39
  name = "@openfn/ws-worker";
40
- version = "1.8.0";
40
+ version = "1.8.1";
41
41
  description = "A Websocket Worker to connect Lightning to a Runtime Engine";
42
42
  main = "dist/index.js";
43
43
  type = "module";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfn/ws-worker",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "A Websocket Worker to connect Lightning to a Runtime Engine",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -22,10 +22,10 @@
22
22
  "koa-logger": "^3.2.1",
23
23
  "phoenix": "1.7.10",
24
24
  "ws": "^8.18.0",
25
- "@openfn/engine-multi": "1.4.0",
25
+ "@openfn/engine-multi": "1.4.1",
26
26
  "@openfn/lexicon": "^1.1.0",
27
- "@openfn/logger": "1.0.2",
28
- "@openfn/runtime": "1.5.0"
27
+ "@openfn/runtime": "1.5.1",
28
+ "@openfn/logger": "1.0.2"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/koa": "^2.13.5",
@@ -42,7 +42,7 @@
42
42
  "tsup": "^6.2.3",
43
43
  "typescript": "^4.6.4",
44
44
  "yargs": "^17.6.2",
45
- "@openfn/lightning-mock": "2.0.21"
45
+ "@openfn/lightning-mock": "2.0.22"
46
46
  },
47
47
  "files": [
48
48
  "dist",