@v5x/cli 0.0.9 → 0.0.10

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/dist/index.js +1 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -118,7 +118,7 @@ var require_picocolors = __commonJS((exports, module) => {
118
118
  // package.json
119
119
  var package_default = {
120
120
  name: "@v5x/cli",
121
- version: "0.0.9",
121
+ version: "0.0.10",
122
122
  description: "Command line interface for v5x.",
123
123
  license: "MIT",
124
124
  type: "module",
@@ -3715,7 +3715,6 @@ class V5SerialDevice extends VexSerialDevice {
3715
3715
  async doAfterConnect() {
3716
3716
  if (this.connection == null)
3717
3717
  return;
3718
- console.log("doAfterConnect");
3719
3718
  this.connection.on("disconnected", (_data) => {
3720
3719
  if (this.autoReconnect)
3721
3720
  this.reconnect();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@v5x/cli",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "Command line interface for v5x.",
5
5
  "license": "MIT",
6
6
  "type": "module",