@mailrith/cli
Advanced tools
+5
-0
@@ -5,2 +5,7 @@ # Changelog | ||
| ## 1.0.2 - 2026-08-14 | ||
| - Coordinate operation descriptions with the updated Broadcast, Sequence, and | ||
| Automation state-restoration guidance. | ||
| ## 1.0.1 - 2026-07-31 | ||
@@ -7,0 +12,0 @@ |
+1
-1
@@ -1,2 +0,2 @@ | ||
| export declare const mailrithCliVersion = "1.0.1"; | ||
| export declare const mailrithCliVersion = "1.0.2"; | ||
| export declare const mailrithCliDefaultOAuthProfile: "full_email_marketing_access"; | ||
@@ -3,0 +3,0 @@ export declare const mailrithCliOAuthProfiles: { |
+1
-1
@@ -6,3 +6,3 @@ import { createReadStream } from "node:fs"; | ||
| import { removeMailrithCliConfig, resolveMailrithConfigPath, writeMailrithCliConfig, } from "./config.js"; | ||
| export const mailrithCliVersion = "1.0.1"; | ||
| export const mailrithCliVersion = "1.0.2"; | ||
| export const mailrithCliDefaultOAuthProfile = mailrithDefaultWorkProfileKey; | ||
@@ -9,0 +9,0 @@ export const mailrithCliOAuthProfiles = Object.fromEntries(mailrithWorkProfiles.map((profile) => [profile.key, profile.scopeKeys])); |
+3
-3
| { | ||
| "name": "@mailrith/cli", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "description": "Official command-line interface for Mailrith agent workflows.", | ||
@@ -40,4 +40,4 @@ "license": "MIT", | ||
| "dependencies": { | ||
| "@mailrith/public-api": "^1.0.1", | ||
| "@mailrith/sdk": "^1.0.1" | ||
| "@mailrith/public-api": "^1.0.2", | ||
| "@mailrith/sdk": "^1.0.2" | ||
| }, | ||
@@ -44,0 +44,0 @@ "devDependencies": { |
102468
0.14%Updated
Updated