lupacode 0.2.0 → 0.2.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/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -103225,6 +103225,7 @@ var router = createMemoryRouter([
103225
103225
  ]
103226
103226
  }
103227
103227
  ]);
103228
+ process.stdout.write("\x1B]0;LupaCode\x07");
103228
103229
  function App() {
103229
103230
  return /* @__PURE__ */ import_jsx_dev_runtime2.jsxDEV(RouterProvider, {
103230
103231
  router
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lupacode",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "AI-powered terminal coding assistant",
5
5
  "type": "module",
6
6
  "bin": {