@ilura/northstar 0.1.0 → 0.2.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/bin/northstar +1 -1
  2. 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 Kilo CLI for your platform. You can try manually installing " +
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.0",
10
+ "version": "0.2.0",
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.0",
41
- "@ilura/northstar-linux-arm64-musl": "0.1.0",
42
- "@ilura/northstar-darwin-arm64": "0.1.0",
43
- "@ilura/northstar-linux-arm64": "0.1.0",
44
- "@ilura/northstar-windows-x64": "0.1.0",
45
- "@ilura/northstar-darwin-x64": "0.1.0",
46
- "@ilura/northstar-linux-x64": "0.1.0",
47
- "@ilura/northstar-linux-x64-baseline": "0.1.0",
48
- "@ilura/northstar-windows-x64-baseline": "0.1.0",
49
- "@ilura/northstar-windows-arm64": "0.1.0",
50
- "@ilura/northstar-darwin-x64-baseline": "0.1.0",
51
- "@ilura/northstar-linux-x64-baseline-musl": "0.1.0"
40
+ "@ilura/northstar-linux-x64-musl": "0.2.0",
41
+ "@ilura/northstar-linux-arm64-musl": "0.2.0",
42
+ "@ilura/northstar-darwin-arm64": "0.2.0",
43
+ "@ilura/northstar-linux-arm64": "0.2.0",
44
+ "@ilura/northstar-windows-x64": "0.2.0",
45
+ "@ilura/northstar-darwin-x64": "0.2.0",
46
+ "@ilura/northstar-linux-x64": "0.2.0",
47
+ "@ilura/northstar-linux-x64-baseline": "0.2.0",
48
+ "@ilura/northstar-windows-x64-baseline": "0.2.0",
49
+ "@ilura/northstar-windows-arm64": "0.2.0",
50
+ "@ilura/northstar-darwin-x64-baseline": "0.2.0",
51
+ "@ilura/northstar-linux-x64-baseline-musl": "0.2.0"
52
52
  },
53
53
  "repository": {
54
54
  "type": "git",