opscope 0.6.0 → 0.7.0
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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ npx opscope link # skip the menu; any widget name works
|
|
|
8
8
|
npx opscope@latest link # pin to latest, or @0.3.0, etc.
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
That is the launcher: a menu of the
|
|
11
|
+
That is the launcher: a menu of the fifteen widgets, or name one and skip
|
|
12
12
|
it. Only `opscope` is installed as a command; the other binaries stay beside
|
|
13
13
|
it, so `pr` and `link` never replace the coreutils commands of the same
|
|
14
14
|
name. The binaries it starts are the ones attached to the GitHub release of
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opscope",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "Sci-fi terminal widgets that show only real data.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"opscope": "bin/opscope"
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"postinstall": "node postinstall.js"
|
|
10
10
|
},
|
|
11
11
|
"optionalDependencies": {
|
|
12
|
-
"opscope-linux-x64": "0.
|
|
13
|
-
"opscope-darwin-arm64": "0.
|
|
14
|
-
"opscope-darwin-x64": "0.
|
|
12
|
+
"opscope-linux-x64": "0.7.0",
|
|
13
|
+
"opscope-darwin-arm64": "0.7.0",
|
|
14
|
+
"opscope-darwin-x64": "0.7.0"
|
|
15
15
|
},
|
|
16
16
|
"files": [
|
|
17
17
|
"bin",
|