-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/next' into typesync
- Loading branch information
Showing
27 changed files
with
728 additions
and
757 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@openfn/compiler': patch | ||
--- | ||
|
||
Bump recast version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@openfn/runtime': patch | ||
--- | ||
|
||
Bump semver |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@openfn/deploy': patch | ||
'@openfn/logger': patch | ||
--- | ||
|
||
Bump inquirer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
steps: | ||
- run: | ||
name: Install pnpm | ||
command: sudo corepack enable && corepack prepare [email protected].0 --activate | ||
command: sudo corepack enable && corepack prepare [email protected].9 --activate | ||
- checkout | ||
- restore_cache: | ||
# See the configuration reference documentation for more details on using restore_cache and save_cache steps | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@openfn/compiler", | ||
"version": "0.0.32", | ||
"version": "0.0.34", | ||
"description": "Compiler and language tooling for openfn jobs.", | ||
"author": "Open Function Group <[email protected]>", | ||
"license": "ISC", | ||
|
@@ -32,19 +32,19 @@ | |
"devDependencies": { | ||
"@types/node": "^17.0.45", | ||
"@types/yargs": "^17.0.24", | ||
"ava": "5.1.0", | ||
"ava": "5.3.1", | ||
"ts-node": "^10.9.1", | ||
"tslib": "^2.4.0", | ||
"tsup": "^7.1.0", | ||
"typescript": "^4.7.4" | ||
"tsup": "^6.2.3", | ||
"typescript": "^4.7.4", | ||
"yargs": "^17.7.2" | ||
}, | ||
"dependencies": { | ||
"@openfn/describe-package": "workspace:*", | ||
"@openfn/logger": "workspace:*", | ||
"acorn": "^8.8.0", | ||
"ast-types": "^0.14.2", | ||
"recast": "^0.21.2", | ||
"yargs": "^17.7.2" | ||
"recast": "^0.21.5" | ||
}, | ||
"files": [ | ||
"dist", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@openfn/describe-package", | ||
"version": "0.0.16", | ||
"version": "0.0.18", | ||
"description": "Utilities to inspect an npm package.", | ||
"author": "Open Function Group <[email protected]>", | ||
"license": "ISC", | ||
|
@@ -40,14 +40,14 @@ | |
"@types/node": "^17.0.45", | ||
"@types/node-localstorage": "^1.3.0", | ||
"@types/rimraf": "^3.0.2", | ||
"ava": "5.1.0", | ||
"ava": "5.3.1", | ||
"esbuild": "^0.18.14", | ||
"rimraf": "^3.0.2", | ||
"threads": "1.7.0", | ||
"ts-node": "^10.9.1", | ||
"tslib": "^2.4.0", | ||
"tsm": "^2.2.1", | ||
"tsup": "^7.1.0" | ||
"tsup": "^6.2.3" | ||
}, | ||
"files": [ | ||
"dist", | ||
|
@@ -63,7 +63,6 @@ | |
"dependencies": { | ||
"@typescript/vfs": "^1.3.5", | ||
"cross-fetch": "^3.1.5", | ||
"node-localstorage": "^2.2.1", | ||
"typescript": "^4.7.4", | ||
"url-join": "^5.0.0" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@openfn/logger", | ||
"version": "0.0.13", | ||
"version": "0.0.15", | ||
"description": "Cross-package logging utility", | ||
"module": "dist/index.js", | ||
"author": "Open Function Group <[email protected]>", | ||
|
@@ -34,10 +34,10 @@ | |
}, | ||
"devDependencies": { | ||
"@types/node": "^18.7.18", | ||
"ava": "5.1.0", | ||
"ava": "5.3.1", | ||
"ts-node": "10.8.1", | ||
"tslib": "^2.4.0", | ||
"tsup": "^7.1.0", | ||
"tsup": "^6.2.3", | ||
"typescript": "^4.8.3" | ||
}, | ||
"files": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.