@jarkkojs/readseek 0.4.10 → 0.4.12

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 +0 -12
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -47,18 +47,6 @@ Use `def --from-identify` to pipe `identify` JSON into definition lookup:
47
47
  readseek identify src/main.rs:42 --column 8 | readseek def --from-identify src --format plain
48
48
  ```
49
49
 
50
- ## 0.4 CLI notes
51
-
52
- - `read --start` is the range-start option. The old `--offset` spelling is not
53
- part of the 0.4 API.
54
- - `def --from-identify` reads `identify` JSON from standard input. The old
55
- `def --stdin` spelling is not part of the 0.4 API.
56
- - Cursor columns are one-based byte columns. `identify`, `refs --scope`, and
57
- `rename` reject line/column values outside the selected line instead of
58
- silently clamping them.
59
- - `--readseek-dir <dir>` pins the `.readseek` cache directory and must appear
60
- before the subcommand.
61
-
62
50
  ## Cache
63
51
 
64
52
  `readseek init [path]` creates a `.readseek/` directory containing map cache files
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jarkkojs/readseek",
3
- "version": "0.4.10",
3
+ "version": "0.4.12",
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.4.10",
25
- "@jarkkojs/readseek-linux-x64": "0.4.10",
26
- "@jarkkojs/readseek-win32-x64": "0.4.10"
24
+ "@jarkkojs/readseek-darwin-arm64": "0.4.12",
25
+ "@jarkkojs/readseek-linux-x64": "0.4.12",
26
+ "@jarkkojs/readseek-win32-x64": "0.4.12"
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"