@highstate/cli 0.6.1 → 0.7.0

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
@@ -1428,7 +1428,7 @@ class VersionCommand extends Command {
1428
1428
  }
1429
1429
  VersionCommand.paths = [[`-v`], [`--version`]];
1430
1430
 
1431
- var version$2 = "0.6.0";
1431
+ var version$2 = "0.6.2";
1432
1432
 
1433
1433
  const _DRIVE_LETTER_START_RE$1 = /^[A-Za-z]:\//;
1434
1434
  function normalizeWindowsPath$1(input = "") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@highstate/cli",
3
- "version": "0.6.1",
3
+ "version": "0.7.0",
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.6.1",
19
+ "@highstate/backend": "^0.7.0",
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": "afe736f7e93b7fcfbae97e2d6e35b07175a8fc76"
30
+ "gitHead": "2f5227f7b88cf38946e490fc4cdb96127bd8b174"
31
31
  }