@dobot-plus/template 1.3.3 → 1.3.5

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.
@@ -21,6 +21,10 @@
21
21
  "type": "boolean",
22
22
  "description": "Indicates if permissions are required for the application."
23
23
  },
24
+ "hotkey": {
25
+ "type": "boolean",
26
+ "description": "Indicates if the application supports hotkeys."
27
+ },
24
28
  "applicationDisplayed": {
25
29
  "type": "object",
26
30
  "properties": {
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dobot-plus/template",
3
- "version": "1.3.3",
3
+ "version": "1.3.5",
4
4
  "engines": {
5
5
  "node": "20"
6
6
  },