@storm-software/linting-tools 1.129.4 → 1.129.6
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 +2 -2
- package/bin/lint.js +2 -2
- package/package.json +2 -2
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/bin/lint.cjs
CHANGED
|
@@ -300271,9 +300271,9 @@ var require_is_arrayish = _chunkOPCSMWZJcjs.__commonJS.call(void 0, {
|
|
|
300271
300271
|
}
|
|
300272
300272
|
});
|
|
300273
300273
|
|
|
300274
|
-
// ../../node_modules/.pnpm/error-ex@1.3.
|
|
300274
|
+
// ../../node_modules/.pnpm/error-ex@1.3.4/node_modules/error-ex/index.js
|
|
300275
300275
|
var require_error_ex = _chunkOPCSMWZJcjs.__commonJS.call(void 0, {
|
|
300276
|
-
"../../node_modules/.pnpm/error-ex@1.3.
|
|
300276
|
+
"../../node_modules/.pnpm/error-ex@1.3.4/node_modules/error-ex/index.js"(exports, module) {
|
|
300277
300277
|
"use strict";
|
|
300278
300278
|
_chunkOPCSMWZJcjs.init_cjs_shims.call(void 0, );
|
|
300279
300279
|
var util2 = _chunkOPCSMWZJcjs.__require.call(void 0, "util");
|
package/bin/lint.js
CHANGED
|
@@ -303609,10 +303609,10 @@ var require_is_arrayish = __commonJS({
|
|
|
303609
303609
|
}
|
|
303610
303610
|
});
|
|
303611
303611
|
|
|
303612
|
-
// ../../node_modules/.pnpm/error-ex@1.3.
|
|
303612
|
+
// ../../node_modules/.pnpm/error-ex@1.3.4/node_modules/error-ex/index.js
|
|
303613
303613
|
import * as __import_util8 from "util";
|
|
303614
303614
|
var require_error_ex = __commonJS({
|
|
303615
|
-
"../../node_modules/.pnpm/error-ex@1.3.
|
|
303615
|
+
"../../node_modules/.pnpm/error-ex@1.3.4/node_modules/error-ex/index.js"(exports2, module) {
|
|
303616
303616
|
init_esm_shims();
|
|
303617
303617
|
var __import_isArrayish = __toESM(require_is_arrayish());
|
|
303618
303618
|
var util2 = __import_util8;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/linting-tools",
|
|
3
|
-
"version": "1.129.
|
|
3
|
+
"version": "1.129.6",
|
|
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": "
|
|
152
|
+
"gitHead": "7c0ed16488136b62e4b55bb8932b024dac0637d7"
|
|
153
153
|
}
|