@storm-software/cspell 0.35.29 → 0.35.31
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 +2 -1
- package/dict/storm.txt +3 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -40,6 +40,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
+
|
|
43
44
|
## Table of Contents
|
|
44
45
|
|
|
45
46
|
- [Storm Software CSpell Dictionary](#storm-software-cspell-dictionary)
|
package/dict/storm.txt
CHANGED
|
@@ -118,6 +118,8 @@ backlink
|
|
|
118
118
|
badkey
|
|
119
119
|
bashdefault
|
|
120
120
|
bbenoist
|
|
121
|
+
bento
|
|
122
|
+
bentocache
|
|
121
123
|
biomejs
|
|
122
124
|
bitrise
|
|
123
125
|
bivariant
|
|
@@ -277,6 +279,7 @@ openapi
|
|
|
277
279
|
opengraph
|
|
278
280
|
opentelemetry
|
|
279
281
|
operationgroup
|
|
282
|
+
oslojs
|
|
280
283
|
otel
|
|
281
284
|
otlp
|
|
282
285
|
outdir
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/cspell",
|
|
3
|
-
"version": "0.35.
|
|
3
|
+
"version": "0.35.31",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing CSpell keyword dictionaries and shared configurations for Storm Software.",
|
|
6
6
|
"repository": {
|
|
@@ -144,5 +144,5 @@
|
|
|
144
144
|
"tsup": "8.4.0"
|
|
145
145
|
},
|
|
146
146
|
"publishConfig": { "access": "public" },
|
|
147
|
-
"gitHead": "
|
|
147
|
+
"gitHead": "4e34ec2f682b01c92c415c551f731eea9ce0ba56"
|
|
148
148
|
}
|