bdy 1.9.12-dev → 1.9.13-dev

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,7 +1,7 @@
1
1
  {
2
2
  "name": "bdy",
3
3
  "preferGlobal": false,
4
- "version": "1.9.12-dev",
4
+ "version": "1.9.13-dev",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -146,7 +146,7 @@ async function getCiAndGitInfo(baseBranch) {
146
146
  return {
147
147
  ci: ciInfo_js_1.CI.BUDDY,
148
148
  branch,
149
- pullRequestNumber,
149
+ pullRequestNumber: isPR ? pullRequestNumber : undefined,
150
150
  commit,
151
151
  baseCommit,
152
152
  pipelineName: process.env.BUDDY_PIPELINE_NAME,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bdy",
3
3
  "preferGlobal": false,
4
- "version": "1.9.12-dev",
4
+ "version": "1.9.13-dev",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",
7
7
  "scripts": {