@probelabs/probe 0.6.0-rc320 → 0.6.0-rc321

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.
@@ -322,7 +322,7 @@ export class ACPToolManager {
322
322
  },
323
323
  language: {
324
324
  type: 'string',
325
- description: 'Programming language to search in (rust, javascript, python, go, etc.)'
325
+ description: 'Programming language to search in (rust, javascript, python, go, crystal, etc.)'
326
326
  },
327
327
  max_results: {
328
328
  type: 'number',
@@ -382,4 +382,4 @@ export class ACPToolManager {
382
382
  }
383
383
  ];
384
384
  }
385
- }
385
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@probelabs/probe",
3
- "version": "0.6.0-rc320",
3
+ "version": "0.6.0-rc321",
4
4
  "description": "Node.js wrapper for the probe code search tool",
5
5
  "main": "src/index.js",
6
6
  "module": "src/index.js",
@@ -322,7 +322,7 @@ export class ACPToolManager {
322
322
  },
323
323
  language: {
324
324
  type: 'string',
325
- description: 'Programming language to search in (rust, javascript, python, go, etc.)'
325
+ description: 'Programming language to search in (rust, javascript, python, go, crystal, etc.)'
326
326
  },
327
327
  max_results: {
328
328
  type: 'number',
@@ -382,4 +382,4 @@ export class ACPToolManager {
382
382
  }
383
383
  ];
384
384
  }
385
- }
385
+ }