@nightlybuildgroup/vault 1.1.1 → 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 +0 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,19 +13,11 @@ and credentials at setup time.
13
13
 
14
14
  ## Setup
15
15
 
16
- Install globally (recommended):
17
-
18
16
  ```sh
19
17
  npm i -g @nightlybuildgroup/vault
20
18
  nbg-pw setup
21
19
  ```
22
20
 
23
- Or run it without installing via `npx`:
24
-
25
- ```sh
26
- npx @nightlybuildgroup/vault setup
27
- ```
28
-
29
21
  You'll be asked for your server URL, email, API-key client id/secret, and master
30
22
  password. Credentials are verified against the server before anything is saved.
31
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nightlybuildgroup/vault",
3
- "version": "1.1.1",
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": {