jjhub 0.1.8 → 0.1.9

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.
@@ -60420,7 +60420,7 @@ var init_package = __esm({
60420
60420
  "package.json"() {
60421
60421
  package_default = {
60422
60422
  name: "jjhub",
60423
- version: "0.1.8",
60423
+ version: "0.1.9",
60424
60424
  private: true,
60425
60425
  description: "JJHub \u2014 a Jujutsu-native overlay atop GitHub: stable change IDs, stacked PRs, platform-wide undo, and an MCP server for coding agents.",
60426
60426
  type: "module",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jjhub",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "jjhub — GitHub CLI with Jujutsu-native superpowers: stable change IDs, stacks, platform-wide undo, and conflicts that wait, layered over plain GitHub repos by a JJHub server.",
5
5
  "bin": {
6
6
  "jjhub": "./dist/cli/jjhub.mjs"