@storm-software/cspell 0.12.1 → 0.13.1
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/package.json +6 -4
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/cspell",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing CSpell keyword dictionaries and shared configurations for Storm Software.",
|
|
6
6
|
"repository": {
|
|
@@ -98,7 +98,8 @@
|
|
|
98
98
|
],
|
|
99
99
|
"peerDependencies": { "cspell": "8.8.4" },
|
|
100
100
|
"peerDependenciesMeta": { "cspell": { "optional": false } },
|
|
101
|
-
"
|
|
101
|
+
"devDependencies": {
|
|
102
|
+
"@cspell/cspell-pipe": "8.17.3",
|
|
102
103
|
"@cspell/cspell-tools": "^8.17.1",
|
|
103
104
|
"@cspell/dict-aws": "^4.0.2",
|
|
104
105
|
"@cspell/dict-bash": "^4.1.3",
|
|
@@ -137,8 +138,9 @@
|
|
|
137
138
|
"@cspell/dict-svelte": "^1.0.2",
|
|
138
139
|
"@cspell/dict-swift": "^2.0.1",
|
|
139
140
|
"@cspell/dict-typescript": "^3.1.5",
|
|
140
|
-
"@cspell/dict-vue": "^3.0.0"
|
|
141
|
+
"@cspell/dict-vue": "^3.0.0",
|
|
142
|
+
"cspell": "8.8.4",
|
|
143
|
+
"tsup": "8.3.5"
|
|
141
144
|
},
|
|
142
|
-
"devDependencies": { "cspell": "8.8.4", "tsup": "8.3.5" },
|
|
143
145
|
"publishConfig": { "access": "public" }
|
|
144
146
|
}
|