cspell-trie-lib 8.8.0 → 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
@@ -227,10 +227,6 @@ The maintainers of cspell and thousands of other packages are working with Tidel
227
227
 
228
228
  ---
229
229
 
230
- <p align="center">
231
- Brought to you by <a href="https://streetsidesoftware.com" title="Street Side Software">
232
- <img width="16" alt="Street Side Software Logo" src="https://i.imgur.com/CyduuVY.png" /> Street Side Software
233
- </a>
234
- </p>
230
+ <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>
235
231
 
236
232
  <!--- @@inject-end: ../../static/footer.md --->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cspell-trie-lib",
3
- "version": "8.8.0",
3
+ "version": "8.8.2",
4
4
  "description": "Trie Data Structure to support cspell.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -49,8 +49,8 @@
49
49
  },
50
50
  "homepage": "https://github.com/streetsidesoftware/cspell#readme",
51
51
  "dependencies": {
52
- "@cspell/cspell-pipe": "8.8.0",
53
- "@cspell/cspell-types": "8.8.0",
52
+ "@cspell/cspell-pipe": "8.8.2",
53
+ "@cspell/cspell-types": "8.8.2",
54
54
  "gensequence": "^7.0.0"
55
55
  },
56
56
  "engines": {
@@ -62,5 +62,5 @@
62
62
  "@cspell/dict-nl-nl": "^2.3.0",
63
63
  "import-meta-resolve": "^4.1.0"
64
64
  },
65
- "gitHead": "a42bce675c00cb2d51809b3ae3894119ea4f5ce7"
65
+ "gitHead": "e82ec807677c040c38b7d5608c8a8d42185d3b24"
66
66
  }