rulesync 7.30.0 → 8.0.0

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/index.js CHANGED
@@ -72,7 +72,7 @@ import {
72
72
  stringifyFrontmatter,
73
73
  toPosixPath,
74
74
  writeFileContent
75
- } from "../chunk-IGW5DFPU.js";
75
+ } from "../chunk-GB6XLCGB.js";
76
76
 
77
77
  // src/cli/index.ts
78
78
  import { Command } from "commander";
@@ -4480,7 +4480,7 @@ function wrapCommand({
4480
4480
  }
4481
4481
 
4482
4482
  // src/cli/index.ts
4483
- var getVersion = () => "7.30.0";
4483
+ var getVersion = () => "8.0.0";
4484
4484
  function wrapCommand2(name, errorCode, handler) {
4485
4485
  return wrapCommand({ name, errorCode, handler, getVersion });
4486
4486
  }