@storm-software/linting-tools 1.134.62 → 1.134.64
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/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/linting-tools",
|
|
3
|
-
"version": "1.134.
|
|
3
|
+
"version": "1.134.64",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "⚡ A package containing various linting tools used to validate syntax, enforce design standards, and format code in a Storm workspace.",
|
|
6
6
|
"keywords": [
|
|
@@ -138,6 +138,7 @@
|
|
|
138
138
|
"knip": "^5.88.1",
|
|
139
139
|
"octokit": "^4.1.4",
|
|
140
140
|
"p-limit": "^5.0.0",
|
|
141
|
+
"parse-github-url": "^1.0.4",
|
|
141
142
|
"rehype-parse": "^9.0.1",
|
|
142
143
|
"rehype-retext": "^4.0.0",
|
|
143
144
|
"remark-frontmatter": "^5.0.0",
|
|
@@ -148,6 +149,7 @@
|
|
|
148
149
|
"retext-english": "^5.0.0",
|
|
149
150
|
"retext-equality": "^7.1.0",
|
|
150
151
|
"retext-profanities": "^8.0.0",
|
|
152
|
+
"sembear": "^0.7.0",
|
|
151
153
|
"spawndamnit": "^2.0.0",
|
|
152
154
|
"unified": "^11.0.5",
|
|
153
155
|
"unified-engine": "^11.2.2",
|
|
@@ -160,5 +162,5 @@
|
|
|
160
162
|
"tsup": "8.4.0"
|
|
161
163
|
},
|
|
162
164
|
"publishConfig": { "access": "public" },
|
|
163
|
-
"gitHead": "
|
|
165
|
+
"gitHead": "e4eade114ec82c06a4f237c140c5d92caa6baede"
|
|
164
166
|
}
|