@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 +9 -1
- package/bundled/linux-arm64.tar.gz +0 -0
- package/bundled/linux-x64.tar.gz +0 -0
- package/package.json +1 -1
- package/release-manifest.json +4 -4
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
|
-
|
|
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
|
package/bundled/linux-x64.tar.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/release-manifest.json
CHANGED
|
@@ -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.
|
|
4
|
-
"gitSha": "
|
|
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": "
|
|
9
|
+
"tarballSha256": "570060c9e8a3e9d93e97e9129c2c36751623a216d83d2ec552d91d3fb87f524f"
|
|
10
10
|
},
|
|
11
11
|
"linux-x64": {
|
|
12
|
-
"tarballSha256": "
|
|
12
|
+
"tarballSha256": "01994d30d2ccbaec7873af8fe76ee2f7efcf07606ca0df6c1307fde1de9975e8"
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
}
|