hunspell-reader 8.8.1 → 8.8.2

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.
Files changed (2) hide show
  1. package/README.md +1 -5
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -104,10 +104,6 @@ The maintainers of cspell and thousands of other packages are working with Tidel
104
104
 
105
105
  ---
106
106
 
107
- <p align="center">
108
- Brought to you by <a href="https://streetsidesoftware.com" title="Street Side Software">
109
- <img width="16" alt="Street Side Software Logo" src="https://i.imgur.com/CyduuVY.png" /> Street Side Software
110
- </a>
111
- </p>
107
+ <p align="center">Brought to you by<a href="https://streetsidesoftware.com" title="Street Side Software"><img width="16" alt="Street Side Software Logo" src="https://i.imgur.com/CyduuVY.png" /> Street Side Software</a></p>
112
108
 
113
109
  <!--- @@inject-end: ../../static/footer.md --->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hunspell-reader",
3
- "version": "8.8.1",
3
+ "version": "8.8.2",
4
4
  "description": "A library for reading Hunspell Dictionary Files",
5
5
  "bin": "bin.js",
6
6
  "type": "module",
@@ -44,9 +44,9 @@
44
44
  },
45
45
  "homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/hunspell-reader#readme",
46
46
  "dependencies": {
47
- "@cspell/cspell-pipe": "^8.8.1",
48
- "@cspell/cspell-types": "^8.8.1",
49
- "commander": "^12.0.0",
47
+ "@cspell/cspell-pipe": "^8.8.2",
48
+ "@cspell/cspell-types": "^8.8.2",
49
+ "commander": "^12.1.0",
50
50
  "gensequence": "^7.0.0",
51
51
  "html-entities": "^2.5.2",
52
52
  "iconv-lite": "^0.6.3"
@@ -54,5 +54,5 @@
54
54
  "engines": {
55
55
  "node": ">=18"
56
56
  },
57
- "gitHead": "6381846ffce8b9a349bfda03262297aa8e301ef5"
57
+ "gitHead": "e82ec807677c040c38b7d5608c8a8d42185d3b24"
58
58
  }