@yarn-tool/resolve-package
Advanced tools
Comparing version 1.0.41 to 1.0.42
@@ -6,2 +6,18 @@ # Change Log | ||
## [1.0.42](https://github.com/bluelovers/ws-yarn-workspaces/compare/@yarn-tool/resolve-package@1.0.41...@yarn-tool/resolve-package@1.0.42) (2022-01-13) | ||
### ♻️ Chores | ||
* **deps:** update deps ([7658604](https://github.com/bluelovers/ws-yarn-workspaces/commit/7658604e5cabfa61ed92c2579ecae3d37d3fd737)) | ||
### 🔖 Miscellaneous | ||
* add `peerDependencies` to `@yarn-tool/resolve-package` ([16a5d39](https://github.com/bluelovers/ws-yarn-workspaces/commit/16a5d3909fff972c803dc25e4819c71eff53c00d)) | ||
## [1.0.41](https://github.com/bluelovers/ws-yarn-workspaces/compare/@yarn-tool/resolve-package@1.0.40...@yarn-tool/resolve-package@1.0.41) (2021-12-31) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@yarn-tool/resolve-package", | ||
"version": "1.0.41", | ||
"version": "1.0.42", | ||
"description": "resolve package root and package.json paths , work on node 17 too", | ||
@@ -56,3 +56,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@ts-type/package-dts": "^1.0.56", | ||
"@ts-type/package-dts": "^1.0.58", | ||
"pkg-dir": "< 6 >= 5", | ||
@@ -62,6 +62,9 @@ "tslib": "^2.3.1", | ||
}, | ||
"peerDependencies": { | ||
"@types/node": "*" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "7035d85a64ab9f80024d65e19b8137e8d4dfdd77" | ||
"gitHead": "fbb93ec93e0baf2b76dac0e29a19376ce46652e1" | ||
} |
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
21558
5
Updated@ts-type/package-dts@^1.0.58