hunspell-reader 8.0.0 → 8.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/affReader.js CHANGED
@@ -230,7 +230,7 @@ const createAffFieldTable = () => ({
230
230
  COMPOUNDPERMITFLAG: asString(),
231
231
  COMPOUNDFORBIDFLAG: asString(),
232
232
  COMPOUNDRULE: simpleTable(toCompoundRule),
233
- FLAG: asString(),
233
+ FLAG: asString(), // 'long' | 'num'
234
234
  FORBIDDENWORD: asString(),
235
235
  FORCEUCASE: asString(),
236
236
  ICONV: convEntry(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hunspell-reader",
3
- "version": "8.0.0",
3
+ "version": "8.1.0",
4
4
  "description": "A library for reading Hunspell Dictionary Files",
5
5
  "bin": "bin.js",
6
6
  "type": "module",
@@ -42,8 +42,8 @@
42
42
  },
43
43
  "homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/hunspell-reader#readme",
44
44
  "dependencies": {
45
- "@cspell/cspell-pipe": "^8.0.0",
46
- "@cspell/cspell-types": "^8.0.0",
45
+ "@cspell/cspell-pipe": "^8.1.0",
46
+ "@cspell/cspell-types": "^8.1.0",
47
47
  "commander": "^11.1.0",
48
48
  "gensequence": "^6.0.0",
49
49
  "iconv-lite": "^0.6.3"
@@ -51,5 +51,5 @@
51
51
  "engines": {
52
52
  "node": ">=18"
53
53
  },
54
- "gitHead": "67c22bf98baed1c17bbc658fba8656262d17e370"
54
+ "gitHead": "28568808deaf39b9ffa71fd0f722441ff1b8c794"
55
55
  }