gant-core 0.1.43 → 0.1.44

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.
package/lib/index.d.ts CHANGED
@@ -1745,7 +1745,16 @@ type MAIN_CONFIG_TYPE = {
1745
1745
  locale?: boolean;
1746
1746
  tools?: boolean;
1747
1747
  transformTool?: boolean;
1748
- hotKey?: boolean;
1748
+ ocrTool?: boolean;
1749
+ hotKeyTool?: boolean;
1750
+ fullScreenTool?: boolean;
1751
+ networkSpeedTool?: boolean;
1752
+ recordModeTool?: boolean;
1753
+ debuggerTool?: boolean;
1754
+ compactMode?: boolean;
1755
+ drakMode?: boolean;
1756
+ meettingMode?: boolean;
1757
+ motionMode?: boolean;
1749
1758
  menuCollection?: boolean;
1750
1759
  version?: boolean;
1751
1760
  autoDetectVersion?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gant-core",
3
- "version": "0.1.43",
3
+ "version": "0.1.44",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "bin": {