@openfn/cli 1.2.4 → 1.2.5

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.
@@ -100,7 +100,9 @@ var execute_default = async (plan, input, opts, logger) => {
100
100
  await saveToCache(plan, jobId, state, opts, logger);
101
101
  }
102
102
  }
103
- }
103
+ },
104
+ defaultRunTimeoutMs: 5 * 60 * 1e3
105
+ // 5 minutes
104
106
  });
105
107
  return result;
106
108
  } catch (e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfn/cli",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "CLI devtools for the openfn toolchain.",
5
5
  "engines": {
6
6
  "node": ">=18",
@@ -48,8 +48,8 @@
48
48
  "@openfn/compiler": "0.1.2",
49
49
  "@openfn/describe-package": "0.0.19",
50
50
  "@openfn/logger": "1.0.1",
51
- "@openfn/deploy": "0.4.6",
52
- "@openfn/runtime": "1.1.2"
51
+ "@openfn/runtime": "1.1.3",
52
+ "@openfn/deploy": "0.4.6"
53
53
  },
54
54
  "files": [
55
55
  "dist",