pi-readseek 0.1.0 → 0.1.1
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 +3 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -36,6 +36,9 @@ pi install npm:pi-readseek
|
|
|
36
36
|
`pi-readseek` is licensed under `MIT`. See [LICENSE](LICENSE) for more
|
|
37
37
|
information.
|
|
38
38
|
|
|
39
|
+
The upstream `@jarkkojs/readseek` packages are licensed separately as
|
|
40
|
+
`Apache-2.0 AND LGPL-2.1-or-later`.
|
|
41
|
+
|
|
39
42
|
`readseek` is originally derived from the source code of
|
|
40
43
|
[`pi-hashline-readmap`](https://github.com/coctostan/pi-hashline-readmap).
|
|
41
44
|
The relevant copyrights have been retained in [LICENSE](LICENSE).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-readseek",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Pi extension for readseek-backed hash-anchored read/edit/grep, structural code maps, structural search, and file exploration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"node": ">=20.0.0"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@jarkkojs/readseek": "0.1.
|
|
42
|
+
"@jarkkojs/readseek": "0.1.6",
|
|
43
43
|
"diff": "^8.0.3",
|
|
44
44
|
"ignore": "^7.0.5",
|
|
45
45
|
"picomatch": "^4.0.4",
|