@gitsense/gsc-utils 0.2.2 → 0.2.3

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.
@@ -11280,6 +11280,7 @@ var GitSenseChatUtils_1 = {
11280
11280
  PatchUtils,
11281
11281
  LLMUtils,
11282
11282
  AnalysisBlockUtils,
11283
+ AnalyzerUtils,
11283
11284
  ChatUtils,
11284
11285
  GSToolBlockUtils,
11285
11286
  JsonUtils,
@@ -11278,6 +11278,7 @@ var GitSenseChatUtils_1 = {
11278
11278
  PatchUtils,
11279
11279
  LLMUtils,
11280
11280
  AnalysisBlockUtils,
11281
+ AnalyzerUtils,
11281
11282
  ChatUtils,
11282
11283
  GSToolBlockUtils,
11283
11284
  JsonUtils,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitsense/gsc-utils",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Utilities for GitSense Chat (GSC)",
5
5
  "main": "dist/gsc-utils.cjs.js",
6
6
  "module": "dist/gsc-utils.esm.js",
@@ -313,6 +313,7 @@ module.exports = {
313
313
  PatchUtils,
314
314
  LLMUtils,
315
315
  AnalysisBlockUtils,
316
+ AnalyzerUtils,
316
317
  ChatUtils,
317
318
  GSToolBlockUtils,
318
319
  JsonUtils,