@v5x/cli 0.0.3 → 0.0.4

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 -2
package/dist/index.js CHANGED
@@ -117,7 +117,7 @@ var require_picocolors = __commonJS((exports, module) => {
117
117
  // package.json
118
118
  var package_default = {
119
119
  name: "@v5x/cli",
120
- version: "0.0.3",
120
+ version: "0.0.4",
121
121
  description: "Command line interface for v5x.",
122
122
  license: "MIT",
123
123
  type: "module",
@@ -154,7 +154,6 @@ var package_default = {
154
154
  "@types/bun": "^1.3.1"
155
155
  },
156
156
  dependencies: {
157
- "@v5x/serial": "workspace:*",
158
157
  "bun-serialport": "^0.1.1",
159
158
  picocolors: "^1.1.1"
160
159
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@v5x/cli",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Command line interface for v5x.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -37,7 +37,6 @@
37
37
  "@types/bun": "^1.3.1"
38
38
  },
39
39
  "dependencies": {
40
- "@v5x/serial": "workspace:*",
41
40
  "bun-serialport": "^0.1.1",
42
41
  "picocolors": "^1.1.1"
43
42
  }