dependency-cruiser 10.3.0-beta-7 → 10.3.0-beta-8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dependency-cruiser",
3
- "version": "10.3.0-beta-7",
3
+ "version": "10.3.0-beta-8",
4
4
  "description": "Validate and visualize dependencies. With your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.",
5
5
  "keywords": [
6
6
  "static analysis",
@@ -113,5 +113,6 @@ module.exports = function gatherInitialSources(
113
113
  } else {
114
114
  return pAll.concat(pathToPosix(pFileOrDirectory));
115
115
  }
116
- }, []);
116
+ }, [])
117
+ .sort();
117
118
  };
package/src/meta.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /* generated - don't edit */
2
2
 
3
3
  module.exports = {
4
- version: "10.3.0-beta-7",
4
+ version: "10.3.0-beta-8",
5
5
  engines: {
6
6
  node: "^12.20||^14||>=16",
7
7
  },