@savvy-web/lint-staged 0.6.5 → 0.6.6

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.
Files changed (2) hide show
  1. package/878.js +1 -1
  2. package/package.json +1 -1
package/878.js CHANGED
@@ -1841,7 +1841,7 @@ const rootCommand = Command.make("savvy-lint").pipe(Command.withSubcommands([
1841
1841
  ]));
1842
1842
  const cli = Command.run(rootCommand, {
1843
1843
  name: "savvy-lint",
1844
- version: "0.6.5"
1844
+ version: "0.6.6"
1845
1845
  });
1846
1846
  function runCli() {
1847
1847
  const main = Effect.suspend(()=>cli(process.argv)).pipe(Effect.provide(NodeContext.layer));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@savvy-web/lint-staged",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "private": false,
5
5
  "description": "Composable, configurable lint-staged handlers for pre-commit hooks. Provides reusable handlers for Biome, Markdown, YAML, TypeScript, and more.",
6
6
  "keywords": [