cspell-trie-lib 6.21.0 → 6.23.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/README.md +10 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -211,6 +211,16 @@ How to walk the data to see if "talks" is in it.
|
|
|
211
211
|
cspell:word DAFSA DAWG
|
|
212
212
|
-->
|
|
213
213
|
|
|
214
|
+
## CSpell for Enterprise
|
|
215
|
+
|
|
216
|
+
<!--- @@inject: ../../static/tidelift.md --->
|
|
217
|
+
|
|
218
|
+
Available as part of the Tidelift Subscription.
|
|
219
|
+
|
|
220
|
+
The maintainers of cspell and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact packages you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-cspell?utm_source=npm-cspell&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)
|
|
221
|
+
|
|
222
|
+
<!--- @@inject-end: ../../static/tidelift.md --->
|
|
223
|
+
|
|
214
224
|
<!--- @@inject: ../../static/footer.md --->
|
|
215
225
|
|
|
216
226
|
<br/>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cspell-trie-lib",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.23.0",
|
|
4
4
|
"description": "Trie Data Structure to support cspell.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
},
|
|
38
38
|
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@cspell/cspell-pipe": "6.
|
|
41
|
-
"@cspell/cspell-types": "6.
|
|
40
|
+
"@cspell/cspell-pipe": "6.23.0",
|
|
41
|
+
"@cspell/cspell-types": "6.23.0",
|
|
42
42
|
"gensequence": "^4.0.3"
|
|
43
43
|
},
|
|
44
44
|
"engines": {
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@cspell/dict-en_us": "^3.0.0",
|
|
49
|
-
"@cspell/dict-es-es": "^2.2.
|
|
50
|
-
"@types/node": "^18.
|
|
51
|
-
"jest": "^29.4.
|
|
49
|
+
"@cspell/dict-es-es": "^2.2.4",
|
|
50
|
+
"@types/node": "^18.13.0",
|
|
51
|
+
"jest": "^29.4.2"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "a7cfbfa6cf42c9d9746dd8229d9f1317472e5af8"
|
|
54
54
|
}
|