@jarkkojs/readseek 0.2.13 → 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.
- package/README.md +2 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
[`pi-hashline-readmap`](https://github.com/coctostan/pi-hashline-readmap).
|
|
6
6
|
- `man man/man1/readseek.1` provides further information on its usage.
|
|
7
7
|
|
|
8
|
+
Pass `--help` to any command for details.
|
|
9
|
+
|
|
8
10
|
## Licensing
|
|
9
11
|
|
|
10
12
|
The JavaScript npm wrapper is licensed under `Apache-2.0`. The Rust source and
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jarkkojs/readseek",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "A structural read command",
|
|
5
5
|
"license": "Apache-2.0 AND LGPL-2.1-or-later",
|
|
6
6
|
"homepage": "https://github.com/jarkkojs/readseek#readme",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"LICENSE-LGPL-2.1"
|
|
22
22
|
],
|
|
23
23
|
"optionalDependencies": {
|
|
24
|
-
"@jarkkojs/readseek-darwin-arm64": "0.
|
|
25
|
-
"@jarkkojs/readseek-linux-x64": "0.
|
|
26
|
-
"@jarkkojs/readseek-win32-x64": "0.
|
|
24
|
+
"@jarkkojs/readseek-darwin-arm64": "0.3.0",
|
|
25
|
+
"@jarkkojs/readseek-linux-x64": "0.3.0",
|
|
26
|
+
"@jarkkojs/readseek-win32-x64": "0.3.0"
|
|
27
27
|
},
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public"
|