@highstate/cli 0.5.0 → 0.5.2
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.
- package/dist/main.js +1 -1
- 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.
|
1431
|
+
var version$2 = "0.5.1";
|
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.5.
|
3
|
+
"version": "0.5.2",
|
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.5.
|
19
|
+
"@highstate/backend": "^0.5.2",
|
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": "
|
30
|
+
"gitHead": "88ec44336bbdd081cfbc4cb06db9b34c6314dbd2"
|
31
31
|
}
|