cspell-trie 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 +4 -4
package/README.md CHANGED
@@ -141,10 +141,6 @@ The maintainers of cspell and thousands of other packages are working with Tidel
141
141
 
142
142
  ---
143
143
 
144
- <p align="center">
145
- Brought to you by <a href="https://streetsidesoftware.com" title="Street Side Software">
146
- <img width="16" alt="Street Side Software Logo" src="https://i.imgur.com/CyduuVY.png" /> Street Side Software
147
- </a>
148
- </p>
144
+ <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>
149
145
 
150
146
  <!--- @@inject-end: ../../static/footer.md --->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cspell-trie",
3
- "version": "8.8.1",
3
+ "version": "8.8.2",
4
4
  "description": "Trie Data Structure reader for cspell",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -41,12 +41,12 @@
41
41
  },
42
42
  "homepage": "https://github.com/streetsidesoftware/cspell#readme",
43
43
  "dependencies": {
44
- "commander": "^12.0.0",
45
- "cspell-trie-lib": "8.8.1",
44
+ "commander": "^12.1.0",
45
+ "cspell-trie-lib": "8.8.2",
46
46
  "gensequence": "^7.0.0"
47
47
  },
48
48
  "engines": {
49
49
  "node": ">=18"
50
50
  },
51
- "gitHead": "6381846ffce8b9a349bfda03262297aa8e301ef5"
51
+ "gitHead": "e82ec807677c040c38b7d5608c8a8d42185d3b24"
52
52
  }