@typescript-tools/internal-dependencies
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.2.0](https://github.com/typescript-tools/typescript-tools/compare/@typescript-tools/internal-dependencies@1.1.0...@typescript-tools/internal-dependencies@1.2.0) (2021-01-05) | ||
### Features | ||
* add tool merge-package-locks ([765c4ad](https://github.com/typescript-tools/typescript-tools/commit/765c4ad9de6e7a752f68332d896b5eb5c564109d)) | ||
# [1.1.0](https://github.com/typescript-tools/typescript-tools/compare/@typescript-tools/internal-dependencies@1.0.14...@typescript-tools/internal-dependencies@1.1.0) (2021-01-01) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@typescript-tools/internal-dependencies", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Calculate package dependencies living in the same monorepo", | ||
@@ -52,4 +52,4 @@ "main": "dist/src/index.js", | ||
"dependencies": { | ||
"@typescript-tools/dependency-graph": "^1.3.0", | ||
"@typescript-tools/io-ts": "^1.2.0", | ||
"@typescript-tools/dependency-graph": "^1.3.1", | ||
"@typescript-tools/io-ts": "^1.3.0", | ||
"fluture": "^13.0.1", | ||
@@ -112,3 +112,3 @@ "fp-ts": "^2.9.3", | ||
}, | ||
"gitHead": "0bf7ed445b1826de5ce5e2af710c87c4ed5415b3" | ||
"gitHead": "04181f0eb7b51eb174f528d4cf7c84b1d5090d84" | ||
} |
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
16132