standard-monorepo
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -23,3 +23,3 @@ "use strict"; | ||
} | ||
return cycles; | ||
return cycles.map((cycle) => [...lodash_1.uniq(cycle), cycle[0]]); | ||
}; | ||
@@ -26,0 +26,0 @@ this.dfs = (current) => { |
{ | ||
"name": "standard-monorepo", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"author": "Flávio Carvalho", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -22,3 +22,3 @@ # standard-monorepo | ||
$ standard-monorepo (-v|--version|version) | ||
standard-monorepo/0.2.1 darwin-x64 node-v14.15.1 | ||
standard-monorepo/0.2.2 darwin-x64 node-v14.15.1 | ||
$ standard-monorepo --help [COMMAND] | ||
@@ -56,3 +56,3 @@ USAGE | ||
_See code: [src/commands/circular-deps.ts](https://github.com/imflavio/standard-monorepo/blob/v0.2.1/src/commands/circular-deps.ts)_ | ||
_See code: [src/commands/circular-deps.ts](https://github.com/imflavio/standard-monorepo/blob/v0.2.2/src/commands/circular-deps.ts)_ | ||
@@ -86,3 +86,3 @@ ## `standard-monorepo commit [COMMIT]` | ||
_See code: [src/commands/commit.ts](https://github.com/imflavio/standard-monorepo/blob/v0.2.1/src/commands/commit.ts)_ | ||
_See code: [src/commands/commit.ts](https://github.com/imflavio/standard-monorepo/blob/v0.2.2/src/commands/commit.ts)_ | ||
@@ -122,3 +122,3 @@ ## `standard-monorepo help [COMMAND]` | ||
_See code: [src/commands/list.ts](https://github.com/imflavio/standard-monorepo/blob/v0.2.1/src/commands/list.ts)_ | ||
_See code: [src/commands/list.ts](https://github.com/imflavio/standard-monorepo/blob/v0.2.2/src/commands/list.ts)_ | ||
<!-- commandsstop --> |
@@ -1,2 +0,2 @@ | ||
import { fromPairs, isUndefined, last } from 'lodash' | ||
import { fromPairs, isUndefined, uniq } from 'lodash' | ||
import semver from 'semver' | ||
@@ -35,3 +35,3 @@ | ||
return cycles | ||
return cycles.map((cycle) => [...uniq(cycle), cycle[0]]) | ||
} | ||
@@ -38,0 +38,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
56503