@deleted-ai/deleted 0.1.351 → 0.1.353

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
@@ -21,13 +21,21 @@ npx @deleted-ai/deleted init my-box
21
21
  ## Type `deleted` instead of `npx @deleted-ai/deleted`
22
22
 
23
23
  `npx` runs the CLI without installing it, but leaves nothing on your `PATH`.
24
- Install once to get the short command used throughout the docs:
24
+ Optionally install once to get the short command used throughout the docs:
25
25
 
26
26
  ```bash
27
27
  npm install -g @deleted-ai/deleted
28
28
  deleted --version
29
29
  ```
30
30
 
31
+ If that fails with `EACCES`, your Node keeps global packages in a root-owned
32
+ directory. Keep using `npx @deleted-ai/deleted` — it needs no install and every
33
+ command below works with it. If you would rather have the short command, point
34
+ npm at a directory you own (`npm config set prefix ~/.npm-global`, then add
35
+ `~/.npm-global/bin` to your `PATH`) or use a Node version manager. Installing
36
+ with `sudo` would run this package's install script as root; nothing here needs
37
+ that.
38
+
31
39
  Either form works everywhere below. The CLI prints next-step commands in
32
40
  whichever form you used, so you can always paste what it shows you.
33
41
 
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deleted-ai/deleted",
3
- "version": "0.1.351",
3
+ "version": "0.1.353",
4
4
  "description": "Deleted AI CLI wrapper — installs the native binary for this Linux host (arm64 or x64)",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "_comment": "Placeholder in git; scripts/publish-deleted-npm.sh stamps version, gitSha, and a tarballSha256 per target at publish. Install fails closed while a target's tarballSha256 is the zero sentinel.",
3
- "version": "0.1.351",
4
- "gitSha": "2410222",
3
+ "version": "0.1.353",
4
+ "gitSha": "c5de4a7",
5
5
  "repo": "cdlconsultants/deleted-ai",
6
6
  "releaseTagPrefix": "npm-v",
7
7
  "targets": {
8
8
  "linux-arm64": {
9
- "tarballSha256": "0daf8e39ab3e1e6d4ee7557972d01bb18cd91e6c5efd6bc77f8cb0f13755197f"
9
+ "tarballSha256": "570060c9e8a3e9d93e97e9129c2c36751623a216d83d2ec552d91d3fb87f524f"
10
10
  },
11
11
  "linux-x64": {
12
- "tarballSha256": "18c32067939b134019a4ffb0edd8903885b2546244023c3b99c03ce66b9935a0"
12
+ "tarballSha256": "01994d30d2ccbaec7873af8fe76ee2f7efcf07606ca0df6c1307fde1de9975e8"
13
13
  }
14
14
  }
15
15
  }