Releases: udohjeremiah/moniq
Releases · udohjeremiah/moniq
Release list
@udohjeremiah/moniq@0.5.0
Minor Changes
- a8ad8a7: feat: return structured Report from resolve() with summary and exit codes
feat: add JSON and SARIF output formatters
feat: add findWorkspaceRoot utility for workspace detection
feat: scope loadConfig to workspace root only, with ConfigNotFoundError
feat: add prepack script to bundle root README and LICENSE at publish time
docs: update script-policies docs with first-match-wins semantics
@udohjeremiah/moniq@0.4.0
Minor Changes
- 098b9a7: Detect
denoas a package manager. Supports lock-file (deno.lock), config-file (deno.json,deno.jsonc), andpackage.jsonpackageManagerfield detection. Workspace discovery readsdeno.jsonworkspace field (array or{ members: [...] }form) and globs patterns.moniq initusesdeno add -D npm:@udohjeremiah/moniqfor installation and handles Deno-native projects without apackage.jsonby defaulting tomoniq.config.mts.
@udohjeremiah/moniq@0.3.4
Patch Changes
-
81db11c: Include root workspace package in init detection output, shown as
.matching pnpm's convention.Align console output: remove indent on check scan line and doctor header, color severity icons to match badge colors, color package name in cyan in init install messages.
@udohjeremiah/moniq@0.3.3
Patch Changes
- c71fbb0: Replace Jiti with native import() to fix config loading failure when consumed as a bundled dependency. Add 'type': 'module' detection to init — generate .ts/.js when already set. Fix doctor output order (header first, INFO/WARN/ERROR sorted) and reclassify 'config found' from warn to info. Replace emoji with Unicode icons (✔ ✘ ⚠ ℹ).
@udohjeremiah/moniq@0.3.2
Patch Changes
- ef33081: Pin devDependency install to the running CLI version in moniq init, preventing version mismatches caused by npm propagation delays
@udohjeremiah/moniq@0.3.1
Patch Changes
- debe249: Add pnpm
-wflag for workspace root installs, capture stderr on install failure, throw on unknown package manager instead of defaulting to pnpm, and bypass husky hooks in CI for changesets action
@udohjeremiah/moniq@0.3.0
Minor Changes
-
55a21ce: feat: add bun package manager support
- Detect bun via
bun.lock/bun.lockblock files,packageManagerfield, andnpm_config_user_agent - Discover bun workspaces by resolving globs from
package.jsonworkspaces field using Node 22+ nativefs.glob - Install package with
bun add --devduringmoniq init bunxalready supported inbin()wrapper stripping
- Detect bun via
Patch Changes
- bc27b93: fix workspace detection priority and install package during init
@udohjeremiah/moniq@0.2.0
Minor Changes
- de95aa3: Add version display to banner,
--versionflag, and auto-detect TypeScript vs JavaScript formoniq init
@udohjeremiah/moniq@0.1.1
Patch Changes
- 922028a: feat: include MIT license in published package