@grepai/cli 0.7.5 → 0.7.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/index.js +2 -2
- package/index.js.map +2 -2
- package/package.json +1 -1
- package/tree-sitter-javascript.wasm +0 -0
- package/tree-sitter-json.wasm +0 -0
package/index.js
CHANGED
|
@@ -112849,11 +112849,11 @@ var program = gen2(function* () {
|
|
|
112849
112849
|
]));
|
|
112850
112850
|
const cli = exports_Command.run(command, {
|
|
112851
112851
|
name: "GREP AI",
|
|
112852
|
-
version: "v0.7.
|
|
112852
|
+
version: "v0.7.6"
|
|
112853
112853
|
});
|
|
112854
112854
|
yield* cli(process.argv);
|
|
112855
112855
|
});
|
|
112856
112856
|
program.pipe(provide2(mergeAll5(GrepAi.Default).pipe(provideMerge2(Clack.Default), provideMerge2(exports_BunContext.layer))), exports_BunRuntime.runMain);
|
|
112857
112857
|
|
|
112858
|
-
//# debugId=
|
|
112858
|
+
//# debugId=809A729242A92C2664756E2164756E21
|
|
112859
112859
|
//# sourceMappingURL=index.js.map
|