Skip to content

Commit 91b69cb

Browse files
author
ljacobsson
committed
addin support for and matching
1 parent fca6160 commit 91b69cb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mhlabs/evb-cli",
3-
"version": "1.1.41",
3+
"version": "1.1.42",
44
"description": "A package for building EventBridge/CloudWatch Events patterns",
55
"main": "index.js",
66
"scripts": {

src/commands/shared/input-util.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ const backNavigation = [BACK, new inquirer.Separator("-------------")];
2121
const doneNavigation = [DONE, UNDO, new inquirer.Separator("-------------")];
2222
const filterRules = [
2323
"equals",
24+
"equals-ignore-case",
2425
"prefix",
26+
"suffix",
2527
"anything-but",
2628
"numeric",
2729
"exists",

0 commit comments

Comments
 (0)