@savvy-web/lint-staged 0.7.0 → 0.7.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.
package/878.js CHANGED
@@ -373,7 +373,7 @@ function checkMarkdownlintConfig(content) {
373
373
  }
374
374
  function checkBiomeSchemas() {
375
375
  return Effect.gen(function*() {
376
- const version = "catalog:silk";
376
+ const version = "2.4.9";
377
377
  const statuses = [];
378
378
  if (!version) return {
379
379
  statuses,
@@ -935,7 +935,7 @@ function writeMarkdownlintConfig(fs, preset, force) {
935
935
  }
936
936
  function syncBiomeSchemas() {
937
937
  return Effect.gen(function*() {
938
- const version = "catalog:silk";
938
+ const version = "2.4.9";
939
939
  if (!version) return;
940
940
  const syncer = yield* BiomeSchemaSync;
941
941
  const result = yield* syncer.sync(version);
@@ -1013,7 +1013,7 @@ const rootCommand = Command.make("savvy-lint").pipe(Command.withSubcommands([
1013
1013
  ]));
1014
1014
  const cli = Command.run(rootCommand, {
1015
1015
  name: "savvy-lint",
1016
- version: "0.7.0"
1016
+ version: "0.7.2"
1017
1017
  });
1018
1018
  function runCli() {
1019
1019
  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": "0.7.0",
3
+ "version": "0.7.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": [
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.57.7"
8
+ "packageVersion": "7.57.8"
9
9
  }
10
10
  ]
11
11
  }