@typescript-tools/lerna-packages
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.1.0](https://github.com/typescript-tools/typescript-tools/compare/@typescript-tools/lerna-packages@2.0.0...@typescript-tools/lerna-packages@2.1.0) (2021-02-19) | ||
### Features | ||
* add tool link-local-dependencies ([3bce081](https://github.com/typescript-tools/typescript-tools/commit/3bce081bf09141cb8fd6867eb59d4b9dc45276c0)) | ||
# [2.0.0](https://github.com/typescript-tools/typescript-tools/compare/@typescript-tools/lerna-packages@1.1.0...@typescript-tools/lerna-packages@2.0.0) (2021-01-23) | ||
@@ -8,0 +19,0 @@ |
@@ -33,4 +33,4 @@ "use strict"; | ||
const TE = __importStar(require("fp-ts/TaskEither")); | ||
const PathReporter = __importStar(require("io-ts/lib/PathReporter")); | ||
const function_1 = require("fp-ts/function"); | ||
const PathReporter_1 = require("io-ts/lib/PathReporter"); | ||
const monorepo_root_1 = require("@typescript-tools/monorepo-root"); | ||
@@ -43,3 +43,3 @@ const LernaPackage_1 = require("@typescript-tools/io-ts/dist/lib/LernaPackage"); | ||
const monorepoRoot = () => function_1.pipe(monorepo_root_1.monorepoRoot(), E.mapLeft(error)); | ||
const decodeLernaPackages = (packages) => function_1.pipe(StringifiedJSON_1.StringifiedJSON(t.array(LernaPackage_1.LernaPackage)).decode(packages), E.mapLeft(errors => PathReporter_1.PathReporter.report(E.left(errors)).join('\n')), E.mapLeft(err => error({ type: 'unable to decode list of packages', err })), TE.fromEither); | ||
const decodeLernaPackages = (packages) => function_1.pipe(StringifiedJSON_1.StringifiedJSON(t.array(LernaPackage_1.LernaPackage)).decode(packages), E.mapLeft(errors => PathReporter.failure(errors).join('\n')), E.mapLeft(err => error({ type: 'unable to decode list of packages', err })), TE.fromEither); | ||
/** | ||
@@ -46,0 +46,0 @@ * Search the monorepo and enumerate all internal packages. |
{ | ||
"name": "@typescript-tools/lerna-packages", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Discover internal packages", | ||
@@ -45,4 +45,4 @@ "homepage": "https://github.com/typescript-tools/typescript-tools", | ||
"dependencies": { | ||
"@typescript-tools/io-ts": "^2.0.0", | ||
"@typescript-tools/monorepo-root": "^1.2.0", | ||
"@typescript-tools/io-ts": "^2.1.0", | ||
"@typescript-tools/monorepo-root": "^1.3.0", | ||
"execa": "^4.1.0", | ||
@@ -101,3 +101,3 @@ "fp-ts": "^2.9.3", | ||
}, | ||
"gitHead": "48744f5830d8dbe95b9569516e434c8831eff7ee" | ||
"gitHead": "9299994d02c31a8029a111d9714bae660fa834ef" | ||
} |
Sorry, the diff of this file is not supported yet
10263