@nestica/cli 0.5.2 → 0.5.4

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
@@ -8,6 +8,8 @@ management (`login`, `logout`, `whoami`, `set-profile`).
8
8
 
9
9
  ```sh
10
10
  npm install -g @nestica/cli
11
+ yarn global add @nestica/cli # for yarn users
12
+ pnpm add -g @nestica/cli # for pnpm users
11
13
  ```
12
14
 
13
15
  Zero runtime dependencies — everything is bundled into the `nestica`
package/dist/cli.js CHANGED
@@ -3380,7 +3380,7 @@ var program = new Command();
3380
3380
  // package.json
3381
3381
  var package_default = {
3382
3382
  name: "@nestica/cli",
3383
- version: "0.5.2",
3383
+ version: "0.5.4",
3384
3384
  type: "module",
3385
3385
  description: "Command-line client for the Nestica REST API",
3386
3386
  license: "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestica/cli",
3
- "version": "0.5.2",
3
+ "version": "0.5.4",
4
4
  "type": "module",
5
5
  "description": "Command-line client for the Nestica REST API",
6
6
  "license": "MIT",