clairo 3.1.0 → 3.1.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.
Files changed (2) hide show
  1. package/dist/cli.js +2 -2
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -4316,7 +4316,7 @@ function JiraSavedViewBrowserBox({
4316
4316
  const url = getIssueUrl(currentIssue);
4317
4317
  if (url) copyToClipboard(url);
4318
4318
  }
4319
- if (key.return && currentIssue && auth) {
4319
+ if (input === " " && currentIssue && auth) {
4320
4320
  setDetailIssue({ key: currentIssue.key, summary: currentIssue.fields.summary });
4321
4321
  }
4322
4322
  }
@@ -5894,7 +5894,7 @@ var JIRA_BROWSER_KEYBINDINGS = {
5894
5894
  { key: "d", label: "Delete", color: "red" }
5895
5895
  ],
5896
5896
  browser: [
5897
- { key: "Enter", label: "Details" },
5897
+ { key: "Space", label: "Details" },
5898
5898
  { key: "/", label: "Filter" },
5899
5899
  { key: "u", label: "Unassigned" },
5900
5900
  { key: "m", label: "Mine" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clairo",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",