buildsight-collector 0.0.1 → 0.0.3

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -8,7 +8,7 @@ import simpleGit from "simple-git";
8
8
  const spinner = ora();
9
9
 
10
10
  async function main() {
11
- const token = process.argv[3];
11
+ const token = process.argv[2];
12
12
 
13
13
  if (!token) {
14
14
  console.log(chalk.red("❌ Token de autenticação ausente."));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "buildsight-collector",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "CLI do BuildSight para coleta automatizada de commits e métricas de repositórios.",
5
5
  "main": "index.js",
6
6
  "bin": {