rulesync 7.17.0 → 7.18.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
@@ -65,7 +65,7 @@ import {
65
65
  removeTempDirectory,
66
66
  stringifyFrontmatter,
67
67
  writeFileContent
68
- } from "../chunk-ZQUEAGJI.js";
68
+ } from "../chunk-JP3BFD7L.js";
69
69
 
70
70
  // src/cli/index.ts
71
71
  import { Command } from "commander";
@@ -4149,7 +4149,7 @@ async function updateCommand(currentVersion, options) {
4149
4149
  }
4150
4150
 
4151
4151
  // src/cli/index.ts
4152
- var getVersion = () => "7.17.0";
4152
+ var getVersion = () => "7.18.0";
4153
4153
  var main = async () => {
4154
4154
  const program = new Command();
4155
4155
  const version = getVersion();