codowave 0.1.5 → 0.1.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.
package/dist/cli.js ADDED
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ require('./index.js')
package/dist/index.js CHANGED
@@ -1,5 +1,3 @@
1
- #!/usr/bin/env node
2
- #!/usr/bin/env node
3
1
  var __defProp = Object.defineProperty;
4
2
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
3
  var __esm = (fn, res) => function __init() {
@@ -1011,4 +1009,4 @@ program.parseAsync(process.argv).catch((err) => {
1011
1009
  `));
1012
1010
  process.exit(1);
1013
1011
  });
1014
- //# sourceMappingURL=index.js.map
1012
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codowave",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Codowave OSS CLI — AI-powered coding agent for your GitHub repos",
5
5
  "license": "MIT",
6
6
  "type": "module",