@mablhq/mabl-cli 2.51.37 → 2.51.42

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.
package/index.d.ts CHANGED
@@ -398,8 +398,8 @@ export interface MablMailboxEmail {
398
398
  getBodyText(): Promise<string | null>;
399
399
 
400
400
  /**
401
- * Get the body of the email as HTML.
402
- * @returns The body of the email as HTML.
401
+ * Get the locator for the body of the email.
402
+ * @returns The locator for the body of the email.
403
403
  */
404
- getBodyHtml(): Promise<string | null>;
404
+ getBodyLocator(): Locator;
405
405
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mablhq/mabl-cli",
3
- "version": "2.51.37",
3
+ "version": "2.51.42",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "The official mabl command line interface tool",
6
6
  "main": "index.js",