hello-lights 0.3.14 → 0.3.16

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.
@@ -1,4 +1,4 @@
1
- const chalk = require('chalk');
1
+ const chalk = require('chalk').default;
2
2
  const path = require('path');
3
3
  const {Commander, RestCommander} = require('..');
4
4
  const {MetaFormatter, CodeFormatter} = require('..').commands;
@@ -1,7 +1,7 @@
1
1
  /////////////////////////////////////////////////////////////////
2
2
 
3
3
  const path = require('path');
4
- const chalk = require('chalk');
4
+ const chalk = require('chalk').default;
5
5
  const commanderOptions = require('../commander-options');
6
6
 
7
7
  /////////////////////////////////////////////////////////////////
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hello-lights",
3
- "version": "0.3.14",
3
+ "version": "0.3.16",
4
4
  "description": "Commands to control a traffic light",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -53,7 +53,7 @@
53
53
  "sinon": "^9.2.4"
54
54
  },
55
55
  "dependencies": {
56
- "chalk": "^3.0.0",
56
+ "chalk": "^5.6.2",
57
57
  "express": "^5.2.1",
58
58
  "node-hid": "^3.3.0",
59
59
  "yargs": "^13.3.0"