Skip to content

Commit 1231080

Browse files
committed
Bump deps
1 parent a094178 commit 1231080

3 files changed

Lines changed: 701 additions & 722 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ Read Tabix-indexed files using either .tbi or .csi indexes.
99

1010
$ npm install @gmod/tabix
1111

12-
Releases are published to npm automatically via GitHub Actions using [npm trusted publishing](https://docs.npmjs.com/generating-provenance-statements) (OIDC provenance) when a `v*` tag is pushed.
12+
Releases are published to npm automatically via GitHub Actions using
13+
[npm trusted publishing](https://docs.npmjs.com/generating-provenance-statements)
14+
(OIDC provenance) when a `v*` tag is pushed.
1315

1416
## Usage
1517

@@ -95,6 +97,7 @@ await tbiIndexed.getLines(
9597

9698
After running this, `lines` contains the matching lines from the file. The
9799
callback receives:
100+
98101
- `line` — the raw line string
99102
- `fileOffset` — virtual file offset, useful as a unique line identifier
100103
- `start` / `end` — the parsed coordinates of that line (0-based half-open)

package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,26 +55,25 @@
5555
],
5656
"dependencies": {
5757
"@gmod/abortable-promise-cache": "^3.0.4",
58-
"@gmod/bgzf-filehandle": "^6.0.12",
58+
"@gmod/bgzf-filehandle": "^6.0.18",
5959
"@jbrowse/quick-lru": "^7.3.5",
6060
"generic-filehandle2": "^2.1.4"
6161
},
6262
"devDependencies": {
6363
"@eslint/js": "^10.0.1",
64-
"@types/node": "^25.5.0",
65-
"@vitest/coverage-v8": "^4.1.2",
64+
"@types/node": "^25.6.0",
65+
"@vitest/coverage-v8": "^4.1.5",
6666
"documentation": "^14.0.3",
67-
"eslint": "^9.39.4",
67+
"eslint": "^10.2.1",
6868
"eslint-plugin-import": "^2.32.0",
6969
"eslint-plugin-unicorn": "^64.0.0",
70-
"prettier": "^3.8.1",
70+
"prettier": "^3.8.3",
7171
"rimraf": "^6.1.3",
7272
"standard-changelog": "^7.0.1",
73-
"tsdown": "^0.21.6",
74-
"typescript": "^6.0.2",
75-
"typescript-eslint": "^8.57.2",
76-
"vitest": "^4.1.2",
77-
"webpack": "^5.105.4",
73+
"typescript": "^6.0.3",
74+
"typescript-eslint": "^8.59.0",
75+
"vitest": "^4.1.5",
76+
"webpack": "^5.106.2",
7877
"webpack-cli": "^7.0.2"
7978
},
8079
"publishConfig": {

0 commit comments

Comments
 (0)