Skip to content

Commit

Permalink
Bump versions, adjust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Nov 1, 2023
1 parent 07da585 commit 92e8a08
Show file tree
Hide file tree
Showing 14 changed files with 63 additions and 15 deletions.
10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @openfn/cli

## 0.4.2

### Patch Changes

- Updated dependencies [1b6fa8e]
- @openfn/logger@0.0.18
- @openfn/runtime@0.0.32
- @openfn/compiler@0.0.37
- @openfn/deploy@0.2.8

## 0.4.1

### 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.1",
"version": "0.4.2",
"description": "CLI devtools for the openfn toolchain.",
"engines": {
"node": ">=18",
Expand Down
7 changes: 7 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @openfn/compiler

## 0.0.37

### Patch Changes

- Updated dependencies [1b6fa8e]
- @openfn/logger@0.0.18

## 0.0.36

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/compiler",
"version": "0.0.36",
"version": "0.0.37",
"description": "Compiler and language tooling for openfn jobs.",
"author": "Open Function Group <[email protected]>",
"license": "ISC",
Expand Down
7 changes: 7 additions & 0 deletions packages/deploy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @openfn/deploy

## 0.2.8

### Patch Changes

- Updated dependencies [1b6fa8e]
- @openfn/logger@0.0.18

## 0.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/deploy",
"version": "0.2.7",
"version": "0.2.8",
"description": "Deploy projects to Lightning instances",
"type": "module",
"exports": {
Expand Down
4 changes: 0 additions & 4 deletions packages/engine-multi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,12 @@
"@openfn/language-common": "2.0.0-rc3",
"@openfn/logger": "workspace:*",
"@openfn/runtime": "workspace:*",
"koa": "^2.13.4",
"workerpool": "^6.5.1"
},
"devDependencies": {
"@types/koa": "^2.13.5",
"@types/node": "^18.15.13",
"@types/nodemon": "^1.19.2",
"@types/workerpool": "^6.4.4",
"ava": "5.3.1",
"nodemon": "^2.0.19",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"tsm": "^2.2.2",
Expand Down
13 changes: 13 additions & 0 deletions packages/lightning-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @openfn/lightning-mock

## 1.0.1

### Patch Changes

- Updated dependencies [7e4529e]
- Updated dependencies [d2360d4]
- Updated dependencies [195f098]
- Updated dependencies [1b6fa8e]
- @openfn/logger@0.0.18
- @openfn/runtime@0.0.32
- @openfn/engine-multi@0.1.1
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.0.0",
"version": "1.0.1",
"private": true,
"description": "A mock Lightning server",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @openfn/logger

## 0.0.18

### Patch Changes

- 7e4529e: Export SanitizePolicies type
- 1b6fa8e: Add proxy function

## 0.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/logger",
"version": "0.0.17",
"version": "0.0.18",
"description": "Cross-package logging utility",
"module": "dist/index.js",
"author": "Open Function Group <[email protected]>",
Expand Down
13 changes: 13 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @openfn/runtime

## 0.0.32

### Patch Changes

- Add support to lazy load intial state and config
- d2360d4: Support a cacheKey to bust cached modules in long-running processes
- Add notify api
- 195f098: Trigger callbacks on job start, complete and init
- add deleteConfiguration option
- Fix intial state handling
- Updated dependencies [7e4529e]
- @openfn/logger@0.0.18

## 0.0.31

### 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.0.31",
"version": "0.0.32",
"description": "Job processing runtime.",
"type": "module",
"exports": {
Expand Down
5 changes: 0 additions & 5 deletions packages/ws-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,13 @@
"@openfn/lightning-mock": "workspace:*",
"@types/koa": "^2.13.5",
"@types/koa-bodyparser": "^4.3.10",
"@types/koa-route": "^3.2.6",
"@types/koa-websocket": "^5.0.8",
"@types/koa__router": "^12.0.1",
"@types/node": "^18.15.3",
"@types/nodemon": "1.19.3",
"@types/phoenix": "^1.6.2",
"@types/yargs": "^17.0.12",
"ava": "5.1.0",
"koa-route": "^3.2.0",
"koa-websocket": "^7.0.0",
"nodemon": "3.0.1",
"query-string": "^8.1.0",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"tsup": "^6.2.3",
Expand Down

0 comments on commit 92e8a08

Please sign in to comment.