@storm-software/linting-tools 1.133.63 → 1.133.65

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/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.0/node_modules/lru-cache/dist/esm/node/index.min.js
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.0/node_modules/lru-cache/dist/esm/node/index.min.js
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.63",
3
+ "version": "1.133.65",
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": "f0fc0f1267aa8185954ceb3f364f5e789c4b9004"
162
+ "gitHead": "bcbc59a290ff30bb57a5224789269ecb8414bd43"
163
163
  }