@typescript-tools/find-package
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.1.2](https://github.com/typescript-tools/typescript-tools/compare/@typescript-tools/find-package@1.1.1...@typescript-tools/find-package@1.1.2) (2021-02-20) | ||
### Bug Fixes | ||
* rename error type for consistency ([8d9a94c](https://github.com/typescript-tools/typescript-tools/commit/8d9a94c91f87968345f2b3d49fbd1cf586c87c5c)) | ||
## [1.1.1](https://github.com/typescript-tools/typescript-tools/compare/@typescript-tools/find-package@1.1.0...@typescript-tools/find-package@1.1.1) (2021-02-20) | ||
@@ -8,0 +19,0 @@ |
@@ -14,5 +14,5 @@ /** | ||
/** | ||
* Returns absolute path to the specified package. | ||
* Returns specified package metadata. | ||
*/ | ||
export declare const findPackage: (pathInsideMonorepo: string, packagePathOrName: string) => TE.TaskEither<FindPackageError, LernaPackage>; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -41,3 +41,3 @@ "use strict"; | ||
/** | ||
* Returns absolute path to the specified package. | ||
* Returns specified package metadata. | ||
*/ | ||
@@ -44,0 +44,0 @@ const findPackage = (pathInsideMonorepo, packagePathOrName) => function_1.pipe(lerna_packages_1.lernaPackages(pathInsideMonorepo), TE.chain(packages => exports.findPackageIn(packages)(packagePathOrName))); |
{ | ||
"name": "@typescript-tools/find-package", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Find lerna package by path or name", | ||
@@ -46,4 +46,4 @@ "homepage": "https://github.com/typescript-tools/typescript-tools", | ||
"dependencies": { | ||
"@typescript-tools/io-ts": "^2.1.0", | ||
"@typescript-tools/lerna-packages": "^2.2.0", | ||
"@typescript-tools/io-ts": "^2.2.0", | ||
"@typescript-tools/lerna-packages": "^2.2.1", | ||
"fp-ts": "^2.9.3" | ||
@@ -100,3 +100,3 @@ }, | ||
}, | ||
"gitHead": "6e062d37f9a09083bab7cbd81c6e465f13f4be82" | ||
"gitHead": "118dd51722697e77eb92251f8a9e38af1c20c529" | ||
} |
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
10637