@atrib/cli 0.1.1 → 0.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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atrib/cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "atrib": "./dist/cli.js"
@@ -9,7 +9,7 @@
9
9
  "files": [
10
10
  "dist"
11
11
  ],
12
- "description": "CLI for atrib. Generate Ed25519 keypairs, manage them in macOS Keychain, publish identity claims to the atrib directory.",
12
+ "description": "CLI for atrib. Key management, identity-claim publishing, and revocation.",
13
13
  "author": "atrib <hello@atrib.dev>",
14
14
  "license": "Apache-2.0",
15
15
  "homepage": "https://atrib.dev",
@@ -20,7 +20,7 @@
20
20
  "keygen"
21
21
  ],
22
22
  "dependencies": {
23
- "@atrib/directory": "0.1.1",
23
+ "@atrib/directory": "0.1.2",
24
24
  "@atrib/mcp": "0.1.2"
25
25
  },
26
26
  "devDependencies": {