btca 0.4.0 → 0.4.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.
Binary file
Binary file
Binary file
Binary file
Binary file
package/dist/index.js CHANGED
@@ -93060,16 +93060,16 @@ function filterCommands(query) {
93060
93060
  var COMMANDS;
93061
93061
  var init_commands = __esm(() => {
93062
93062
  COMMANDS = [
93063
- {
93064
- name: "add",
93065
- description: "Add a new repo (wizard)",
93066
- mode: "add-repo"
93067
- },
93068
93063
  {
93069
93064
  name: "repo",
93070
93065
  description: "Switch to a different repo",
93071
93066
  mode: "select-repo"
93072
93067
  },
93068
+ {
93069
+ name: "add",
93070
+ description: "Add a new repo (wizard)",
93071
+ mode: "add-repo"
93072
+ },
93073
93073
  {
93074
93074
  name: "remove",
93075
93075
  description: "Remove a repo from config",
@@ -94182,7 +94182,7 @@ function App2() {
94182
94182
  ]
94183
94183
  }, undefined, true, undefined, this);
94184
94184
  }
94185
- var import_react12, VERSION2 = "0.4.0";
94185
+ var import_react12, VERSION2 = "0.4.1";
94186
94186
  var init_App = __esm(async () => {
94187
94187
  init_theme();
94188
94188
  init_commands();
@@ -101120,7 +101120,7 @@ init_esm4();
101120
101120
  init_oc();
101121
101121
  init_config3();
101122
101122
  import * as readline2 from "readline";
101123
- var VERSION = "0.4.0";
101123
+ var VERSION = "0.4.1";
101124
101124
  var programLayer = exports_Layer.mergeAll(OcService.Default, ConfigService.Default);
101125
101125
  var questionOption = exports_Options.text("question").pipe(exports_Options.withAlias("q"));
101126
101126
  var techOption = exports_Options.text("tech").pipe(exports_Options.withAlias("t"));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "btca",
3
3
  "author": "Ben Davis",
4
- "version": "0.4.0",
4
+ "version": "0.4.1",
5
5
  "description": "CLI tool for asking questions about technologies using OpenCode",
6
6
  "type": "module",
7
7
  "license": "MIT",