contexture-client
Advanced tools
Comparing version 2.53.6 to 2.53.7
# Changelog | ||
## 2.53.7 | ||
### Patch Changes | ||
- 5b45757d: Add temporary "highlightOtherMatches" flag (default false) to work around performance problems | ||
## 2.53.6 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "contexture-client", | ||
"version": "2.53.6", | ||
"version": "2.53.7", | ||
"description": "The Contexture (aka ContextTree) Client", | ||
@@ -20,3 +20,4 @@ "type": "module", | ||
"scripts": { | ||
"prepack": "node ../../scripts/esbuild.js --platform=browser" | ||
"prepack": "node ../../scripts/esbuild.js --platform=browser", | ||
"test": "NODE_NO_WARNINGS=1 NODE_OPTIONS=--experimental-vm-modules yarn run -T jest ." | ||
}, | ||
@@ -34,3 +35,3 @@ "repository": { | ||
"dependencies": { | ||
"futil": "^1.76.3", | ||
"futil": "^1.76.4", | ||
"lodash": "^4.17.15" | ||
@@ -37,0 +38,0 @@ }, |
176169
Updatedfutil@^1.76.4