workspace-tools
Advanced tools
Comparing version 0.26.0 to 0.26.1
@@ -5,3 +5,38 @@ { | ||
{ | ||
"date": "Thu, 04 Aug 2022 21:47:41 GMT", | ||
"date": "Mon, 08 Aug 2022 22:43:58 GMT", | ||
"tag": "workspace-tools_v0.26.1", | ||
"version": "0.26.1", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "elcraig@microsoft.com", | ||
"package": "workspace-tools", | ||
"commit": "fa0d932a0a0ae63ebf16357b9a5ca42412405e95", | ||
"comment": "Add missing type exports" | ||
} | ||
], | ||
"none": [ | ||
{ | ||
"author": "email not defined", | ||
"package": "workspace-tools", | ||
"commit": "05c206e967548245798da2f8b41ded7415e757e9", | ||
"comment": "Update devDependency beachball to v2.26.1" | ||
}, | ||
{ | ||
"author": "email not defined", | ||
"package": "workspace-tools", | ||
"commit": "9349737ca68eb1a10bc56c19911a08027fce9f48", | ||
"comment": "Update devDependency gh-pages to v4" | ||
}, | ||
{ | ||
"author": "email not defined", | ||
"package": "workspace-tools", | ||
"commit": "dbd019cf7c1cafb1b9a503461cc49acce936278f", | ||
"comment": "Lock file maintenance" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 04 Aug 2022 21:47:46 GMT", | ||
"tag": "workspace-tools_v0.26.0", | ||
@@ -8,0 +43,0 @@ "version": "0.26.0", |
# Change Log - workspace-tools | ||
This log was last generated on Thu, 04 Aug 2022 21:47:41 GMT and should not be manually modified. | ||
This log was last generated on Mon, 08 Aug 2022 22:43:58 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.26.1 | ||
Mon, 08 Aug 2022 22:43:58 GMT | ||
### Patches | ||
- Add missing type exports (elcraig@microsoft.com) | ||
## 0.26.0 | ||
Thu, 04 Aug 2022 21:47:41 GMT | ||
Thu, 04 Aug 2022 21:47:46 GMT | ||
@@ -11,0 +19,0 @@ ### Minor changes |
@@ -13,3 +13,3 @@ /// <reference types="node" /> | ||
/** Observes the git operations called from `git()` or `gitFailFast()` */ | ||
declare type GitObserver = (args: string[], output: GitProcessOutput) => void; | ||
export declare type GitObserver = (args: string[], output: GitProcessOutput) => void; | ||
/** | ||
@@ -30,2 +30,1 @@ * Adds an observer for the git operations, e.g. for testing | ||
}): void; | ||
export {}; |
@@ -8,2 +8,3 @@ export * from "./dependencies/index"; | ||
export * from "./scope"; | ||
export * from "./types/PackageGraph"; | ||
export * from "./types/PackageInfo"; | ||
@@ -10,0 +11,0 @@ export * from "./types/WorkspaceInfo"; |
@@ -20,2 +20,3 @@ "use strict"; | ||
__exportStar(require("./scope"), exports); | ||
__exportStar(require("./types/PackageGraph"), exports); | ||
__exportStar(require("./types/PackageInfo"), exports); | ||
@@ -22,0 +23,0 @@ __exportStar(require("./types/WorkspaceInfo"), exports); |
@@ -11,5 +11,1 @@ /** A package graph edge that defines a single package name and one of its dependency */ | ||
} | ||
/** Package graph visitor is called as it visits every package in dependency order */ | ||
export interface PackageGraphVisitor { | ||
(pkg: string, dependencies: string[], dependents: string[]): void; | ||
} |
{ | ||
"name": "workspace-tools", | ||
"version": "0.26.0", | ||
"version": "0.26.1", | ||
"license": "MIT", | ||
@@ -17,3 +17,3 @@ "repository": { | ||
"build:docs": "typedoc src/index.ts", | ||
"release:docs": "typedoc src/index.ts && gh-pages -d docs", | ||
"release:docs": "yarn build:docs && gh-pages -d docs", | ||
"change": "beachball change", | ||
@@ -44,5 +44,5 @@ "checkchange": "beachball check", | ||
"@types/yarnpkg__lockfile": "1.1.5", | ||
"beachball": "2.26.0", | ||
"beachball": "2.26.1", | ||
"fs-extra": "10.1.0", | ||
"gh-pages": "3.2.3", | ||
"gh-pages": "4.0.0", | ||
"jest": "28.1.3", | ||
@@ -49,0 +49,0 @@ "prettier": "2.7.1", |
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
144568
3466