openship 0.2.0 → 0.2.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/dist/index.js +3 -3
- package/dist/server/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2922,7 +2922,7 @@ async function runForeground(opts) {
|
|
|
2922
2922
|
const uiSpinner = ora("Preparing the dashboard\u2026").start();
|
|
2923
2923
|
try {
|
|
2924
2924
|
const bundle = await ensureDashboard({
|
|
2925
|
-
tag: opts.uiVersion || `v${"0.2.
|
|
2925
|
+
tag: opts.uiVersion || `v${"0.2.1"}`,
|
|
2926
2926
|
onProgress: (received, total) => {
|
|
2927
2927
|
if (total) {
|
|
2928
2928
|
uiSpinner.text = `Downloading dashboard\u2026 ${Math.round(received / total * 100)}%`;
|
|
@@ -6591,7 +6591,7 @@ function detectPackageManager2(override) {
|
|
|
6591
6591
|
return hasBun ? "bun" : "npm";
|
|
6592
6592
|
}
|
|
6593
6593
|
var updateCommand = new Command23("update").description("Update the Openship CLI + bundled server to the latest release").option("--check", "Only report the current + latest version; don't install").option("--via <manager>", "Package manager to update with: bun | npm").action(async (opts) => {
|
|
6594
|
-
const current = "0.2.
|
|
6594
|
+
const current = "0.2.1";
|
|
6595
6595
|
let latest;
|
|
6596
6596
|
try {
|
|
6597
6597
|
latest = (await resolveLatestTag()).replace(/^v/, "");
|
|
@@ -7165,7 +7165,7 @@ async function runWizard() {
|
|
|
7165
7165
|
|
|
7166
7166
|
// src/index.ts
|
|
7167
7167
|
var program = new Command25();
|
|
7168
|
-
program.name("openship").description("Openship CLI \u2014 install, run, and manage Openship from your terminal").version("0.2.
|
|
7168
|
+
program.name("openship").description("Openship CLI \u2014 install, run, and manage Openship from your terminal").version("0.2.1").option("--json", "Machine-readable JSON output (stdout data only)").hook("preAction", (thisCommand) => {
|
|
7169
7169
|
if (thisCommand.opts().json) setJsonMode(true);
|
|
7170
7170
|
}).action(async () => {
|
|
7171
7171
|
await runWizard();
|
package/dist/server/index.js
CHANGED
|
@@ -331278,7 +331278,7 @@ import { hostname as hostname6, userInfo } from "node:os";
|
|
|
331278
331278
|
// ../api/package.json
|
|
331279
331279
|
var package_default = {
|
|
331280
331280
|
name: "@repo/api",
|
|
331281
|
-
version: "0.2.
|
|
331281
|
+
version: "0.2.1",
|
|
331282
331282
|
license: "Apache-2.0",
|
|
331283
331283
|
private: true,
|
|
331284
331284
|
type: "module",
|