@mailrith/cli
Advanced tools
+7
-0
@@ -5,2 +5,9 @@ # Changelog | ||
| ## 1.1.0 - 2026-08-17 | ||
| - Coordinate CLI discovery with the Mailrith 1.1 public contract, including | ||
| exact Custom Field personalization-token guidance. | ||
| - Preserve every existing command and authentication flow while republishing | ||
| the coordinated SDK and public-contract dependencies. | ||
| ## 1.0.2 - 2026-08-14 | ||
@@ -7,0 +14,0 @@ |
+1
-1
@@ -1,2 +0,2 @@ | ||
| export declare const mailrithCliVersion = "1.0.2"; | ||
| export declare const mailrithCliVersion = "1.1.0"; | ||
| 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.2"; | ||
| export const mailrithCliVersion = "1.1.0"; | ||
| 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.2", | ||
| "version": "1.1.0", | ||
| "description": "Official command-line interface for Mailrith agent workflows.", | ||
@@ -40,4 +40,4 @@ "license": "MIT", | ||
| "dependencies": { | ||
| "@mailrith/public-api": "^1.0.2", | ||
| "@mailrith/sdk": "^1.0.2" | ||
| "@mailrith/public-api": "^1.1.0", | ||
| "@mailrith/sdk": "^1.1.0" | ||
| }, | ||
@@ -44,0 +44,0 @@ "devDependencies": { |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
102754
0.28%Updated
Updated