@clerc/plugin-version
Advanced tools
Comparing version 0.42.0 to 0.42.1
@@ -40,4 +40,4 @@ import { definePlugin } from '@clerc/core'; | ||
enforce: "pre", | ||
fn: (context, next) => { | ||
if (context.flags.version) { | ||
fn: (ctx, next) => { | ||
if (ctx.flags.version) { | ||
process.stdout.write(gracefullyVersion); | ||
@@ -44,0 +44,0 @@ } else { |
{ | ||
"name": "@clerc/plugin-version", | ||
"version": "0.42.0", | ||
"version": "0.42.1", | ||
"author": "Ray <i@mk1.io> (https://github.com/so1ve)", | ||
@@ -43,3 +43,3 @@ "type": "module", | ||
"dependencies": { | ||
"@clerc/utils": "0.42.0" | ||
"@clerc/utils": "0.42.1" | ||
}, | ||
@@ -46,0 +46,0 @@ "peerDependencies": { |
4494
+ Added@clerc/utils@0.42.1(transitive)
- Removed@clerc/utils@0.42.0(transitive)
Updated@clerc/utils@0.42.1