@dotrino/vaultd 0.6.0 → 0.6.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 (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@dotrino/vaultd",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "type": "module",
5
5
  "description": "Certificador personal de Dotrino: daemon headless que custodia la clave maestra y delega capacidades a tus dispositivos por el proxy. Tu CA propia.",
6
6
  "bin": {
7
7
  "dotrino-vaultd": "bin/dotrino-vaultd.js",
8
8
  "dotrino-vault-tui": "bin/dotrino-vault-tui.js",
9
- "dotrino-vault": "bin/dotrino-vault.js"
9
+ "dotrino-vault": "bin/dotrino-vault.js",
10
+ "vaultd": "bin/dotrino-vaultd.js"
10
11
  },
11
12
  "scripts": {
12
13
  "start": "node bin/dotrino-vaultd.js",