@rfkit/charts 1.2.15 → 1.2.17

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 +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -11943,7 +11943,8 @@ const TOOL_CONFIGS = [
11943
11943
  supportedCharts: [
11944
11944
  constants_ChartType.SingleFrequency,
11945
11945
  constants_ChartType.Scan,
11946
- constants_ChartType.MScan
11946
+ constants_ChartType.MScan,
11947
+ constants_ChartType.DDC
11947
11948
  ]
11948
11949
  },
11949
11950
  {
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.2.15",
8
+ "version": "1.2.17",
9
9
  "private": false
10
10
  }