Skip to content

Commit

Permalink
versions: @openfn/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Jan 24, 2024
1 parent 0503097 commit be39fff
Show file tree
Hide file tree
Showing 16 changed files with 62 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-humans-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-beans-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-rocks-warn.md

This file was deleted.

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

## 1.0.30

### Patch Changes

- Updated dependencies [9b9ca0c]
- Updated dependencies [9b9ca0c]
- @openfn/ws-worker@0.6.0
- @openfn/engine-multi@0.3.0
- @openfn/lightning-mock@1.1.9

## 1.0.29

### 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.29",
"version": "1.0.30",
"description": "Lightning WOrker integration tests",
"author": "Open Function Group <[email protected]>",
"license": "ISC",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @openfn/cli

## 0.4.14

### Patch Changes

- Updated dependencies [0f22694]
- @openfn/runtime@0.2.5

## 0.4.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/cli",
"version": "0.4.13",
"version": "0.4.14",
"description": "CLI devtools for the openfn toolchain.",
"engines": {
"node": ">=18",
Expand Down
11 changes: 11 additions & 0 deletions packages/engine-multi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# engine-multi

## 0.3.0

### Minor Changes

- 9b9ca0c: Replace workerpool with new child_process pool implementation

### Patch Changes

- Updated dependencies [0f22694]
- @openfn/runtime@0.2.5

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-multi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/engine-multi",
"version": "0.2.6",
"version": "0.3.0",
"description": "Multi-process runtime engine",
"main": "dist/index.js",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions packages/lightning-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @openfn/lightning-mock

## 1.1.9

### Patch Changes

- Updated dependencies [0f22694]
- Updated dependencies [9b9ca0c]
- @openfn/runtime@0.2.5
- @openfn/engine-multi@0.3.0

## 1.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lightning-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/lightning-mock",
"version": "1.1.8",
"version": "1.1.9",
"private": true,
"description": "A mock Lightning server",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openfn/runtime

## 0.2.5

### Patch Changes

- 0f22694: Accept the linker's whitelist as strings

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/runtime",
"version": "0.2.4",
"version": "0.2.5",
"description": "Job processing runtime.",
"type": "module",
"exports": {
Expand Down
13 changes: 13 additions & 0 deletions packages/ws-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# ws-worker

## 0.6.0

### Minor Changes

- 9b9ca0c: New worker pool engine

### Patch Changes

- Updated dependencies [0f22694]
- Updated dependencies [9b9ca0c]
- @openfn/runtime@0.2.5
- @openfn/engine-multi@0.3.0

## 0.5.0

### Minor 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": "0.5.0",
"version": "0.6.0-rc1",
"description": "A Websocket Worker to connect Lightning to a Runtime Engine",
"main": "dist/index.js",
"type": "module",
Expand Down
5 changes: 0 additions & 5 deletions packages/ws-worker/test/api/execute.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ import { stringify, createAttemptState } from '../../src/util';

import type { ExecutionPlan } from '@openfn/runtime';
import type { Attempt, AttemptState } from '../../src/types';
import {
JOB_COMPLETE,
JOB_ERROR,
WORKFLOW_COMPLETE,
} from '@openfn/engine-multi';

const enc = new TextEncoder();

Expand Down

0 comments on commit be39fff

Please sign in to comment.