@signageos/cli 2.7.0 → 2.7.1

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.
@@ -26,7 +26,7 @@ const Debug = (0, debug_1.default)('@signageos/cli:Device:facade');
26
26
  exports.typeMap = new Map([
27
27
  ['reboot', { name: 'Reboot Device', action: IPowerAction_1.DevicePowerAction.SystemReboot }],
28
28
  ['displayOn', { name: 'Display ON', action: IPowerAction_1.DevicePowerAction.DisplayPowerOn }],
29
- ['display0ff', { name: 'Display OFF', action: IPowerAction_1.DevicePowerAction.DisplayPowerOff }],
29
+ ['displayOff', { name: 'Display OFF', action: IPowerAction_1.DevicePowerAction.DisplayPowerOff }],
30
30
  ['restart', { name: 'Restart Device', action: IPowerAction_1.DevicePowerAction.AppRestart }],
31
31
  ['disable', { name: 'Applet Disable', action: IPowerAction_1.DevicePowerAction.AppletDisable }],
32
32
  ['enable', { name: 'Applet Enable', action: IPowerAction_1.DevicePowerAction.AppletEnable }],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signageos/cli",
3
- "version": "2.7.0",
3
+ "version": "2.7.1",
4
4
  "main": "./dist/index.js",
5
5
  "author": "signageOS.io <dev@signageos.io>",
6
6
  "files": [
@@ -30,6 +30,7 @@
30
30
  "lint:prettier:fix": "prettier \"(src|tests|tools)/**/*.+(ts|tsx|json|js)\" --write",
31
31
  "test:node-versions": "./tests/integration/test-node-versions.sh",
32
32
  "test:integration:node-versions": "env NODE_ENV=test mocha --config .mocharc.node-versions.json",
33
+ "generate:dummy-applet": "node ./tools/generate-dummy-applet.mjs",
33
34
  "check": "npm run depcheck && npx --userconfig ./.npmrc @signageos/lib-ci check-deps && npm run check-circular-deps && npm run check-types",
34
35
  "check-circular-deps": "npx madge@5 --circular --extensions ts ./src/",
35
36
  "depcheck": "depcheck --config .depcheckrc.json",