hunspell-reader
Advanced tools
Comparing version 8.0.0 to 8.1.0
@@ -233,3 +233,3 @@ import assert from 'assert'; | ||
COMPOUNDRULE: simpleTable(toCompoundRule), | ||
FLAG: asString(), | ||
FLAG: asString(), // 'long' | 'num' | ||
FORBIDDENWORD: asString(), | ||
@@ -236,0 +236,0 @@ FORCEUCASE: asString(), |
{ | ||
"name": "hunspell-reader", | ||
"version": "8.0.0", | ||
"version": "8.1.0", | ||
"description": "A library for reading Hunspell Dictionary Files", | ||
@@ -45,4 +45,4 @@ "bin": "bin.js", | ||
"dependencies": { | ||
"@cspell/cspell-pipe": "^8.0.0", | ||
"@cspell/cspell-types": "^8.0.0", | ||
"@cspell/cspell-pipe": "^8.1.0", | ||
"@cspell/cspell-types": "^8.1.0", | ||
"commander": "^11.1.0", | ||
@@ -55,3 +55,3 @@ "gensequence": "^6.0.0", | ||
}, | ||
"gitHead": "67c22bf98baed1c17bbc658fba8656262d17e370" | ||
"gitHead": "28568808deaf39b9ffa71fd0f722441ff1b8c794" | ||
} |
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
67150
Updated@cspell/cspell-pipe@^8.1.0
Updated@cspell/cspell-types@^8.1.0