@ricsam/r5dctl 0.0.80 → 0.0.82

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.
package/README.md CHANGED
@@ -19,8 +19,10 @@ and opens `https://r5d.dev/auth`. Approve the matching device details in the
19
19
  browser before the credential is saved.
20
20
 
21
21
  Use `--no-open` when no host browser is available, `--no-qr` to print only the
22
- short code, `--device-name <name>` to label the authorized device, and
23
- `--worker-label <label>` to record the worker it is intended to run.
22
+ short code, and `--device-name <name>` to label the authorized device. Adding
23
+ `--worker-label <label>` creates a least-privilege credential that can connect
24
+ only as that exact worker; it remains visible and revocable under Authorized
25
+ devices in account settings.
24
26
 
25
27
  Credentials are stored in:
26
28
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@ricsam/r5dctl",
3
- "version": "0.0.80",
3
+ "version": "0.0.82",
4
4
  "type": "commonjs"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@ricsam/r5dctl",
3
- "version": "0.0.80",
3
+ "version": "0.0.82",
4
4
  "type": "module"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ricsam/r5dctl",
3
- "version": "0.0.80",
3
+ "version": "0.0.82",
4
4
  "type": "module",
5
5
  "main": "./dist/cjs/cli.cjs",
6
6
  "module": "./dist/mjs/cli.mjs",
@@ -26,7 +26,7 @@
26
26
  "r5dctl": "dist/cjs/main.cjs"
27
27
  },
28
28
  "dependencies": {
29
- "@ricsam/r5d-api": "^0.0.80",
29
+ "@ricsam/r5d-api": "^0.0.82",
30
30
  "dotenv": "^17",
31
31
  "qrcode": "^1.5.4",
32
32
  "ws": "^8.18.3"