@openfn/ws-worker 1.8.9 → 1.9.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # ws-worker
2
2
 
3
+ ## 1.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 4ddd4d6: Update errors to include a source-mapped position and more dignostic information
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [4ddd4d6]
12
+ - Updated dependencies [6e87156]
13
+ - Updated dependencies [aaa7e7b]
14
+ - @openfn/runtime@1.6.0
15
+ - @openfn/logger@1.0.4
16
+ - @openfn/engine-multi@1.4.7
17
+ - @openfn/lexicon@1.1.0
18
+
3
19
  ## 1.8.9
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfn/ws-worker",
3
- "version": "1.8.9",
3
+ "version": "1.9.0",
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.6",
25
+ "@openfn/engine-multi": "1.4.7",
26
+ "@openfn/logger": "1.0.4",
26
27
  "@openfn/lexicon": "^1.1.0",
27
- "@openfn/logger": "1.0.3",
28
- "@openfn/runtime": "1.5.4"
28
+ "@openfn/runtime": "1.6.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/koa": "^2.13.5",
@@ -41,7 +41,7 @@
41
41
  "tsup": "^6.2.3",
42
42
  "typescript": "^4.6.4",
43
43
  "yargs": "^17.6.2",
44
- "@openfn/lightning-mock": "2.0.27"
44
+ "@openfn/lightning-mock": "2.0.28"
45
45
  },
46
46
  "files": [
47
47
  "dist",