@localstack/appinspector-ui 1.0.165 → 1.0.166

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 CHANGED
@@ -16485,7 +16485,7 @@ var StatusMessage = ({
16485
16485
  fontSize: "0.875rem",
16486
16486
  p: 1
16487
16487
  },
16488
- children: "localstack start"
16488
+ children: "lstk"
16489
16489
  }
16490
16490
  ),
16491
16491
  onRetry && /* @__PURE__ */ jsx129(Box7, { sx: { display: "flex", justifyContent: "flex-start", mt: 2 }, children: /* @__PURE__ */ jsx129(
@@ -16548,7 +16548,7 @@ var StatusMessage = ({
16548
16548
  fontSize: "0.875rem",
16549
16549
  p: 1
16550
16550
  },
16551
- children: "LOCALSTACK_APP_INSPECTOR=1 localstack start"
16551
+ children: "LOCALSTACK_APP_INSPECTOR=1 lstk"
16552
16552
  }
16553
16553
  ),
16554
16554
  Boolean(enableError) && /* @__PURE__ */ jsx129(Typography6, { color: "error", sx: { mt: 1 }, variant: "body2", children: enableError })