@savvy-web/lint-staged 0.4.1 → 0.4.2

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/376.js +1 -1
  2. package/package.json +2 -2
package/376.js CHANGED
@@ -1738,7 +1738,7 @@ const rootCommand = Command.make("savvy-lint").pipe(Command.withSubcommands([
1738
1738
  ]));
1739
1739
  const cli = Command.run(rootCommand, {
1740
1740
  name: "savvy-lint",
1741
- version: "0.4.1"
1741
+ version: "0.4.2"
1742
1742
  });
1743
1743
  function runCli() {
1744
1744
  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.4.1",
3
+ "version": "0.4.2",
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": [
@@ -58,7 +58,7 @@
58
58
  "peerDependencies": {
59
59
  "@biomejs/biome": "2.3.14",
60
60
  "@types/node": "^25.2.3",
61
- "@typescript/native-preview": "7.0.0-dev.20260214.1",
61
+ "@typescript/native-preview": "^7.0.0-dev.20260215.1",
62
62
  "husky": "^9.1.7",
63
63
  "lint-staged": "^16.2.7",
64
64
  "markdownlint-cli2": "^0.20.0",