Sign In

@mailrith/cli

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mailrith/cli - npm Package Compare versions

Comparing version
0.2.0
to
1.0.0
+4
-0
CHANGELOG.md

@@ -10,2 +10,6 @@ # Changelog

## 1.0.0 - 2026-07-26
- Coordinate the CLI with the Mailrith MCP 1.0 release while preserving API-key and OAuth behavior and every existing command signature.
## 0.2.0 - 2026-07-24

@@ -12,0 +16,0 @@

+1
-1

@@ -1,2 +0,2 @@

export declare const mailrithCliVersion = "0.2.0";
export declare const mailrithCliVersion = "1.0.0";
export declare const mailrithCliDefaultOAuthProfile: "full_email_marketing_access";

@@ -3,0 +3,0 @@ export declare const mailrithCliOAuthProfiles: {

@@ -6,3 +6,3 @@ import { createReadStream } from "node:fs";

import { removeMailrithCliConfig, resolveMailrithConfigPath, writeMailrithCliConfig, } from "./config.js";
export const mailrithCliVersion = "0.2.0";
export const mailrithCliVersion = "1.0.0";
export const mailrithCliDefaultOAuthProfile = mailrithDefaultWorkProfileKey;

@@ -9,0 +9,0 @@ export const mailrithCliOAuthProfiles = Object.fromEntries(mailrithWorkProfiles.map((profile) => [profile.key, profile.scopeKeys]));

{
"name": "@mailrith/cli",
"version": "0.2.0",
"version": "1.0.0",
"description": "Official command-line interface for Mailrith agent workflows.",

@@ -40,4 +40,4 @@ "license": "MIT",

"dependencies": {
"@mailrith/public-api": "^0.2.0",
"@mailrith/sdk": "^0.2.0"
"@mailrith/public-api": "^1.0.0",
"@mailrith/sdk": "^1.0.0"
},

@@ -44,0 +44,0 @@ "devDependencies": {