rulesync 7.8.0 → 7.8.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.
@@ -19650,7 +19650,7 @@ async function updateCommand(currentVersion, options) {
19650
19650
  }
19651
19651
 
19652
19652
  // src/cli/index.ts
19653
- var getVersion = () => "7.8.0";
19653
+ var getVersion = () => "7.8.1";
19654
19654
  var main = async () => {
19655
19655
  const program = new import_commander.Command();
19656
19656
  const version = getVersion();
package/dist/cli/index.js CHANGED
@@ -3799,7 +3799,7 @@ async function updateCommand(currentVersion, options) {
3799
3799
  }
3800
3800
 
3801
3801
  // src/cli/index.ts
3802
- var getVersion = () => "7.8.0";
3802
+ var getVersion = () => "7.8.1";
3803
3803
  var main = async () => {
3804
3804
  const program = new Command();
3805
3805
  const version = getVersion();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rulesync",
3
- "version": "7.8.0",
3
+ "version": "7.8.1",
4
4
  "description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools",
5
5
  "keywords": [
6
6
  "ai",