@savvy-web/lint-staged 1.2.0 → 1.2.1

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/841.js +1 -1
  2. package/package.json +2 -2
package/841.js CHANGED
@@ -1083,7 +1083,7 @@ const rootCommand = Command.make("savvy-lint").pipe(Command.withSubcommands([
1083
1083
  ]));
1084
1084
  const cli = Command.run(rootCommand, {
1085
1085
  name: "savvy-lint",
1086
- version: "1.2.0"
1086
+ version: "1.2.1"
1087
1087
  });
1088
1088
  function runCli() {
1089
1089
  const main = Effect.suspend(()=>cli(process.argv)).pipe(Effect.provide(AppLayer));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@savvy-web/lint-staged",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
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": [
@@ -61,7 +61,7 @@
61
61
  "lint-staged": "^17.0.5",
62
62
  "markdownlint-cli2": "^0.22.1",
63
63
  "markdownlint-cli2-formatter-codequality": "^0.0.7",
64
- "turbo": "^2.9.15",
64
+ "turbo": "^2.9.16",
65
65
  "typescript": "^6.0.0"
66
66
  },
67
67
  "peerDependenciesMeta": {