@algolia/wizard 0.11.0 → 0.12.0-rc.104.151

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/main.js +8 -3
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -1031,9 +1031,14 @@ var sidebarItems = [
1031
1031
  ];
1032
1032
 
1033
1033
  // src/ui/Welcome.tsx
1034
- import Image, { InkPictureProvider } from "ink-picture";
1034
+ import Image, { TerminalInfoContext, defaultTerminalInfo } from "ink-picture";
1035
1035
  import { jsx as jsx6, jsxs as jsxs7 } from "react/jsx-runtime";
1036
1036
  var IMAGE_PATH = join3(dirname2(fileURLToPath(import.meta.url)), "algolia.png");
1037
+ var TERMINAL_INFO = {
1038
+ ...defaultTerminalInfo,
1039
+ supportsUnicode: true,
1040
+ supportsColor: true
1041
+ };
1037
1042
  function SidebarItem({
1038
1043
  title,
1039
1044
  description
@@ -1080,7 +1085,7 @@ function Welcome() {
1080
1085
  flexDirection: "column",
1081
1086
  justifyContent: "center",
1082
1087
  children: /* @__PURE__ */ jsxs7(Box8, { flexDirection: "column", gap: 2, children: [
1083
- /* @__PURE__ */ jsx6(InkPictureProvider, { children: /* @__PURE__ */ jsx6(
1088
+ /* @__PURE__ */ jsx6(TerminalInfoContext.Provider, { value: TERMINAL_INFO, children: /* @__PURE__ */ jsx6(
1084
1089
  Image,
1085
1090
  {
1086
1091
  src: IMAGE_PATH,
@@ -3285,7 +3290,7 @@ async function runAnalysis(mode, extraInstructions = []) {
3285
3290
  // package.json
3286
3291
  var package_default = {
3287
3292
  name: "@algolia/wizard",
3288
- version: "0.11.0",
3293
+ version: "0.12.0-rc.104.151",
3289
3294
  description: "Magically implement Algolia functionality in your codebase",
3290
3295
  type: "module",
3291
3296
  engines: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@algolia/wizard",
3
- "version": "0.11.0",
3
+ "version": "0.12.0-rc.104.151",
4
4
  "description": "Magically implement Algolia functionality in your codebase",
5
5
  "type": "module",
6
6
  "engines": {