@scotthamilton77/sidekick 0.0.8-alpha.5 → 0.0.8-alpha.6

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/bin.js +1 -1
  2. package/package.json +1 -1
package/dist/bin.js CHANGED
@@ -73855,7 +73855,7 @@ var require_cli = __commonJS({
73855
73855
  var promises_12 = require("node:fs/promises");
73856
73856
  var node_stream_1 = require("node:stream");
73857
73857
  var yargs_parser_1 = __importDefault2(require_build());
73858
- var VERSION = true ? "0.0.8-alpha.5" : "dev";
73858
+ var VERSION = true ? "0.0.8-alpha.6" : "dev";
73859
73859
  function isInSandbox() {
73860
73860
  return process.env.SANDBOX_RUNTIME === "1";
73861
73861
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scotthamilton77/sidekick",
3
- "version": "0.0.8-alpha.5",
3
+ "version": "0.0.8-alpha.6",
4
4
  "description": "AI pair programming assistant with personas, session tracking, and contextual nudges",
5
5
  "bin": {
6
6
  "sidekick": "dist/bin.js"