@rhseung/ps-cli 1.10.1 → 1.10.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.
@@ -391,7 +391,7 @@ var ConfigCommand = class extends Command {
391
391
  );
392
392
  return new Promise((resolve) => {
393
393
  const { unmount } = render(
394
- /* @__PURE__ */ jsxs(Box, { flexDirection: "column", children: [
394
+ /* @__PURE__ */ jsxs(Box, { flexDirection: "column", marginTop: 1, children: [
395
395
  /* @__PURE__ */ jsx(Box, { marginBottom: 1, children: /* @__PURE__ */ jsxs(Text, { color: "cyan", bold: true, children: [
396
396
  icons.config,
397
397
  " [",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhseung/ps-cli",
3
- "version": "1.10.1",
3
+ "version": "1.10.2",
4
4
  "description": "백준(BOJ) 문제 해결을 위한 통합 CLI 도구",
5
5
  "type": "module",
6
6
  "bin": {