@grepai/cli 0.5.11 → 0.6.0
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/index.js +2 -2
- package/index.js.map +2 -2
- package/package.json +2 -2
- package/tree-sitter-tsx.wasm +0 -0
- package/tree-sitter-typescript.wasm +0 -0
- package/web-tree-sitter.wasm +0 -0
package/index.js
CHANGED
|
@@ -90690,11 +90690,11 @@ var program = gen2(function* () {
|
|
|
90690
90690
|
const command = exports_Command.make("grepai").pipe(exports_Command.withSubcommands([indexCommand, searchCommand]));
|
|
90691
90691
|
const cli = exports_Command.run(command, {
|
|
90692
90692
|
name: "GREP AI",
|
|
90693
|
-
version: "v0.5.
|
|
90693
|
+
version: "v0.5.12"
|
|
90694
90694
|
});
|
|
90695
90695
|
yield* cli(process.argv);
|
|
90696
90696
|
});
|
|
90697
90697
|
program.pipe(provide2(mergeAll5(GrepAi.Default).pipe(provideMerge2(Clack.Default), provideMerge2(exports_BunContext.layer))), exports_BunRuntime.runMain);
|
|
90698
90698
|
|
|
90699
|
-
//# debugId=
|
|
90699
|
+
//# debugId=65A40ED27E3847BC64756E2164756E21
|
|
90700
90700
|
//# sourceMappingURL=index.js.map
|