@storm-software/linting-tools 1.129.7 → 1.130.0

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.
Files changed (51) hide show
  1. package/README.md +2 -1
  2. package/bin/{chunk-XTPVZDR2.js → chunk-2PZ6AS5R.js} +2 -2
  3. package/bin/{chunk-OPCSMWZJ.cjs → chunk-A5DPQHY3.cjs} +2 -2
  4. package/bin/{chunk-JB3D4TVX.cjs → chunk-B7WHUIH5.cjs} +14 -14
  5. package/bin/{chunk-YKH3RSMU.js → chunk-BEP67EZE.js} +1 -1
  6. package/bin/{chunk-3RXQ7ZZM.cjs → chunk-ETUEQD5E.cjs} +91 -91
  7. package/bin/{chunk-GY6UEB23.cjs → chunk-HC57AAKW.cjs} +2 -2
  8. package/bin/{chunk-GSWXXX52.cjs → chunk-HJQQZZG2.cjs} +5 -5
  9. package/bin/{chunk-FI6TORNQ.cjs → chunk-HZZTL6KY.cjs} +5 -5
  10. package/bin/{chunk-IQALQKI4.cjs → chunk-IGXY3IY4.cjs} +5 -5
  11. package/bin/{chunk-AKRBWPON.cjs → chunk-IZGS6XKB.cjs} +6 -6
  12. package/bin/{chunk-P5T5KHA3.js → chunk-JOYA4VUJ.js} +1 -1
  13. package/bin/{chunk-IOSZZIWC.js → chunk-LARLODE6.js} +2 -2
  14. package/bin/{chunk-4MBKNDTT.js → chunk-LBXWOLGF.js} +2 -2
  15. package/bin/{chunk-JY5CG76K.cjs → chunk-LHFCXG7G.cjs} +2 -2
  16. package/bin/{chunk-I6CRHCWY.js → chunk-N3ASZGUM.js} +2 -2
  17. package/bin/{chunk-UPJER7E4.js → chunk-PPXF472J.js} +2 -2
  18. package/bin/{chunk-X2D5DYMR.js → chunk-RSWERHB3.js} +1 -1
  19. package/bin/{chunk-YFKD3MWH.js → chunk-SGHNQWL2.js} +2 -2
  20. package/bin/{chunk-2M6QVRH3.cjs → chunk-VXOGJUGS.cjs} +20 -20
  21. package/bin/{chunk-LXYKRYDA.js → chunk-WRP3PMFI.js} +2 -2
  22. package/bin/{dist-PDQ335J3.cjs → dist-A5VEDAAB.cjs} +206 -206
  23. package/bin/{dist-FHYNEV7Q.cjs → dist-ATQA4GVW.cjs} +6 -6
  24. package/bin/{dist-4M3MDNRA.js → dist-PVFJLHWM.js} +8 -8
  25. package/bin/{dist-JM3G2HBC.js → dist-PYY7DKSV.js} +2 -2
  26. package/bin/{esm-SQRGUCHN.js → esm-BEMCS4VC.js} +1 -1
  27. package/bin/{esm-GDULPYA3.cjs → esm-XDIBPYOC.cjs} +4 -4
  28. package/bin/json5-77T4KOGT.cjs +10 -0
  29. package/bin/json5-J46JOCL5.js +10 -0
  30. package/bin/{jsonc-NLCHGYF6.js → jsonc-EZREGJ3A.js} +3 -3
  31. package/bin/jsonc-K7TPF3LV.cjs +15 -0
  32. package/bin/lint.cjs +12622 -12364
  33. package/bin/lint.js +10097 -9849
  34. package/bin/{multipart-parser-VR6BOPA5.cjs → multipart-parser-3KJP2X7S.cjs} +6 -6
  35. package/bin/{multipart-parser-7QVQCTO5.js → multipart-parser-TLEUHT6C.js} +2 -2
  36. package/bin/{package-json-QXRRYRB2.cjs → package-json-DBXOZTXB.cjs} +91 -91
  37. package/bin/{package-json-PPCR6VOK.js → package-json-X52V75SB.js} +2 -2
  38. package/bin/toml-72ODUAKV.js +10 -0
  39. package/bin/toml-AMHYAPW3.cjs +10 -0
  40. package/bin/{utils-G5ACFWJ7.js → utils-F23U3ZJJ.js} +2 -2
  41. package/bin/{utils-RRC3RUEB.cjs → utils-OPLIEGAT.cjs} +5 -5
  42. package/bin/yaml-W5GHZVP4.js +10 -0
  43. package/bin/yaml-XZF7XVAF.cjs +10 -0
  44. package/package.json +2 -2
  45. package/bin/json5-2VL5ND53.js +0 -10
  46. package/bin/json5-SQBNUSK4.cjs +0 -10
  47. package/bin/jsonc-5AQRZDEN.cjs +0 -15
  48. package/bin/toml-2FF24PAV.js +0 -10
  49. package/bin/toml-SIHPQKWL.cjs +0 -10
  50. package/bin/yaml-2OCU5X6M.cjs +0 -10
  51. package/bin/yaml-O76L3GS3.js +0 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/linting-tools",
