@openfn/ws-worker 0.3.1 → 0.3.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,11 @@
1
1
  # ws-worker
2
2
 
3
+ ## 0.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Add git to worker image
8
+
3
9
  ## 0.3.1
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -370,7 +370,7 @@ import { timestamp } from "@openfn/logger";
370
370
  // package.json
371
371
  var package_default = {
372
372
  name: "@openfn/ws-worker",
373
- version: "0.3.1",
373
+ version: "0.3.2",
374
374
  description: "A Websocket Worker to connect Lightning to a Runtime Engine",
375
375
  main: "dist/index.js",
376
376
  type: "module",
package/dist/start.js CHANGED
@@ -5356,7 +5356,7 @@ import { timestamp } from "@openfn/logger";
5356
5356
  // package.json
5357
5357
  var package_default = {
5358
5358
  name: "@openfn/ws-worker",
5359
- version: "0.3.1",
5359
+ version: "0.3.2",
5360
5360
  description: "A Websocket Worker to connect Lightning to a Runtime Engine",
5361
5361
  main: "dist/index.js",
5362
5362
  type: "module",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfn/ws-worker",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "A Websocket Worker to connect Lightning to a Runtime Engine",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -22,8 +22,8 @@
22
22
  "koa-logger": "^3.2.1",
23
23
  "phoenix": "^1.7.7",
24
24
  "ws": "^8.14.1",
25
- "@openfn/engine-multi": "0.2.4",
26
25
  "@openfn/runtime": "0.2.2",
26
+ "@openfn/engine-multi": "0.2.4",
27
27
  "@openfn/logger": "0.0.19"
28
28
  },
29
29
  "devDependencies": {