Skip to content

Commit

Permalink
addin support for and matching
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacobsson committed Nov 15, 2022
1 parent fca6160 commit 91b69cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mhlabs/evb-cli",
"version": "1.1.41",
"version": "1.1.42",
"description": "A package for building EventBridge/CloudWatch Events patterns",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions src/commands/shared/input-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ const backNavigation = [BACK, new inquirer.Separator("-------------")];
const doneNavigation = [DONE, UNDO, new inquirer.Separator("-------------")];
const filterRules = [
"equals",
"equals-ignore-case",
"prefix",
"suffix",
"anything-but",
"numeric",
"exists",
Expand Down

0 comments on commit 91b69cb

Please sign in to comment.