cspell-dictionary
Advanced tools
Comparing version 6.12.0 to 6.13.0
{ | ||
"name": "cspell-dictionary", | ||
"version": "6.12.0", | ||
"version": "6.13.0", | ||
"description": "A spelling dictionary library useful for checking words and getting suggestions.", | ||
@@ -41,14 +41,14 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/jest": "^29.1.0", | ||
"jest": "^29.1.1", | ||
"@types/jest": "^29.2.0", | ||
"jest": "^29.2.2", | ||
"ts-jest": "^29.0.3" | ||
}, | ||
"dependencies": { | ||
"@cspell/cspell-pipe": "^6.12.0", | ||
"@cspell/cspell-types": "^6.12.0", | ||
"cspell-trie-lib": "^6.12.0", | ||
"@cspell/cspell-pipe": "^6.13.0", | ||
"@cspell/cspell-types": "^6.13.0", | ||
"cspell-trie-lib": "^6.13.0", | ||
"fast-equals": "^4.0.3", | ||
"gensequence": "^4.0.2" | ||
}, | ||
"gitHead": "211105141a72268d45710661d2a9b15656ecf65e" | ||
"gitHead": "e111bc5af5d1f578dbef5454cfa23b6f2b28050e" | ||
} |
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
Updated@cspell/cspell-pipe@^6.13.0
Updated@cspell/cspell-types@^6.13.0
Updatedcspell-trie-lib@^6.13.0