spacecommands 3.2.7 → 3.2.8

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.
@@ -242,7 +242,7 @@ class CommandHandler {
242
242
  description: item,
243
243
  type: expectedArgsTypes && expectedArgsTypes.length >= a
244
244
  ? expectedArgsTypes[a]
245
- : 'STRING',
245
+ : 3,
246
246
  required: a < minArgs,
247
247
  });
248
248
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spacecommands",
3
- "version": "3.2.7",
3
+ "version": "3.2.8",
4
4
  "main": "dist/index.js",
5
5
  "types": "./typings.d.ts",
6
6
  "typings": "./typings.d.ts",