@storm-software/linting-tools 1.130.1 → 1.130.3

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.js CHANGED
@@ -314859,7 +314859,7 @@ var correctPaths = function(path32) {
314859
314859
  return ".";
314860
314860
  }
314861
314861
  path32 = normalizeWindowsPath(path32);
314862
- const isUNCPath = path32.match(_UNC_REGEX);
314862
+ const isUNCPath = path32?.match(_UNC_REGEX);
314863
314863
  const isPathAbsolute = isAbsolute(path32);
314864
314864
  const trailingSeparator = path32[path32.length - 1] === "/";
314865
314865
  path32 = normalizeString(path32, !isPathAbsolute);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/linting-tools",
3
- "version": "1.130.1",
3
+ "version": "1.130.3",
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": "3958254bc37de8a1ac03db3c6be1fb3c6cbf6623"
152
+ "gitHead": "1b9f901274134d51c4200e5797348cf9587203dc"
153
153
  }