@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/cli.js +80 -62
- package/dist/cli.js.map +1 -1
- package/dist/{dist-B1TNZsla.js → dist-DVPiOZCC.js} +3 -5481
- package/dist/dist-DVPiOZCC.js.map +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/dist-B1TNZsla.js.map +0 -1
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
|
|
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-
|
|
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' */
|