fyn 2.1.4 → 2.1.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.
Files changed (2) hide show
  1. package/dist/fyn.js +1 -0
  2. package/package.json +1 -1
package/dist/fyn.js CHANGED
@@ -11963,6 +11963,7 @@ class FynpoDepGraph {
11963
11963
  const { patterns, cwd } = this._options;
11964
11964
  let groups;
11965
11965
  const autoSearch = lodash_1.default.isEmpty(patterns);
11966
+ this.autoSearched = autoSearch;
11966
11967
  const autoSearchFound = [];
11967
11968
  if (autoSearch) {
11968
11969
  groups = { ".": null };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fyn",
3
- "version": "2.1.4",
3
+ "version": "2.1.6",
4
4
  "description": "fyn is the NPM for fynpo -- a zero setup monorepo tool",
5
5
  "main": "./bin/fyn.js",
6
6
  "homepage": "https://jchip.github.io/fynpo/",