@rfkit/charts 1.1.33 → 1.1.34

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/index.js +1 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -11151,8 +11151,7 @@ const TOOL_CONFIGS = [
11151
11151
  supportedCharts: [],
11152
11152
  excludedCharts: [
11153
11153
  constants_ChartType.ScanDF360,
11154
- constants_ChartType.LevelStream,
11155
- constants_ChartType.LiteNormalized
11154
+ constants_ChartType.LevelStream
11156
11155
  ]
11157
11156
  },
11158
11157
  {
package/package.json CHANGED
@@ -5,6 +5,6 @@
5
5
  "types": "index.d.ts",
6
6
  "author": "Hxgh",
7
7
  "license": "MIT",
8
- "version": "1.1.33",
8
+ "version": "1.1.34",
9
9
  "private": false
10
10
  }