btca 0.3.0 → 0.3.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.
package/bin.js CHANGED
@@ -12,6 +12,7 @@ const TARGET_MAP = {
12
12
  "darwin-x64": "btca-darwin-x64",
13
13
  "linux-x64": "btca-linux-x64",
14
14
  "linux-arm64": "btca-linux-arm64",
15
+ "win32-x64": "btca-windows-x64.exe",
15
16
  };
16
17
 
17
18
  const binaryName = TARGET_MAP[PLATFORM_ARCH];
Binary file
Binary file
Binary file
Binary file
Binary file
package/dist/index.js CHANGED
@@ -60830,7 +60830,7 @@ class OcService extends exports_Effect.Service()("OcService", {
60830
60830
  }
60831
60831
 
60832
60832
  // src/services/cli.ts
60833
- var VERSION = "0.3.0";
60833
+ var VERSION = "0.3.1";
60834
60834
  var programLayer = exports_Layer.mergeAll(OcService.Default, ConfigService.Default);
60835
60835
  var questionOption = exports_Options.text("question").pipe(exports_Options.withAlias("q"));
60836
60836
  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.3.0",
4
+ "version": "0.3.1",
5
5
  "description": "CLI tool for asking questions about technologies using OpenCode",
6
6
  "type": "module",
7
7
  "license": "MIT",