@openfn/cli 1.9.0 → 1.9.1

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.
@@ -1,2 +1,2 @@
1
1
 
2
- export { }
2
+ export { }
@@ -533,7 +533,7 @@ var getUpstreamStepId = (plan, stepId) => {
533
533
  if (typeof step.next === "string") {
534
534
  return step.next === stepId;
535
535
  }
536
- return stepId in step.next;
536
+ return stepId in step.next || null;
537
537
  }
538
538
  });
539
539
  if (upstreamStep) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfn/cli",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "CLI devtools for the openfn toolchain.",
5
5
  "engines": {
6
6
  "node": ">=18",
@@ -33,8 +33,7 @@
33
33
  "@types/ws": "^8.5.10",
34
34
  "@types/yargs": "^17.0.24",
35
35
  "ava": "5.3.1",
36
- "mock-fs": "^5.1.4",
37
- "ts-node": "^10.9.1",
36
+ "mock-fs": "^5.4.1",
38
37
  "tslib": "^2.4.0",
39
38
  "tsup": "^7.2.0",
40
39
  "typescript": "^5.1.6",
@@ -49,11 +48,11 @@
49
48
  "undici": "^7.1.0",
50
49
  "ws": "^8.18.0",
51
50
  "yargs": "^17.7.2",
52
- "@openfn/compiler": "0.4.2",
53
- "@openfn/deploy": "0.8.0",
54
- "@openfn/describe-package": "0.1.3",
55
- "@openfn/runtime": "1.5.3",
56
- "@openfn/logger": "1.0.2"
51
+ "@openfn/deploy": "0.8.1",
52
+ "@openfn/describe-package": "0.1.4",
53
+ "@openfn/runtime": "1.5.4",
54
+ "@openfn/logger": "1.0.3",
55
+ "@openfn/compiler": "0.4.3"
57
56
  },
58
57
  "files": [
59
58
  "dist",