3
- "version": "1.129.7",
3
+ "version": "1.130.0",
4
4
  "type": "module",
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
  "repository": {
@@ -149,5 +149,5 @@
149
149
  "vfile-reporter": "8.1.1"
150
150
  },
151
151
  "publishConfig": { "access": "public" },
152
- "gitHead": "e3a65d569028bf9ea0883e17613944a9edae541d"
152
+ "gitHead": "026eb81c70b21b9e4defb0b5c4dc078bbdaa7ca9"
153
153
  }
@@ -1,10 +0,0 @@
1
- import {
2
- cu,
3
- ou
4
- } from "./chunk-IOSZZIWC.js";
5
- import "./chunk-X2D5DYMR.js";
6
- import "./chunk-I6CRHCWY.js";
7
- export {
8
- ou as parseJSON5,
9
- cu as stringifyJSON5
10
- };
@@ -1,10 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
-
3
-
4
- var _chunkGSWXXX52cjs = require('./chunk-GSWXXX52.cjs');
5
- require('./chunk-JY5CG76K.cjs');
6
- require('./chunk-OPCSMWZJ.cjs');
7
-
8
-
9
-
10
- exports.parseJSON5 = _chunkGSWXXX52cjs.ou; exports.stringifyJSON5 = _chunkGSWXXX52cjs.cu;
@@ -1,15 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
-
3
-
4
- var _chunkAKRBWPONcjs = require('./chunk-AKRBWPON.cjs');
5
- require('./chunk-JY5CG76K.cjs');
6
-
7
-
8
- var _chunkOPCSMWZJcjs = require('./chunk-OPCSMWZJ.cjs');
9
-
10
- // ../../node_modules/.pnpm/confbox@0.1.8/node_modules/confbox/dist/jsonc.mjs
11
- _chunkOPCSMWZJcjs.init_cjs_shims.call(void 0, );
12
-
13
-
14
-
15
- exports.parseJSONC = _chunkAKRBWPONcjs.h; exports.stringifyJSONC = _chunkAKRBWPONcjs.d;
@@ -1,10 +0,0 @@
1
- import {
2
- ae,
3
- ue
4
- } from "./chunk-4MBKNDTT.js";
5
- import "./chunk-X2D5DYMR.js";
6
- import "./chunk-I6CRHCWY.js";
7
- export {
8
- ae as parseTOML,
9
- ue as stringifyTOML
10
- };
@@ -1,10 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
-
3
-
4
- var _chunkIQALQKI4cjs = require('./chunk-IQALQKI4.cjs');
5
- require('./chunk-JY5CG76K.cjs');
6
- require('./chunk-OPCSMWZJ.cjs');
7
-
8
-
9
-
10
- exports.parseTOML = _chunkIQALQKI4cjs.ae; exports.stringifyTOML = _chunkIQALQKI4cjs.ue;
@@ -1,10 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
-
3
-
4
- var _chunkFI6TORNQcjs = require('./chunk-FI6TORNQ.cjs');
5
- require('./chunk-JY5CG76K.cjs');
6
- require('./chunk-OPCSMWZJ.cjs');
7
-
8
-
9
-
10
- exports.parseYAML = _chunkFI6TORNQcjs.Ar; exports.stringifyYAML = _chunkFI6TORNQcjs.vr;
@@ -1,10 +0,0 @@
1
- import {
2
- Ar,
3
- vr
4
- } from "./chunk-YFKD3MWH.js";
5
- import "./chunk-X2D5DYMR.js";
6
- import "./chunk-I6CRHCWY.js";
7
- export {
8
- Ar as parseYAML,
9
- vr as stringifyYAML
10
- };