@udohjeremiah/moniq 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -55,7 +55,7 @@ interface Config {
55
55
  /** Policies keyed by script name. Maps script names to one or more policies (first match wins). */
56
56
  scripts?: Record<string, ScriptPolicy | ScriptPolicy[]>;
57
57
  }
58
- /** Identity helper for type inference. Use in your `moniq.config.ts` to get full type safety. */
58
+ /** Identity helper for type inference. Use in your `moniq.config` file to get full type safety. */
59
59
  declare function defineConfig(config: Config): Config;
60
60
  //#endregion
61
61
  export { type Config, type ScriptPolicy, bin, defineConfig };
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { r as __commonJSMin, t as defineConfig } from "./dist-B1TNZsla.js";
1
+ import { r as __commonJSMin, t as defineConfig } from "./dist-DVPiOZCC.js";
2
2
  //#region ../../node_modules/.pnpm/shell-quote@1.9.0/node_modules/shell-quote/quote.js
3
3
  var require_quote = /* @__PURE__ */ __commonJSMin(((exports, module) => {
4
4
  /** @import { ControlOperator } from './parse' */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@udohjeremiah/moniq",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Policy-driven workspace linter for JavaScript/TypeScript monorepos",
5
5
  "type": "module",
6
6
  "license": "MIT",