@ch4p/cli 0.1.1 → 0.1.2

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/dist/index.js CHANGED
@@ -111,7 +111,7 @@ async function main() {
111
111
  break;
112
112
  }
113
113
  case "gateway": {
114
- const { gateway } = await import("./gateway-NGD22PFP.js");
114
+ const { gateway } = await import("./gateway-EFM5GTMD.js");
115
115
  await gateway(rest);
116
116
  break;
117
117
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ch4p/cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Personal AI assistant platform — security-first, multi-channel, programmable",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",