@loopstack/github-integration 0.4.6 → 0.4.8

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.
@@ -175,7 +175,7 @@ let ConnectGitHubWorkflow = class ConnectGitHubWorkflow extends BaseWorkflow {
175
175
  'echo "diverged"',
176
176
  ].join(' && '),
177
177
  });
178
- const divergeState = checkResult.data.stdout.trim().split('\n').pop().trim();
178
+ const divergeState = checkResult.data.output.trim().split('\n').pop().trim();
179
179
  if (divergeState === 'same' || divergeState === 'no_remote') {
180
180
  this.assignState({ divergenceState: 'none' });
181
181
  }
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "integration",
10
10
  "workflow"
11
11
  ],
12
- "version": "0.4.6",
12
+ "version": "0.4.8",
13
13
  "license": "MIT",
14
14
  "author": {
15
15
  "name": "Jakob Klippel",
@@ -32,13 +32,13 @@
32
32
  "watch": "nest build --watch"
33
33
  },
34
34
  "dependencies": {
35
- "@loopstack/common": "^0.37.0",
36
- "@loopstack/core": "^0.37.0",
37
- "@loopstack/git-module": "^0.3.6",
38
- "@loopstack/github-module": "^0.4.6",
39
- "@loopstack/hitl": "^0.4.6",
40
- "@loopstack/oauth-module": "^0.4.6",
41
- "@loopstack/remote-client": "^0.26.1"
35
+ "@loopstack/common": "^0.39.0",
36
+ "@loopstack/core": "^0.39.0",
37
+ "@loopstack/git-module": "^0.4.0",
38
+ "@loopstack/github-module": "^0.4.8",
39
+ "@loopstack/hitl": "^0.5.1",
40
+ "@loopstack/oauth-module": "^0.5.1",
41
+ "@loopstack/remote-client": "^0.27.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@nestjs/common": "^11.1.19",