We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 472b80f commit cfc09a0Copy full SHA for cfc09a0
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gmod/nclist",
3
- "version": "3.0.2",
+ "version": "3.0.4",
4
"description": "Read features from JBrowse 1 format nested containment list JSON",
5
"type": "module",
6
"types": "./dist/index.d.ts",
@@ -64,7 +64,7 @@
64
},
65
"dependencies": {
66
"@gmod/abortable-promise-cache": "^3.0.1",
67
- "@jbrowse/quick-lru": "^7.0.0",
+ "@jbrowse/quick-lru": "^7.3.5",
68
"@jridgewell/resolve-uri": "^3.1.2"
69
70
"keywords": [
0 commit comments