cspell-lib
Advanced tools
Comparing version 4.1.13 to 4.1.14
@@ -12,2 +12,3 @@ "use strict"; | ||
'Urls', | ||
'Email', | ||
'PublicKey', | ||
@@ -14,0 +15,0 @@ 'RsaCert', |
{ | ||
"name": "cspell-lib", | ||
"version": "4.1.13", | ||
"version": "4.1.14", | ||
"description": "A library of useful functions used across various cspell tools.", | ||
@@ -29,3 +29,3 @@ "main": "dist/index.js", | ||
"generate-code-coverage": "jest --coverage", | ||
"test-watch": "../../node_modules/.bin/jest --watch", | ||
"test-watch": "jest --watch", | ||
"prepublishOnly": "npm run lint && npm run clean-build && npm test", | ||
@@ -82,7 +82,7 @@ "test": "jest" | ||
"cspell-dict-typescript": "^1.0.3", | ||
"cspell-io": "^4.0.19", | ||
"cspell-trie-lib": "^4.1.7", | ||
"cspell-util-bundle": "^4.0.8", | ||
"cspell-io": "^4.0.20", | ||
"cspell-trie-lib": "^4.1.8", | ||
"cspell-util-bundle": "^4.0.9", | ||
"fs-extra": "^8.1.0", | ||
"gensequence": "^3.0.1", | ||
"gensequence": "^3.0.3", | ||
"vscode-uri": "^2.1.1" | ||
@@ -112,5 +112,5 @@ }, | ||
"devDependencies": { | ||
"cspell-tools": "^4.1.11" | ||
"cspell-tools": "^4.1.12" | ||
}, | ||
"gitHead": "73f2223b8b222203c2e996d865564ef85fb67075" | ||
"gitHead": "cbe103ba540d0ec7af38876372722802f80f4098" | ||
} |
3020
148919
Updatedcspell-io@^4.0.20
Updatedcspell-trie-lib@^4.1.8
Updatedcspell-util-bundle@^4.0.9
Updatedgensequence@^3.0.3