@pilatos/bitbucket-cli 1.11.0 → 1.11.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -55,7 +55,7 @@ npm install -g @pilatos/bitbucket-cli
55
55
  bb --version
56
56
  ```
57
57
 
58
- > **Requires:** [Bun](https://bun.sh) runtime 1.0 or higher (Node.js is not supported)
58
+ > **Requires:** [Bun](https://bun.sh) runtime 1.0 or higher. The CLI is installed via npm but runs on the Bun runtime — Node.js is not supported. Install Bun first: `curl -fsSL https://bun.sh/install | bash`
59
59
 
60
60
  ---
61
61
 
@@ -98,7 +98,7 @@ Full documentation: **[bitbucket-cli.paulvanderlei.com](https://bitbucket-cli.pa
98
98
  - Create a token: [Bitbucket API Tokens](https://bitbucket.org/account/settings/api-tokens/)
99
99
  - Authenticate: `bb auth login`
100
100
 
101
- > **Note:** Bitbucket app passwords are deprecated. Use API tokens instead.
101
+ > **Note:** Bitbucket app passwords are [deprecated](https://bitbucket.org/blog/deprecating-app-passwords) (new ones can no longer be created). Use OAuth or API tokens instead.
102
102
 
103
103
  ---
104
104
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pilatos/bitbucket-cli",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "description": "A command-line interface for Bitbucket Cloud",
5
5
  "author": "",
6
6
  "license": "MIT",