cspell-lib
Advanced tools
Comparing version 4.0.21 to 4.0.22
{ | ||
"name": "cspell-lib", | ||
"version": "4.0.21", | ||
"version": "4.0.22", | ||
"description": "A library of useful functions used across various cspell tools.", | ||
@@ -56,3 +56,3 @@ "main": "dist/index.js", | ||
"configstore": "^5.0.0", | ||
"cspell-dict-companies": "^1.0.10", | ||
"cspell-dict-companies": "^1.0.11", | ||
"cspell-dict-cpp": "^1.1.20", | ||
@@ -63,3 +63,3 @@ "cspell-dict-django": "^1.0.11", | ||
"cspell-dict-en_us": "^1.2.16", | ||
"cspell-dict-fullstack": "^1.0.13", | ||
"cspell-dict-fullstack": "^1.0.14", | ||
"cspell-dict-golang": "^1.1.11", | ||
@@ -75,6 +75,6 @@ "cspell-dict-html-symbol-entities": "^1.0.10", | ||
"cspell-dict-scala": "^1.0.8", | ||
"cspell-io": "^4.0.16", | ||
"cspell-trie-lib": "^4.0.14", | ||
"cspell-util-bundle": "^4.0.4", | ||
"fs-extra": "^7.0.1", | ||
"cspell-io": "^4.0.17", | ||
"cspell-trie-lib": "^4.0.15", | ||
"cspell-util-bundle": "^4.0.5", | ||
"fs-extra": "^8.1.0", | ||
"gensequence": "^2.1.2", | ||
@@ -105,5 +105,5 @@ "vscode-uri": "^2.0.3" | ||
"devDependencies": { | ||
"cspell-tools": "^4.0.20" | ||
"cspell-tools": "^4.0.21" | ||
}, | ||
"gitHead": "b677cf75c934c98a60f03b25a1065ffccf6f3b0a" | ||
"gitHead": "d0bd17d824aff49d1f0cc3d7fa384e99c7586715" | ||
} |
+ Addedfs-extra@8.1.0(transitive)
- Removedfs-extra@7.0.1(transitive)
Updatedcspell-io@^4.0.17
Updatedcspell-trie-lib@^4.0.15
Updatedcspell-util-bundle@^4.0.5
Updatedfs-extra@^8.1.0