@alanwchat/coder 0.1.108 → 0.1.109

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/index.cjs +1 -1
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -3385,7 +3385,7 @@ function setGlobalOptions(opts) {
3385
3385
  }
3386
3386
 
3387
3387
  // src/index.ts
3388
- var VERSION = "0.1.108";
3388
+ var VERSION = "0.1.109";
3389
3389
  async function main() {
3390
3390
  const rawArgs = process.argv.slice(2);
3391
3391
  if (rawArgs.includes("--help") || rawArgs.includes("-h")) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alanwchat/coder",
3
- "version": "0.1.108",
3
+ "version": "0.1.109",
4
4
  "description": "Coder CLI — AI-powered coding assistant in the terminal",
5
5
  "type": "module",
6
6
  "repository": {