@mailrith/cli
Advanced tools
+2
-0
@@ -5,2 +5,4 @@ # Changelog | ||
| ## 1.0.1 - 2026-07-31 | ||
| - Make **Full Email Marketing Access** the default OAuth login profile while | ||
@@ -7,0 +9,0 @@ preserving explicit Reporting-profile and custom-scope logins. |
+1
-1
@@ -1,2 +0,2 @@ | ||
| export declare const mailrithCliVersion = "1.0.0"; | ||
| export declare const mailrithCliVersion = "1.0.1"; | ||
| 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.0"; | ||
| export const mailrithCliVersion = "1.0.1"; | ||
| 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.0", | ||
| "version": "1.0.1", | ||
| "description": "Official command-line interface for Mailrith agent workflows.", | ||
@@ -40,4 +40,4 @@ "license": "MIT", | ||
| "dependencies": { | ||
| "@mailrith/public-api": "^1.0.0", | ||
| "@mailrith/sdk": "^1.0.0" | ||
| "@mailrith/public-api": "^1.0.1", | ||
| "@mailrith/sdk": "^1.0.1" | ||
| }, | ||
@@ -44,0 +44,0 @@ "devDependencies": { |
102325
0.02%Updated
Updated