🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@stacksjs/logsmith

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stacksjs/logsmith - npm Package Compare versions

Comparing version
0.1.9
to
0.1.10
dist/chunk-e2kg8c9p.js

Sorry, the diff of this file is too big to display

+11
-5

@@ -11,3 +11,3 @@ #!/usr/bin/env node

logInfo
} from "../chunk-p59gvrv4.js";
} from "../chunk-e2kg8c9p.js";
import"../chunk-xne0pxt1.js";

@@ -618,3 +618,3 @@

// package.json
var version = "0.1.9";
var version = "0.1.10";

@@ -625,2 +625,8 @@ // bin/cli.ts

try {
let fromRef = options.from;
let toRef = options.to || "HEAD";
if (args.length >= 4 && args[0] === "from" && args[2] === "to") {
fromRef = args[1];
toRef = args[3];
}
const validFormats = ["markdown", "json", "html"];

@@ -650,4 +656,4 @@ const format = options.format || "markdown";

const cliOptions = {
from: options.from,
to: options.to || "HEAD",
from: fromRef,
to: toRef,
dir: options.dir || process2.cwd(),

@@ -687,3 +693,3 @@ output: outputFile !== undefined ? outputFile : "CHANGELOG.md",

const result = await generateChangelog(config);
if (config.output === false) {
if (config.output === false && result.content) {
console.log(result.content);

@@ -690,0 +696,0 @@ }

@@ -46,3 +46,3 @@ import {

themes
} from "../chunk-p59gvrv4.js";
} from "../chunk-e2kg8c9p.js";
import"../chunk-xne0pxt1.js";

@@ -49,0 +49,0 @@ export {

{
"name": "@stacksjs/logsmith",
"type": "module",
"version": "0.1.9",
"version": "0.1.10",
"description": "Forge beautiful changelog automatically.",

@@ -6,0 +6,0 @@ "author": "Chris Breuer <chris@stacksjs.org>",

Sorry, the diff of this file is too big to display