Skip to content

Commit

Permalink
version: worker@1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Sep 19, 2024
1 parent 7b83b0d commit b87ba85
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/tidy-books-divide.md

This file was deleted.

7 changes: 7 additions & 0 deletions integration-tests/worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @openfn/integration-tests-worker

## 1.0.59

### Patch Changes

- Updated dependencies [0cf7198]
- @openfn/ws-worker@1.6.4

## 1.0.58

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openfn/integration-tests-worker",
"private": true,
"version": "1.0.58",
"version": "1.0.59",
"description": "Lightning WOrker integration tests",
"author": "Open Function Group <admin@openfn.org>",
"license": "ISC",
Expand Down
6 changes: 6 additions & 0 deletions packages/ws-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ws-worker

## 1.6.4

### Patch Changes

- 0cf7198: Do not send the input_dataclip_id in step:start if the dataclip was witheld

## 1.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ws-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/ws-worker",
"version": "1.6.3",
"version": "1.6.4",
"description": "A Websocket Worker to connect Lightning to a Runtime Engine",
"main": "dist/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/ws-worker/src/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import createMockRTE from './mock/runtime-engine';
import createWorker, { ServerOptions } from './server';
import cli from './util/cli';

const args = cli(process.argv);
const args = chali(process.argv);

const logger = createLogger('SRV', { level: args.log });

Expand Down

0 comments on commit b87ba85

Please sign in to comment.