@stackable-labs/cli-app-extension 1.87.0 → 1.88.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -755,7 +755,7 @@ var ManifestReviewPrompt = ({
755
755
  ] })
756
756
  ] }),
757
757
  schemaItems.length > 0 && /* @__PURE__ */ jsxs(Box, { flexDirection: "column", children: [
758
- /* @__PURE__ */ jsx(Text, { dimColor: !cursorInSchema, bold: cursorInSchema, children: "Settings Schema".padEnd(14) }),
758
+ /* @__PURE__ */ jsx(Text, { dimColor: !cursorInSchema, bold: cursorInSchema, children: "Instance Configuration".padEnd(14) }),
759
759
  /* @__PURE__ */ jsxs(Box, { flexDirection: "column", paddingLeft: 2, children: [
760
760
  schemaItems.map((item, i) => renderSchemaItem(item, i)),
761
761
  cursorInSchema && /* @__PURE__ */ jsx(Text, { dimColor: true, children: " (space to toggle)" })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackable-labs/cli-app-extension",
3
- "version": "1.87.0",
3
+ "version": "1.88.1",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "bin": {