radar-cli 0.1.0 → 0.1.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 -1
  2. package/package.json +2 -1
package/dist/index.js CHANGED
@@ -319,7 +319,7 @@ The Browser Use agent will explore the site and generate knowledge files. Check
319
319
 
320
320
  // src/index.ts
321
321
  var program = new Command();
322
- program.name("radar").description(
322
+ program.name("radar-cli").description(
323
323
  "Radar CLI \u2014 query and contribute to the shared knowledge base for web agents"
324
324
  ).version("0.1.0");
325
325
  registerContext(program);
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "radar-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "CLI for Radar — the shared knowledge base for web agents",
5
5
  "type": "module",
6
6
  "bin": {
7
+ "radar-cli": "./dist/index.js",
7
8
  "radar": "./dist/index.js"
8
9
  },
9
10
  "files": [