cspell-tools
Advanced tools
Comparing version 4.1.0 to 4.1.1
{ | ||
"name": "cspell-tools", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Tools to assist with the development of cSpell", | ||
@@ -42,9 +42,9 @@ "typings": "dist/index.d.ts", | ||
"dependencies": { | ||
"commander": "^2.20.0", | ||
"cspell-io": "^4.0.18", | ||
"cspell-trie-lib": "^4.1.0", | ||
"cspell-util-bundle": "^4.0.5", | ||
"commander": "^2.20.3", | ||
"cspell-io": "^4.0.19", | ||
"cspell-trie-lib": "^4.1.1", | ||
"cspell-util-bundle": "^4.0.6", | ||
"fs-extra": "^8.1.0", | ||
"gensequence": "^2.1.2", | ||
"glob": "^7.1.4", | ||
"gensequence": "^2.1.3", | ||
"glob": "^7.1.5", | ||
"hunspell-reader": "^3.0.1", | ||
@@ -75,3 +75,3 @@ "iconv-lite": "^0.4.24", | ||
}, | ||
"gitHead": "ebda8f0a8263727a73dcb3dfdf75b9f7b85e344e" | ||
"gitHead": "c528fdc4f86777aefbc23a18c3ac7a51c0c9d2bd" | ||
} |
Updatedcommander@^2.20.3
Updatedcspell-io@^4.0.19
Updatedcspell-trie-lib@^4.1.1
Updatedcspell-util-bundle@^4.0.6
Updatedgensequence@^2.1.3
Updatedglob@^7.1.5