@mablhq/mabl-cli 2.46.2 → 2.46.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,6 +21,7 @@ exports.AssertionConditionField = {
21
21
  EndsWithout: 'ends_without',
22
22
  GreaterThan: 'greater_than',
23
23
  LessThan: 'less_than',
24
+ MatchesRegex: 'matches_regex',
24
25
  GreaterThanOrEquals: 'greater_than_or_equals',
25
26
  LessThanOrEquals: 'less_than_or_equals',
26
27
  AIPrompt: 'ai_prompt',
@@ -123,6 +124,7 @@ exports.AssertionStepNameToField = {
123
124
  AssertLessThan: 'less_than',
124
125
  AssertGreaterThanOrEquals: 'greater_than_or_equals',
125
126
  AssertLessThanOrEquals: 'less_than_or_equals',
127
+ AssertMatchesRegex: 'matches_regex',
126
128
  AssertAIPrompt: 'ai_prompt',
127
129
  };
128
130
  exports.AssertionConditionFieldToStepName = Object.fromEntries(Object.entries(exports.AssertionStepNameToField).map(([stepType, field]) => [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mablhq/mabl-cli",
3
- "version": "2.46.2",
3
+ "version": "2.46.12",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "The official mabl command line interface tool",
6
6
  "main": "index.js",