rulesync 0.72.0 → 0.73.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/index.cjs CHANGED
@@ -5829,7 +5829,7 @@ var getVersion = async () => {
5829
5829
  const packageJson = await readJsonFile(packageJsonPath);
5830
5830
  return packageJson.version;
5831
5831
  } catch {
5832
- return "0.71.0";
5832
+ return "0.73.0";
5833
5833
  }
5834
5834
  };
5835
5835
  var main = async () => {
package/dist/index.js CHANGED
@@ -5805,7 +5805,7 @@ var getVersion = async () => {
5805
5805
  const packageJson = await readJsonFile(packageJsonPath);
5806
5806
  return packageJson.version;
5807
5807
  } catch {
5808
- return "0.71.0";
5808
+ return "0.73.0";
5809
5809
  }
5810
5810
  };
5811
5811
  var main = async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rulesync",
3
- "version": "0.72.0",
3
+ "version": "0.73.0",
4
4
  "description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools",
5
5
  "keywords": [
6
6
  "ai",