cspell-dictionary
Advanced tools
Comparing version 8.9.1 to 8.10.0
@@ -44,3 +44,3 @@ import type { DictionaryInformation, ReplaceMap } from '@cspell/cspell-types'; | ||
*/ | ||
noSuggest?: boolean; | ||
noSuggest?: boolean | undefined; | ||
/** | ||
@@ -47,0 +47,0 @@ * Extra dictionary information used in improving suggestions |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
import type { ITrie, SuggestionCollector, SuggestionResult } from 'cspell-trie-lib'; | ||
@@ -3,0 +2,0 @@ import type { FindResult, HasOptions, SpellingDictionary, SpellingDictionaryOptions } from './SpellingDictionary.js'; |
{ | ||
"name": "cspell-dictionary", | ||
"version": "8.9.1", | ||
"version": "8.10.0", | ||
"description": "A spelling dictionary library useful for checking words and getting suggestions.", | ||
@@ -50,9 +50,9 @@ "type": "module", | ||
"dependencies": { | ||
"@cspell/cspell-pipe": "8.9.1", | ||
"@cspell/cspell-types": "8.9.1", | ||
"cspell-trie-lib": "8.9.1", | ||
"@cspell/cspell-pipe": "8.10.0", | ||
"@cspell/cspell-types": "8.10.0", | ||
"cspell-trie-lib": "8.10.0", | ||
"fast-equals": "^5.0.1", | ||
"gensequence": "^7.0.0" | ||
}, | ||
"gitHead": "f532c77cca4bfae380293c586f02f377354c850b" | ||
"gitHead": "a5dde6ae7e2ac86ac956220d4b8c39a0e58e1bc6" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
94194
2441
1
+ Added@cspell/cspell-pipe@8.10.0(transitive)
+ Added@cspell/cspell-types@8.10.0(transitive)
+ Addedcspell-trie-lib@8.10.0(transitive)
- Removed@cspell/cspell-pipe@8.9.1(transitive)
- Removed@cspell/cspell-types@8.9.1(transitive)
- Removedcspell-trie-lib@8.9.1(transitive)
Updated@cspell/cspell-pipe@8.10.0
Updated@cspell/cspell-types@8.10.0
Updatedcspell-trie-lib@8.10.0