amplify-prompts
Advanced tools
Comparing version 2.6.4-rc.4affb9331.0 to 2.6.4-rc.e0c735015.0
@@ -6,3 +6,3 @@ # Change Log | ||
## [2.6.4-rc.4affb9331.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-prompts@2.6.3...amplify-prompts@2.6.4-rc.4affb9331.0) (2023-02-06) | ||
## [2.6.4-rc.e0c735015.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-prompts@2.6.3...amplify-prompts@2.6.4-rc.e0c735015.0) (2023-02-14) | ||
@@ -9,0 +9,0 @@ **Note:** Version bump only for package amplify-prompts |
{ | ||
"name": "amplify-prompts", | ||
"version": "2.6.4-rc.4affb9331.0", | ||
"version": "2.6.4-rc.e0c735015.0", | ||
"description": "Utility functions for Amplify CLI terminal I/O", | ||
@@ -30,3 +30,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"amplify-cli-shared-interfaces": "1.1.1", | ||
"amplify-cli-shared-interfaces": "1.1.2-rc.e0c735015.0", | ||
"chalk": "^4.1.1", | ||
@@ -57,3 +57,3 @@ "enquirer": "^2.3.6" | ||
}, | ||
"gitHead": "806f12146014f44a08909f9196aaff13079c27ba" | ||
"gitHead": "b22a921010c12a98e8593a77180801375fd4a7f5" | ||
} |
@@ -267,2 +267,3 @@ /* eslint-disable @typescript-eslint/ban-types */ | ||
// this.state is bound to a property of enquirer's prompt object, it does not reference a property of AmplifyPrompter | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
// @ts-ignore | ||
@@ -269,0 +270,0 @@ return this.state.index === i ? chalk.cyan('❯') : ' '; |
Sorry, the diff of this file is not supported yet
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
264075
3136
+ Addedamplify-cli-shared-interfaces@1.1.2-rc.e0c735015.0(transitive)
- Removedamplify-cli-shared-interfaces@1.1.1(transitive)