Sign In

@mailrith/cli

Package Overview
Dependencies
Maintainers
1
Versions
8
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.1.1
to
0.1.2
+5
-0
CHANGELOG.md
# Changelog
## 0.1.2 - 2026-07-24
- Report the published package version in CLI output and request headers.
- Correct the public-registry clean-install release gate.
## 0.1.1 - 2026-07-24

@@ -4,0 +9,0 @@

+1
-1

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

export declare const mailrithCliVersion = "0.1.0";
export declare const mailrithCliVersion = "0.1.2";
export declare const mailrithCliDefaultOAuthScopes: readonly ["workspace:read", "subscribers:read"];

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

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

import { removeMailrithCliConfig, resolveMailrithConfigPath, writeMailrithCliConfig, } from "./config.js";
export const mailrithCliVersion = "0.1.0";
export const mailrithCliVersion = "0.1.2";
export const mailrithCliDefaultOAuthScopes = mailrithAgentReadQuickstartScopeKeys;

@@ -9,0 +9,0 @@ const inputMaxBytes = 1024 * 1024;

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

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

"dependencies": {
"@mailrith/sdk": "^0.1.1"
"@mailrith/sdk": "^0.1.2"
},

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