hermes-git 0.2.1 → 0.2.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -25735,7 +25735,7 @@ Project-specific:`);
25735
25735
 
25736
25736
  // src/index.ts
25737
25737
  var program2 = new Command;
25738
- program2.name("hermes").description("\uD83E\uDEBD Intent-driven Git, guided by AI").version("0.2.0");
25738
+ program2.name("hermes").description("\uD83E\uDEBD Intent-driven Git, guided by AI").version("0.2.2");
25739
25739
  initCommand(program2);
25740
25740
  planCommand(program2);
25741
25741
  startCommand(program2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hermes-git",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Intent-driven Git, guided by AI. Turn natural language into safe, explainable Git operations.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",