@bagisto-headless/create 1.0.4 → 1.0.5

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/index.js +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -106,10 +106,11 @@ async function promptEnvVariables(projectName) {
106
106
  });
107
107
 
108
108
  const questions = [
109
- { key: "NEXT_PUBLIC_BAGISTO_ENDPOINT", message: "Enter Your graphQL API URL:" },
109
+ { key: "NEXT_PUBLIC_BAGISTO_ENDPOINT", message: "Enter Your Bagisto API URL:" },
110
110
  { key: "NEXT_PUBLIC_APP_URL", message: "Enter Your app URL:" },
111
111
  { key: "NEXT_PUBLIC_NEXT_AUTH_URL", message: "Enter Your auth URL:" },
112
112
  { key: "NEXT_PUBLIC_NEXT_AUTH_SECRET", message: "Enter Your auth secret:" },
113
+ { key: "NEXT_PUBLIC_BAGISTO_STOREFRONT_KEY", message: "Enter Your Bagisto Storefront Key:" },
113
114
  { key: "COMPANY_NAME", message: "Enter Your company name:", default: "Webkul Software (Registered in India)" },
114
115
  ];
115
116
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bagisto-headless/create",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Create a new Bagisto Headless Commerce project from the official Next.js template.",
5
5
  "keywords": [
6
6
  "bagisto",