@monodeploy/types
Advanced tools
Comparing version 0.6.1 to 0.7.0-rc.0
@@ -5,2 +5,12 @@ # Changelog | ||
## [0.6.1](https://github.com/tophat/monodeploy/compare/@monodeploy/types@0.6.0...@monodeploy/types@0.6.1) "@monodeploy/types" (2021-06-11)<a name="0.6.1"></a> | ||
### Bug Fixes | ||
* preserve workspace protocol when persisting package.json to disk ([b2d532d](https://github.com/tophat/monodeploy/commits/b2d532d)) | ||
* preserve workspace protocol when persisting package.json to disk (#359) ([b2d532d](https://github.com/tophat/monodeploy/commits/b2d532d)) | ||
## [0.6.0](https://github.com/tophat/monodeploy/compare/@monodeploy/types@0.5.0...@monodeploy/types@0.6.0) "@monodeploy/types" (2021-06-06)<a name="0.6.0"></a> | ||
@@ -7,0 +17,0 @@ |
@@ -33,2 +33,5 @@ import { Configuration, Project, Report, Workspace } from '@yarnpkg/core'; | ||
plugins?: Array<string>; | ||
prerelease: boolean; | ||
prereleaseId: string; | ||
prereleaseNPMTag: string; | ||
} | ||
@@ -53,3 +56,6 @@ export interface YarnContext { | ||
}; | ||
export declare type PackageTagMap = Map<string, string>; | ||
export declare type PackageTagMap = Map<string, Record<string, string | undefined> & { | ||
latest: string; | ||
}>; | ||
export declare type PackageVersionMap = Map<string, string>; | ||
export declare type PackageStrategyType = 'major' | 'minor' | 'patch'; | ||
@@ -56,0 +62,0 @@ export declare type PackageStrategyMap = Map<string, { |
{ | ||
"name": "@monodeploy/types", | ||
"version": "0.6.1", | ||
"repository": "git@github.com:tophat/monodeploy.git", | ||
"version": "0.7.0-rc.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/tophat/monodeploy.git", | ||
"directory": "packages/types" | ||
}, | ||
"author": "Top Hat Monocle Corp. <opensource@tophat.com>", | ||
@@ -6,0 +10,0 @@ "license": "Apache-2.0", |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
7173
74
0