amplify-cli-shared-interfaces
Advanced tools
Comparing version 1.1.2-mxp.0 to 1.1.2-rc.55462e6a7.0
@@ -11,3 +11,3 @@ ## API Report File for "amplify-cli-shared-interfaces" | ||
// (undocumented) | ||
command: string; | ||
command?: string; | ||
// (undocumented) | ||
@@ -14,0 +14,0 @@ options?: { |
@@ -6,3 +6,3 @@ # Change Log | ||
## [1.1.2-mxp.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-shared-interfaces@1.1.1...amplify-cli-shared-interfaces@1.1.2-mxp.0) (2023-02-20) | ||
## [1.1.2-rc.55462e6a7.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-shared-interfaces@1.1.1...amplify-cli-shared-interfaces@1.1.2-rc.55462e6a7.0) (2023-02-23) | ||
@@ -13,5 +13,2 @@ | ||
* format files touched by tscontext typing ([#11963](https://github.com/aws-amplify/amplify-cli/issues/11963)) ([64f8354](https://github.com/aws-amplify/amplify-cli/commit/64f83540419f3b512544448baba98bbb3f623f7c)) | ||
* improved typing for $TSContext ([#11962](https://github.com/aws-amplify/amplify-cli/issues/11962)) ([3e2ff00](https://github.com/aws-amplify/amplify-cli/commit/3e2ff00cce8079974394c98b4a843f2246cee7dd)) | ||
* merge conflicts and linting ([bdd9f42](https://github.com/aws-amplify/amplify-cli/commit/bdd9f420303872c14db80e38e91c03b627503801)) | ||
* reverting 5 commits to dev branch ([c54da9e](https://github.com/aws-amplify/amplify-cli/commit/c54da9eb69031bd665d50b6cd2dd8d3833c778bc)) | ||
@@ -18,0 +15,0 @@ |
export interface ICommandInput { | ||
argv: Array<string>; | ||
plugin?: string; | ||
command: string; | ||
command?: string; | ||
subCommands?: string[]; | ||
@@ -6,0 +6,0 @@ options?: { |
{ | ||
"name": "amplify-cli-shared-interfaces", | ||
"version": "1.1.2-mxp.0", | ||
"version": "1.1.2-rc.55462e6a7.0", | ||
"description": "API interfaces to be shared across different amplfy-cli packages", | ||
@@ -31,3 +31,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "365285713b1fbea6891ae6ce792142c9ebc7cc22" | ||
"gitHead": "fb377c9c8369bb3d8bbd16cab9e06aa12d4a7bbe" | ||
} |
@@ -8,3 +8,3 @@ /** CLI Input */ | ||
plugin?: string; | ||
command: string; | ||
command?: string; | ||
subCommands?: string[]; | ||
@@ -11,0 +11,0 @@ options?: { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
84731