@myop/cli 0.1.13 → 0.1.14

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/myop-cli.js +1 -1
  2. package/package.json +2 -1
package/dist/myop-cli.js CHANGED
@@ -1374,7 +1374,7 @@ const ce = (e = !1) => {
1374
1374
  new me(),
1375
1375
  ...nt
1376
1376
  ];
1377
- const xt = "0.1.13";
1377
+ const xt = "0.1.14";
1378
1378
  d.program = new Ve();
1379
1379
  d.program.name("@myop/cli").description("Myop CLI - Remote UI Made Easy").version(xt);
1380
1380
  d.program.addOption(new ae("-c, --config <value>", "myop.config.json file location").default("./myop.config.json", "./myop.config.json"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myop/cli",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "Myop cli",
5
5
  "type": "module",
6
6
  "repository": {
@@ -36,6 +36,7 @@
36
36
  "dependencies": {
37
37
  "@inquirer/prompts": "^6.0.1",
38
38
  "commander": "^12.1.0",
39
+ "esbuild": "^0.24.0",
39
40
  "open": "^10.1.0",
40
41
  "ora": "^8.1.0",
41
42
  "ts-morph": "^24.0.0"