xp-command 1.0.2 → 1.0.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/config.yml +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xp-command",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Quick cockpit commands for X-Plane 12 - set your radios, altimeter, autopilot, and more from the terminal while flying.",
5
5
  "keywords": [
6
6
  "xplane",
package/src/config.yml CHANGED
@@ -55,7 +55,7 @@ commands:
55
55
  - toFixed2
56
56
 
57
57
  # set autopilot vertical speed
58
- - pattern: "^v(\\d\\d?\\d?\\d?)$"
58
+ - pattern: "^v(-?\\d\\d?\\d?\\d?)$"
59
59
  type: set
60
60
  dataref: sim/cockpit/autopilot/vertical_velocity
61
61