@storm-software/cspell 0.35.21 → 0.35.27
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 +1 -1
- package/dict/storm.txt +6 -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 -->
|
package/dict/storm.txt
CHANGED
|
@@ -142,6 +142,7 @@ commitlint
|
|
|
142
142
|
commitlintrc
|
|
143
143
|
compat
|
|
144
144
|
compdef
|
|
145
|
+
contentlayer
|
|
145
146
|
contributorsrc
|
|
146
147
|
conventionalcommits
|
|
147
148
|
copyfiles
|
|
@@ -162,6 +163,7 @@ devcontainer
|
|
|
162
163
|
devenv
|
|
163
164
|
devkit
|
|
164
165
|
dimens
|
|
166
|
+
direnv
|
|
165
167
|
dmmf
|
|
166
168
|
docgen
|
|
167
169
|
doctoc
|
|
@@ -173,6 +175,7 @@ dprint
|
|
|
173
175
|
dsari
|
|
174
176
|
endregion
|
|
175
177
|
enjoi
|
|
178
|
+
envrc
|
|
176
179
|
esbuild
|
|
177
180
|
espree
|
|
178
181
|
eventcatalog
|
|
@@ -191,6 +194,7 @@ funct
|
|
|
191
194
|
genai
|
|
192
195
|
genaiscript
|
|
193
196
|
genaisrc
|
|
197
|
+
generatorrc
|
|
194
198
|
gerrit
|
|
195
199
|
ghostty
|
|
196
200
|
gitea
|
|
@@ -230,6 +234,7 @@ lintstagedrc
|
|
|
230
234
|
loadautofunc
|
|
231
235
|
localappdata
|
|
232
236
|
lockb
|
|
237
|
+
luxon
|
|
233
238
|
macrotask
|
|
234
239
|
magicast
|
|
235
240
|
manypkg
|
|
@@ -263,6 +268,7 @@ npmjs
|
|
|
263
268
|
nrwl
|
|
264
269
|
nunit
|
|
265
270
|
nuxt
|
|
271
|
+
nxignore
|
|
266
272
|
nxkit
|
|
267
273
|
nxrelease
|
|
268
274
|
occured
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/cspell",
|
|
3
|
-
"version": "0.35.
|
|
3
|
+
"version": "0.35.27",
|
|
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": "083ea768c334db192d1dd4126872bbed21bedaef"
|
|
148
148
|
}
|