@pilatos/bitbucket-cli 0.2.0 → 0.3.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.
package/README.md CHANGED
@@ -13,8 +13,8 @@
13
13
  </p>
14
14
 
15
15
  <p align="center">
16
- <a href="https://www.npmjs.com/package/bitbucket-cli"><img src="https://img.shields.io/npm/v/bitbucket-cli.svg?style=flat-square&color=blue" alt="npm version"></a>
17
- <a href="https://www.npmjs.com/package/bitbucket-cli"><img src="https://img.shields.io/npm/dm/bitbucket-cli.svg?style=flat-square&color=blue" alt="npm downloads"></a>
16
+ <a href="https://www.npmjs.com/package/@pilatos/bitbucket-cli"><img src="https://img.shields.io/npm/v/@pilatos/bitbucket-cli.svg?style=flat-square&color=blue" alt="npm version"></a>
17
+ <a href="https://www.npmjs.com/package/@pilatos/bitbucket-cli"><img src="https://img.shields.io/npm/dm/@pilatos/bitbucket-cli.svg?style=flat-square&color=blue" alt="npm downloads"></a>
18
18
  <a href="https://github.com/0pilatos0/bitbucket-cli/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square" alt="License"></a>
19
19
  <a href="https://github.com/0pilatos0/bitbucket-cli/issues"><img src="https://img.shields.io/github/issues/0pilatos0/bitbucket-cli.svg?style=flat-square" alt="GitHub issues"></a>
20
20
  </p>
@@ -66,19 +66,19 @@ If you've used GitHub's `gh` CLI and loved it, you've probably wished for someth
66
66
  ### Using npm (Recommended)
67
67
 
68
68
  ```bash
69
- npm install -g bitbucket-cli
69
+ npm install -g @pilatos/bitbucket-cli
70
70
  ```
71
71
 
72
72
  ### Using Bun
73
73
 
74
74
  ```bash
75
- bun install -g bitbucket-cli
75
+ bun install -g @pilatos/bitbucket-cli
76
76
  ```
77
77
 
78
78
  ### Using Yarn
79
79
 
80
80
  ```bash
81
- yarn global add bitbucket-cli
81
+ yarn global add @pilatos/bitbucket-cli
82
82
  ```
83
83
 
84
84
  ### Verify Installation
package/dist/index.js CHANGED
@@ -32837,7 +32837,7 @@ var require_constants = __commonJS((exports, module) => {
32837
32837
 
32838
32838
  // node_modules/tabtab/lib/installer.js
32839
32839
  var require_installer = __commonJS((exports, module) => {
32840
- var __dirname = "/Users/paulvanderlei/Developer/Projects/bitbucket-cli/node_modules/tabtab/lib";
32840
+ var __dirname = "/home/runner/work/bitbucket-cli/bitbucket-cli/node_modules/tabtab/lib";
32841
32841
  var fs = __require("fs");
32842
32842
  var path = __require("path");
32843
32843
  var untildify = require_untildify();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pilatos/bitbucket-cli",
3
- "version": "0.2.0",
3
+ "version": "0.3.1",
4
4
  "description": "A command-line interface for Bitbucket Cloud",
5
5
  "author": "",
6
6
  "license": "MIT",