@nightlybuildgroup/vault 1.1.0 → 1.1.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 +9 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,6 +13,15 @@ and credentials at setup time.
13
13
 
14
14
  ## Setup
15
15
 
16
+ Install globally (recommended):
17
+
18
+ ```sh
19
+ npm i -g @nightlybuildgroup/vault
20
+ nbg-pw setup
21
+ ```
22
+
23
+ Or run it without installing via `npx`:
24
+
16
25
  ```sh
17
26
  npx @nightlybuildgroup/vault setup
18
27
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nightlybuildgroup/vault",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
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": {