@nightlybuildgroup/vault 1.1.0 → 1.1.2

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,8 @@ and credentials at setup time.
14
14
  ## Setup
15
15
 
16
16
  ```sh
17
- npx @nightlybuildgroup/vault setup
17
+ npm i -g @nightlybuildgroup/vault
18
+ nbg-pw setup
18
19
  ```
19
20
 
20
21
  You'll be asked for your server URL, email, API-key client id/secret, and master
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nightlybuildgroup/vault",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Store Vaultwarden/Bitwarden credentials in the macOS Keychain and read secrets back for local agents.",
5
5
  "type": "module",
6
6
  "bin": {