@bugsnag/cli
Advanced tools
Comparing version 2.6.1 to 2.6.4-alpha
# Changelog | ||
## TBD | ||
### Fixes | ||
- Ensure that the node package is configured correctly so that you can run `npx @bugsnag/cli` and `yarn bugsnag-cli`. [144](https://github.com/bugsnag/bugsnag-cli/pull/144) | ||
## 2.6.1 (2024-09-18) | ||
# Fixes | ||
### Fixes | ||
- Ensure that we only pass either `--code-bundle-id` or `--version-code`/`--version-name`/`--bundle-version` to the upload API. [140](https://github.com/bugsnag/bugsnag-cli/pull/140) | ||
@@ -6,0 +11,0 @@ |
@@ -54,3 +54,3 @@ const axios = require('axios'); | ||
try { | ||
const binDir = path.resolve(process.cwd(),'..','..','.bin'); | ||
const binDir = path.resolve(process.cwd(),'bin'); | ||
if (!fs.existsSync(binDir)) { | ||
@@ -73,4 +73,4 @@ fs.mkdirSync(binDir, { recursive: true }); | ||
const binaryUrl = `${repoUrl}/releases/download/v${version}/${platformMetadata.ARTIFACT_NAME}`; | ||
const binaryOutputPath = path.join(process.cwd(),'..','..','.bin', platformMetadata.BINARY_NAME); | ||
const binaryOutputPath = path.join(process.cwd(),'bin', platformMetadata.BINARY_NAME); | ||
downloadBinaryFromGitHub(binaryUrl, binaryOutputPath); |
{ | ||
"name": "@bugsnag/cli", | ||
"version": "2.6.1", | ||
"version": "2.6.4-alpha", | ||
"description": "BugSnag CLI", | ||
@@ -28,2 +28,3 @@ "main": "install.js", | ||
"install.js", | ||
"bin/bugsnag-cli", | ||
"supported-platforms.yml" | ||
@@ -30,0 +31,0 @@ ], |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
19320
7
1