@ilura/northstar 0.1.0 → 0.1.1
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/bin/northstar +1 -1
- package/package.json +13 -13
package/bin/northstar
CHANGED
|
@@ -226,7 +226,7 @@ function findBinary(startDir) {
|
|
|
226
226
|
const resolved = envPath || (fs.existsSync(cached) ? cached : findBinary(scriptDir))
|
|
227
227
|
if (!resolved) {
|
|
228
228
|
console.error(
|
|
229
|
-
"It seems that your package manager failed to install the right version of the
|
|
229
|
+
"It seems that your package manager failed to install the right version of the Northstar CLI for your platform. You can try manually installing " +
|
|
230
230
|
names.map((n) => `\"${n}\"`).join(" or ") +
|
|
231
231
|
" package",
|
|
232
232
|
)
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"scripts": {
|
|
8
8
|
"postinstall": "node ./postinstall.mjs"
|
|
9
9
|
},
|
|
10
|
-
"version": "0.1.
|
|
10
|
+
"version": "0.1.1",
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"keywords": [
|
|
13
13
|
"cli",
|
|
@@ -37,18 +37,18 @@
|
|
|
37
37
|
"x64"
|
|
38
38
|
],
|
|
39
39
|
"optionalDependencies": {
|
|
40
|
-
"@ilura/northstar-linux-x64-musl": "0.1.
|
|
41
|
-
"@ilura/northstar-linux-arm64-musl": "0.1.
|
|
42
|
-
"@ilura/northstar-darwin-arm64": "0.1.
|
|
43
|
-
"@ilura/northstar-linux-arm64": "0.1.
|
|
44
|
-
"@ilura/northstar-windows-x64": "0.1.
|
|
45
|
-
"@ilura/northstar-darwin-x64": "0.1.
|
|
46
|
-
"@ilura/northstar-linux-x64": "0.1.
|
|
47
|
-
"@ilura/northstar-linux-x64-baseline": "0.1.
|
|
48
|
-
"@ilura/northstar-windows-x64-baseline": "0.1.
|
|
49
|
-
"@ilura/northstar-windows-arm64": "0.1.
|
|
50
|
-
"@ilura/northstar-darwin-x64-baseline": "0.1.
|
|
51
|
-
"@ilura/northstar-linux-x64-baseline-musl": "0.1.
|
|
40
|
+
"@ilura/northstar-linux-x64-musl": "0.1.1",
|
|
41
|
+
"@ilura/northstar-linux-arm64-musl": "0.1.1",
|
|
42
|
+
"@ilura/northstar-darwin-arm64": "0.1.1",
|
|
43
|
+
"@ilura/northstar-linux-arm64": "0.1.1",
|
|
44
|
+
"@ilura/northstar-windows-x64": "0.1.1",
|
|
45
|
+
"@ilura/northstar-darwin-x64": "0.1.1",
|
|
46
|
+
"@ilura/northstar-linux-x64": "0.1.1",
|
|
47
|
+
"@ilura/northstar-linux-x64-baseline": "0.1.1",
|
|
48
|
+
"@ilura/northstar-windows-x64-baseline": "0.1.1",
|
|
49
|
+
"@ilura/northstar-windows-arm64": "0.1.1",
|
|
50
|
+
"@ilura/northstar-darwin-x64-baseline": "0.1.1",
|
|
51
|
+
"@ilura/northstar-linux-x64-baseline-musl": "0.1.1"
|
|
52
52
|
},
|
|
53
53
|
"repository": {
|
|
54
54
|
"type": "git",
|