opscope 0.2.2 → 0.3.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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -24,3 +24,8 @@ downloads the Linux binaries.
24
24
  ## Source
25
25
 
26
26
  <https://github.com/stealth-factory/opscope>
27
+
28
+ ## License
29
+
30
+ [GNU AGPL-3.0](LICENSE). Commercial licenses are available; write to
31
+ [email@wiiiimm.codes](mailto:email@wiiiimm.codes).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opscope",
3
- "version": "0.2.2",
3
+ "version": "0.3.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.2.2",
13
- "opscope-darwin-arm64": "0.2.2",
14
- "opscope-darwin-x64": "0.2.2"
12
+ "opscope-linux-x64": "0.3.0",
13
+ "opscope-darwin-arm64": "0.3.0",
14
+ "opscope-darwin-x64": "0.3.0"
15
15
  },
16
16
  "files": [
17
17
  "bin",