@storm-software/linting-tools 1.133.64 → 1.133.66
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/bin/lint.cjs +1 -1
- package/bin/lint.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
package/bin/lint.cjs
CHANGED
|
@@ -338914,7 +338914,7 @@ _chunkZM34YVGDcjs.init_cjs_shims.call(void 0, );
|
|
|
338914
338914
|
// ../../node_modules/.pnpm/path-scurry@2.0.2/node_modules/path-scurry/dist/esm/index.js
|
|
338915
338915
|
_chunkZM34YVGDcjs.init_cjs_shims.call(void 0, );
|
|
338916
338916
|
|
|
338917
|
-
// ../../node_modules/.pnpm/lru-cache@11.5.
|
|
338917
|
+
// ../../node_modules/.pnpm/lru-cache@11.5.1/node_modules/lru-cache/dist/esm/node/index.min.js
|
|
338918
338918
|
_chunkZM34YVGDcjs.init_cjs_shims.call(void 0, );
|
|
338919
338919
|
var _diagnostics_channel = require('diagnostics_channel');
|
|
338920
338920
|
var S = _diagnostics_channel.channel.call(void 0, "lru-cache:metrics");
|
package/bin/lint.js
CHANGED
|
@@ -330251,7 +330251,7 @@ import { fileURLToPath as fileURLToPath26 } from "node:url";
|
|
|
330251
330251
|
// ../../node_modules/.pnpm/path-scurry@2.0.2/node_modules/path-scurry/dist/esm/index.js
|
|
330252
330252
|
init_esm_shims();
|
|
330253
330253
|
|
|
330254
|
-
// ../../node_modules/.pnpm/lru-cache@11.5.
|
|
330254
|
+
// ../../node_modules/.pnpm/lru-cache@11.5.1/node_modules/lru-cache/dist/esm/node/index.min.js
|
|
330255
330255
|
init_esm_shims();
|
|
330256
330256
|
import { tracingChannel as G, channel as P2 } from "node:diagnostics_channel";
|
|
330257
330257
|
var S2 = P2("lru-cache:metrics");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/linting-tools",
|
|
3
|
-
"version": "1.133.
|
|
3
|
+
"version": "1.133.66",
|
|
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": [
|
|
@@ -159,5 +159,5 @@
|
|
|
159
159
|
"packageManager": "pnpm@10.3.0",
|
|
160
160
|
"engines": { "node": ">=22.4.0", "pnpm": ">=10.3.0" },
|
|
161
161
|
"publishConfig": { "access": "public" },
|
|
162
|
-
"gitHead": "
|
|
162
|
+
"gitHead": "48d6212133c6a011439668fd76d855da9a673790"
|
|
163
163
|
}
|