@openfn/cli 1.20.2 → 1.21.0
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/dist/index.js +188 -117
- package/dist/process/runner.js +787 -572
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfn/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.21.0",
|
|
4
4
|
"description": "CLI devtools for the OpenFn toolchain",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18",
|
|
@@ -49,20 +49,20 @@
|
|
|
49
49
|
"undici": "7.12.0",
|
|
50
50
|
"ws": "^8.18.3",
|
|
51
51
|
"yargs": "^17.7.2",
|
|
52
|
-
"@openfn/compiler": "1.2.
|
|
53
|
-
"@openfn/deploy": "0.11.4",
|
|
54
|
-
"@openfn/logger": "1.1.0",
|
|
52
|
+
"@openfn/compiler": "1.2.2",
|
|
55
53
|
"@openfn/describe-package": "0.1.5",
|
|
56
|
-
"@openfn/
|
|
57
|
-
"@openfn/
|
|
58
|
-
"@openfn/lexicon": "^1.3.0"
|
|
54
|
+
"@openfn/deploy": "0.11.5",
|
|
55
|
+
"@openfn/project": "^0.10.0",
|
|
56
|
+
"@openfn/lexicon": "^1.3.0",
|
|
57
|
+
"@openfn/runtime": "1.7.7",
|
|
58
|
+
"@openfn/logger": "1.1.1"
|
|
59
59
|
},
|
|
60
60
|
"files": [
|
|
61
61
|
"dist",
|
|
62
62
|
"README.md"
|
|
63
63
|
],
|
|
64
64
|
"scripts": {
|
|
65
|
-
"test": "pnpm ava",
|
|
65
|
+
"test": "pnpm ava --timeout 10m",
|
|
66
66
|
"test:watch": "pnpm ava -w",
|
|
67
67
|
"test:types": "pnpm tsc --project tsconfig.test.json",
|
|
68
68
|
"build": "tsup --config ./tsup.config.js",
|