@highstate/cli 0.4.2 → 0.4.3

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/main.js +1 -1
  2. package/package.json +3 -3
package/dist/main.js CHANGED
@@ -1530,7 +1530,7 @@ class VersionCommand extends Command {
1530
1530
  }
1531
1531
  VersionCommand.paths = [[`-v`], [`--version`]];
1532
1532
 
1533
- var version$2 = "0.1.0";
1533
+ var version$2 = "0.4.2";
1534
1534
 
1535
1535
  const _DRIVE_LETTER_START_RE = /^[A-Za-z]:\//;
1536
1536
  function normalizeWindowsPath(input = "") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@highstate/cli",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "The CLI for the Highstate project.",
5
5
  "type": "module",
6
6
  "files": [
@@ -16,7 +16,7 @@
16
16
  "build": "pkgroll --tsconfig=tsconfig.build.json"
17
17
  },
18
18
  "dependencies": {
19
- "@highstate/backend": "^0.4.2",
19
+ "@highstate/backend": "^0.4.3",
20
20
  "consola": "^3.4.0"
21
21
  },
22
22
  "devDependencies": {
@@ -27,5 +27,5 @@
27
27
  "pkg-types": "^1.2.1",
28
28
  "pkgroll": "^2.5.1"
29
29
  },
30
- "gitHead": "e88c7c588267cf028c054f694d402902dc057919"
30
+ "gitHead": "5b99600bd04872a4817c97b26501e1f22c8a0780"
31
31
  }