@devkitvault/recall 1.0.1 → 1.0.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 +3 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,6 @@
1
1
  # @devkitvault/recall
2
2
 
3
- **Install the recall CLI from npm** as a normal **Node.js** package: small download (compiled TypeScript + runtime dependencies), **no ~100MB native binary**. The published tarball contains the same logic as `packages/cli` in this repo (`tsc` output).
4
-
5
- Your auth token is stored under **`~/.recall/token`** (this npm build does not ship `keytar`; the CLI already falls back to that file when the OS keychain module is unavailable).
6
-
7
- recall is a **cloud-synced command vault** — same account as [recall.devkitvault.com](https://recall.devkitvault.com) and the [VS Code extension](https://marketplace.visualstudio.com/items?itemName=devkitvault.recall-cmd).
3
+ Global **recall** CLI for **Node.js 18+**. Same vault as [recall.devkitvault.com](https://recall.devkitvault.com) and the [VS Code extension](https://marketplace.visualstudio.com/items?itemName=devkitvault.recall-cmd).
8
4
 
9
5
  ## Requirements
10
6
 
@@ -25,9 +21,9 @@ recall save "docker compose up -d" -n "start stack"
25
21
  recall search docker
26
22
  ```
27
23
 
28
- ## Native binary instead (optional)
24
+ ## Native binary (no Node)
29
25
 
30
- If you want a **single self-contained executable** (~100MB Bun compile) without Node, use the [PowerShell / curl installers](https://devkitvault.com) from GitHub Releases they install to `%USERPROFILE%\.local\bin` / `~/.local/bin`.
26
+ [Install from devkitvault.com](https://devkitvault.com) standalone executable for Windows, macOS, and Linux.
31
27
 
32
28
  ## Publishing (maintainers)
33
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devkitvault/recall",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "recall CLI — cloud-synced command vault (JavaScript build for npm; no bundled native binary)",
5
5
  "keywords": [
6
6
  "cli",