cspell-trie-lib
Advanced tools
Comparing version 4.0.15 to 4.0.16
@@ -46,3 +46,3 @@ import { TrieNode } from './TrieNode'; | ||
*/ | ||
next: (hinting: Hinting) => IteratorResult<YieldResult>; | ||
next: (hinting?: Hinting) => IteratorResult<YieldResult>; | ||
[Symbol.iterator]: () => WalkerIterator; | ||
@@ -49,0 +49,0 @@ } |
{ | ||
"name": "cspell-trie-lib", | ||
"version": "4.0.15", | ||
"version": "4.0.16", | ||
"description": "Trie Data Structure to support cspell.", | ||
@@ -60,3 +60,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "d0bd17d824aff49d1f0cc3d7fa384e99c7586715" | ||
"gitHead": "b918b39bc90962f48043d44f7a565e8026f08118" | ||
} |
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
46742